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

9 lines
149 B
SCSS
Raw Normal View History

2017-09-03 03:34:47 +03:00
.button {
@extend %button;
@include button-color($core-accent);
}
.button-secondary {
@extend %button;
@include button-color($secondary-link);
}