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

@ -79,20 +79,6 @@
// Marker
&::after {
height: calc(1rem * var(#{$}line-height, 1.5));
background-image: var(#{$}icon-chevron-button);
}
@if $enable-classes {
&.outline {
&::after {
background-image: var(#{$}icon-chevron);
}
}
&.contrast:not(.outline) {
&::after {
background-image: var(#{$}icon-chevron-button-contrast);
}
}
}
}
}