Remove references to variables.scss and replace colors

This commit is contained in:
Gabe Kangas
2023-01-31 21:22:45 -08:00
parent f4f6ea2ffe
commit caa0bb608d
9 changed files with 49 additions and 123 deletions

View File

@@ -23,7 +23,7 @@
}
.field-tip {
font-size: 0.8em;
color: var(--white-50);
color: var(--theme-color-palette-10);
}
.field-container {
padding: 0.85em 0 0.5em;
@@ -33,7 +33,7 @@
margin: auto;
padding: 1em 2em 0.75em;
background-color: var(--color-owncast-palette-7);
border-radius: var(--container-border-radius);
border-radius: var(--theme-rounded-corners);
}
.segment-slider-container .status-container {
width: 100%;
@@ -46,10 +46,10 @@
text-align: center;
font-size: 0.75em;
line-height: normal;
color: var(--white);
color: var(--theme-color-palette-4);
padding: 1em;
border-radius: var(--theme-rounded-corners);
background-color: var(--black-35);
background-color: var(--theme-color-palette-error);
}
.segment-tip {
width: 10em;