6 lines
133 B
SCSS
6 lines
133 B
SCSS
.badge {
|
|
@include button(0rem);
|
|
padding-left: $button_small;
|
|
padding-right: $button_small;
|
|
text-decoration:none!important;
|
|
}
|