comunic/developer/user/themes/antimatter/scss/template/_buttons.scss

9 lines
149 B
SCSS
Raw Normal View History

2016-11-19 11:08:12 +00:00
.button {
@extend %button;
@include button-color($core-accent);
}
.button-secondary {
@extend %button;
@include button-color($secondary-link);
}