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