mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Css class (bt-update, bt-create, bt-delete) for buttons - close #633
This commit is contained in:
@@ -1 +1,13 @@
|
||||
// For cutomizing the buttons
|
||||
.sc-button {
|
||||
&.bt-submit, &.bt-create {
|
||||
@include button($green, $white);
|
||||
}
|
||||
|
||||
&.bt-reset, &.bt-delete {
|
||||
@include button($red, $white);
|
||||
}
|
||||
|
||||
&.bt-action, &.bt-edit, &.bt-update {
|
||||
@include button($orange, $white);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user