NonInventPurchasingSystem/CPRNIMS.WebApps/wwwroot/MaterialDashboard/scss/material-dashboard/_badge.scss
2026-01-20 07:44:30 +08:00

9 lines
132 B
SCSS

@each $prop, $value in $theme-colors {
.badge.bg-#{$prop} {
background: $value;
}
}
.badge {
text-transform: uppercase;
}