38 lines
429 B
SCSS
38 lines
429 B
SCSS
/* Home */
|
|
//@use 'variable' as var;
|
|
.icon-xxsmall {
|
|
transform: scale(0.25);
|
|
}
|
|
.icon-xsmall {
|
|
font-size: 16px;
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
.icon-small {
|
|
font-size: 18px;
|
|
height: 18px;
|
|
width: 18px;
|
|
}
|
|
.icon-medium {
|
|
font-size: 20px;
|
|
height: 20px;
|
|
width: 20px;
|
|
}
|
|
.hstack .value {
|
|
min-width: 56px;
|
|
}
|
|
|
|
/*
|
|
#FF41F8
|
|
#F0060B
|
|
#F0070C
|
|
#CC26D5
|
|
#7702FF
|
|
|
|
#35A2EB
|
|
#B7DDD0
|
|
#B0D9CB
|
|
#D9CAAE
|
|
#9788C7
|
|
*/
|