MIF_E31210228/public/admin/scss/_bootstrap-extended/mixins/_badge.scss

10 lines
259 B
SCSS

// Badges
// *******************************************************************************
// Size
@mixin badge-size($badge-height, $badge-width, $badge-font-size) {
height: $badge-height;
width: $badge-width;
@include font-size($badge-font-size);
}