small styles refactoring

This commit is contained in:
nixa 2016-05-19 12:01:20 +03:00
parent 5afdbaca32
commit ab3179f10a

View file

@ -108,7 +108,6 @@ button.btn.btn-danger {
} }
} }
button.btn.btn-inverse { button.btn.btn-inverse {
@include buttonColor($help-text, $help-text); @include buttonColor($help-text, $help-text);
color: $label-text; color: $label-text;
@ -244,7 +243,7 @@ button.progress-button {
} }
.btn-raised { .btn-raised {
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
} }
.btn-mm { .btn-mm {