[Frontend] Added button to .s-button

Fixes #1047
This commit is contained in:
Charles Hacskaylo 2016-07-29 14:55:34 -07:00
parent 9f74395a79
commit 0e060f174d

View File

@ -22,7 +22,8 @@
$baseRatio: 1.5; $baseRatio: 1.5;
$pad: $interiorMargin * $baseRatio; $pad: $interiorMargin * $baseRatio;
.s-button { .s-button,
button {
@include user-select(none); @include user-select(none);
@include btnSubtle($bg: $colorBtnBg, $bgHov: $colorBtnBgHov, $fg: $colorBtnFg, $ic: $colorBtnIcon); @include btnSubtle($bg: $colorBtnBg, $bgHov: $colorBtnBgHov, $fg: $colorBtnFg, $ic: $colorBtnIcon);
box-sizing: border-box; box-sizing: border-box;