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

@@ -41,13 +41,13 @@
width: 100%;
}
.config-public-details-page .social-items-container {
background-color: var(--container-bg-color-alt);
background-color: var(--theme-color-palette-5);
padding: 0 0.75em;
margin-left: 1em;
max-width: 450px;
}
.config-public-details-page .social-items-container .form-module {
background-color: var(--black);
background-color: var(--theme-color-palette-10);
}
.config-public-details-page .social-items-container .social-handles-container {
min-width: 350px;
@@ -78,5 +78,5 @@
max-width: 256px;
margin-right: 1em;
display: inline-block;
border: 1px solid var(--white-25);
border: 1px solid var(--theme-color-palette-5);
}