1
0
mirror of synced 2024-11-23 05:26:10 +03:00
select2/themes/learn2/scss/theme/_buttons.scss
2017-09-02 20:34:47 -04:00

9 lines
149 B
SCSS
Executable File

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