Documentations-Linux07/themes/learn2/scss/theme/_buttons.scss

9 lines
No EOL
149 B
SCSS

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