You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
336 B

// Badges
.badge {
color: $white !important;
border-radius: $border-radius-base;
box-shadow: $z-depth-1;
}
.badge-pill {
padding-right: $badge-pill-padding-x;
padding-left: $badge-pill-padding-x;
border-radius: $badge-pill-border-radius;
}
@each $name, $color in $basic-mdb-colors {
@include make-badge($name, $color);
}