wiki-grav/themes/learn2-git-sync/scss/theme/_buttons.scss
2022-06-07 14:28:01 +02:00

9 lines
149 B
SCSS

.button {
@extend %button;
@include button-color($core-accent);
}
.button-secondary {
@extend %button;
@include button-color($secondary-link);
}