Files
cleftlipdata/public/main/assets/scss/utilities/_icon-size.scss
T
2026-06-06 10:05:39 +07:00

12 lines
236 B
SCSS

// ----------------------------------------------
// Icon Size Style
// ----------------------------------------------
.round-8 {
width: 8px;
height: 8px;
}
.round-20 {
width: 20px !important;
height: 20px !important;
}