refactor: icons

This commit is contained in:
Lucas Larroche 2023-03-28 20:34:28 +07:00
parent 7fa3c4a099
commit 0b081e3657
15 changed files with 104 additions and 152 deletions

View file

@ -29,27 +29,6 @@
&:empty {
text-align: center;
}
// Primary and secondary buttons
&:is(button, [type="submit"], [type="button"], [type="reset"], [role="button"]) {
&::before {
background-image: var(#{$}icon-loading-button);
}
@if $enable-classes {
&.outline {
&::before {
background-image: var(#{$}icon-loading);
}
}
&.contrast:not(.outline) {
&::before {
background-image: var(#{$}icon-loading-button-contrast);
}
}
}
}
}
// Buttons and links