8 lines
155 B
SCSS
8 lines
155 B
SCSS
|
.badge {
|
||
|
@include button(0rem);
|
||
|
line-height: 1.5em;
|
||
|
padding-left: $button_small;
|
||
|
padding-right: $button_small;
|
||
|
text-decoration:none!important;
|
||
|
}
|