You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/public/react/src/modules/developer/components/textNumber/index.scss

43 lines
566 B

.text_number_area{
display: flex;
}
.flex_vertical{
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.flex_horizontal{
flex-direction: row;
}
.text_label_numb,
.text_icon_numb{
line-height: 18px;
vertical-align: top;
.numb_value{
font-size: 14px;
}
}
.text_label_numb{
.numb_value{
color: #333333;
}
.text_label{
font-size: 12px;
}
}
.text_icon_numb{
.numb_icon{
font-size: 16px;
margin-right: 5px;
color: #333333;
cursor: pointer;
}
.numb_value{
color: #999999;
}
}