mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 12:18:33 +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
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue