New button icon for Not a duplication action

This commit is contained in:
Jean-Francois Monfort
2021-01-28 17:15:03 +01:00
parent ea0ac6dc66
commit 0669da565c
2 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
.sc-button {
margin-bottom: 0.5rem;
&.bt-submit, &.bt-save, &.bt-create, &.bt-new, &.bt-duplicate {
&.bt-submit, &.bt-save, &.bt-create, &.bt-new, &.bt-duplicate, &.bt-not-duplicate {
@include button($green, $white);
}
@@ -34,6 +34,7 @@
}
// icons using font-awesome "new svg way"
&.bt-not-duplicate::before,
&.bt-duplicate::before {
display: inline-block;
width: 1em;
@@ -73,6 +74,10 @@
&.bt-duplicate::before {
content: url("./copy-solid.svg");
}
&.bt-not-duplicate::before {
content: url("./users-slash-solid.svg");
}
}
> i.fa {