mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-24 02:01:06 +00:00
8 lines
169 B
SCSS
8 lines
169 B
SCSS
|
%button {
|
||
|
@include button(simple, $base-accent-color);
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
font-size: $base-font-size;
|
||
|
font-weight: bold;
|
||
|
line-height: 1em;
|
||
|
}
|