Style .btn as buttons

This commit is contained in:
Pablo Vazquez 2017-06-09 14:59:46 +02:00
parent 07ca1ad16e
commit 3713f1eee2

View File

@ -753,6 +753,18 @@ input.fileupload
textarea
resize: vertical
button, .btn
+button($color-text-dark-secondary, $color-background, false)
&-success
+button($color-success, $color-success, false)
&-warning
+button($color-warning, $color-warning, false)
&-danger
+button($color-danger, $color-danger, false)
&-info
+button($color-info, $color-info, false)
.input-group-flex
display: flex