mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 11:58:20 +02:00
♻️ 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:
parent
c6ad8ee110
commit
be865af1fc
44 changed files with 345 additions and 331 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue