mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
[wip] add actions to crud
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.sc-button {
|
||||
margin-bottom: 0.5rem;
|
||||
|
||||
&.bt-submit, &.bt-save, &.bt-create, &.bt-new {
|
||||
&.bt-submit, &.bt-save, &.bt-create, &.bt-new, &.bt-duplicate {
|
||||
@include button($green, $white);
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
&:not(.change-icon) {
|
||||
|
||||
// icons using font-awesome "old way"
|
||||
&.bt-create::before,
|
||||
&.bt-save::before,
|
||||
&.bt-new::before,
|
||||
@@ -31,6 +32,14 @@
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
// icons using font-awesome "new svg way"
|
||||
&.bt-duplicate::before {
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
margin-right: 0.5em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
&.bt-save::before {
|
||||
// add a floppy
|
||||
@@ -60,6 +69,10 @@
|
||||
&.bt-show::before, &.bt-view::before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
&.bt-duplicate::before {
|
||||
content: url("./copy-solid.svg");
|
||||
}
|
||||
}
|
||||
|
||||
> i.fa {
|
||||
|
Reference in New Issue
Block a user