1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

perf: migration from font icons to svg icons

This commit is contained in:
2023-09-17 18:49:37 +02:00
parent 9de5f67d18
commit e7bec0aaaf
80 changed files with 2024 additions and 489 deletions

View File

@ -1,10 +1,5 @@
/* stylelint-disable selector-class-pattern */
.column-key {
transform: rotate(45deg);
font-size: 0.7rem;
line-height: 1.5;
margin-right: 0.2rem;
&.key-pri,
&.key-PRIMARY {
color: goldenrod;

View File

@ -295,6 +295,12 @@ option:checked {
}
}
.has-icon-left svg.form-icon,
.has-icon-right svg.form-icon {
width: auto;
height: auto;
}
.form-select {
cursor: pointer;