♻️ 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

@ -57,7 +57,7 @@
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
border-radius: $br12;
background: $color-gray-50;
width: 24px;
height: 24px;
@ -117,7 +117,7 @@
.reset {
display: flex;
align-items: center;
border-radius: 12px;
border-radius: $br12;
background: $color-gray-50;
width: 24px;
height: 24px;
@ -141,7 +141,7 @@
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
border-radius: $br12;
background: $color-gray-50;
width: 67px;
height: 25px;