mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Customization of buttons :
- new bt-show and bt-new classes - add margin-right after i inside sc-button
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user