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.
Sup_File/scss/free/_badges.scss

15 lines
331 B
SCSS

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