Files
tmhr/static/scss/argon-dashboard/_badge.scss
2024-02-23 10:30:02 +00:00

9 lines
132 B
SCSS
Executable File

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