hubl/src/styles/hubl-framework/icons/sizes.scss

19 lines
232 B
SCSS
Raw Normal View History

2020-12-04 14:44:45 +00:00
.icon {
&::before {
font-size: 18px;
}
&-xsmall::before {
font-size: 12px;
}
&-small::before {
font-size: 15px;
}
&-large::before {
font-size: 20px;
}
&-xlarge::before {
font-size: 30px;
}
}