mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-08 10:51:03 +00:00
7 lines
169 B
SCSS
7 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;
|
|
}
|