1
0
mirror of synced 2024-11-24 05:46:09 +03:00
select2/docs/themes/learn2/scss/theme/_buttons.scss
2019-09-11 04:02:16 -04:00

9 lines
149 B
SCSS

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