♻️ Remove new-css-system from layers

This commit is contained in:
Eva 2023-12-28 13:35:30 +01:00 committed by Alonso Torres
parent 831f79d651
commit c707539f6f
16 changed files with 460 additions and 1315 deletions

View file

@ -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;
}