Customization of buttons :

- new bt-show and bt-new classes
- add margin-right after i inside sc-button
This commit is contained in:
2016-11-15 21:49:33 +01:00
parent 5fd6aa95e5
commit 38ed02b514
4 changed files with 23 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
.sc-button {
&.bt-submit, &.bt-create {
&.bt-submit, &.bt-create, &.bt-new {
@include button($green, $white);
}
@@ -7,7 +7,11 @@
@include button($red, $white);
}
&.bt-action, &.bt-edit, &.bt-update {
&.bt-action, &.bt-edit, &.bt-update, &.bt-show {
@include button($orange, $white);
}
> i.fa {
margin-right: 0.5em;
}
}