You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
XJC/scss/mdb/free/_badge.scss

16 lines
332 B
SCSS

//Badges
@each $name, $color in $material-colors {
.badge-#{$name} {
background-color: $color;
}
}
.badge-pill {
padding-right: $badge-pill-padding-x;
padding-left: $badge-pill-padding-x;
@include border-radius($badge-pill-border-radius);
}
.badge-warning {
color: #FFF !important;
}