mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
- new bt-show and bt-new classes - add margin-right after i inside sc-button
17 lines
320 B
SCSS
17 lines
320 B
SCSS
.sc-button {
|
|
&.bt-submit, &.bt-create, &.bt-new {
|
|
@include button($green, $white);
|
|
}
|
|
|
|
&.bt-reset, &.bt-delete {
|
|
@include button($red, $white);
|
|
}
|
|
|
|
&.bt-action, &.bt-edit, &.bt-update, &.bt-show {
|
|
@include button($orange, $white);
|
|
}
|
|
|
|
> i.fa {
|
|
margin-right: 0.5em;
|
|
}
|
|
} |