Files
eveAI/nginx/static/scss/material-kit-pro/_badge.scss
2024-06-26 12:02:14 +02:00

9 lines
132 B
SCSS

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