Attempt to switch to relative colors for primary-color-alpha, simplify --active variable, add --hover and --disabled variables

This commit is contained in:
daudix
2024-09-01 16:54:39 +03:00
parent 82d82cc811
commit db499a9363
16 changed files with 30 additions and 38 deletions

View File

@ -59,7 +59,7 @@
}
&:active {
transform: scale(var(--active));
transform: var(--active);
}
}
}
@ -93,7 +93,7 @@
}
&:active {
transform: scale(var(--active));
transform: var(--active);
}
.icon {
@ -131,7 +131,7 @@
}
&:active {
transform: scale(var(--active));
transform: var(--active);
}
}
}