mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 21:58:30 +02:00
♻️ Remove new-css-system from layers
This commit is contained in:
parent
831f79d651
commit
c707539f6f
16 changed files with 460 additions and 1315 deletions
|
@ -403,7 +403,6 @@
|
|||
min-width: $s-16;
|
||||
min-height: $s-16;
|
||||
border-radius: $br-6;
|
||||
|
||||
background-color: var(--input-checkbox-inactive-background-color);
|
||||
border-radius: $br-4;
|
||||
box-shadow: inset 0 0 0px 2px rgb(255 255 255 / 20%);
|
||||
|
@ -451,6 +450,7 @@
|
|||
align-items: center;
|
||||
gap: $s-6;
|
||||
cursor: pointer;
|
||||
color: var(--input-checkbox-text-foreground-color);
|
||||
span {
|
||||
@extend .checkbox-icon;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue