♻️ connect values with variables in CSS and remove unused code

Signed-off-by: Ondřej Konečný <ondrej.konecny@gmail.com>
This commit is contained in:
Ondřej Konečný 2023-02-22 13:52:45 +01:00 committed by Eva
parent c6ad8ee110
commit be865af1fc
44 changed files with 345 additions and 331 deletions

View file

@ -58,7 +58,7 @@
color: $color-gray-30;
height: 40px;
padding: $size-1 $size-5;
font-weight: 400;
font-weight: $fw400;
&:hover {
color: $color-black;
text-decoration: none;
@ -84,7 +84,7 @@
display: flex;
flex-shrink: 0;
font-size: $fs22;
font-weight: 600;
font-weight: $fw600;
z-index: 10;
user-select: all;
}