refactor: Consistent variable names, remove duplicates/unused in css

This commit is contained in:
Panayiotis Lipiridis 2020-12-28 01:05:44 +02:00
parent 3aab81bc35
commit 2712a06ab8
14 changed files with 60 additions and 65 deletions

View file

@ -9,11 +9,11 @@
padding: 0.75rem;
white-space: nowrap;
border-radius: var(--space-factor);
background-color: var(--input-background-color);
background-color: var(--input-bg-color);
&:not(:focus) {
&:hover {
background-color: var(--input-hover-background-color);
background-color: var(--input-hover-bg-color);
}
}