mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 23:38:30 +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
|
@ -182,7 +182,7 @@
|
|||
& .content {
|
||||
align-items: center;
|
||||
background-color: $color-gray-50;
|
||||
border-radius: 4px;
|
||||
border-radius: $br4;
|
||||
display: flex;
|
||||
height: 24px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue