Limmat/assets/scss/utilities/_icon-size.scss

12 lines
236 B
SCSS
Raw Normal View History

2025-01-07 03:45:35 +01:00
// ----------------------------------------------
// Icon Size Style
// ----------------------------------------------
.round-8 {
width: 8px;
height: 8px;
}
.round-20 {
width: 20px !important;
height: 20px !important;
}