change -0 -1000 to --sl-color-neutral-0|1000

This commit is contained in:
Cory LaViska
2021-08-06 09:37:16 -04:00
parent 9dbee4c686
commit 3189c6fe98
20 changed files with 79 additions and 78 deletions

View File

@@ -15,7 +15,7 @@
border-bottom: none;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: rgb(var(--sl-color-1000));
background-color: rgb(var(--sl-color-neutral-1000));
min-width: 20rem;
max-width: 100%;
padding: 1.5rem 3.25rem 1.5rem 1.5rem;
@@ -44,7 +44,7 @@
width: 1.75rem;
font-size: 20px;
color: rgb(var(--sl-color-neutral-500));
background-color: rgb(var(--sl-color-1000));
background-color: rgb(var(--sl-color-neutral-1000));
border-left: solid 1px rgb(var(--sl-color-neutral-200));
border-top-right-radius: 3px;
cursor: ew-resize;
@@ -97,7 +97,7 @@
border: solid 1px rgb(var(--sl-color-neutral-200));
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
background: rgb(var(--sl-color-1000));
background: rgb(var(--sl-color-neutral-1000));
font: inherit;
font-size: 0.875rem;
color: rgb(var(--sl-color-neutral-600));