Commit 7d2a11a2 authored by Vinod Kumar's avatar Vinod Kumar
Browse files

Issue #ED-420 CSS cleanup and themes cleanup & SASS migration

No related merge requests found
Showing with 10 additions and 8 deletions
+10 -8
......@@ -156,6 +156,10 @@ html[data-theme='default'] {
--signup-panel-bg: var(--white);
//explore-page
--sb-section-preference: var(--black);
--slick-dots-active-color: var(--gray-200);
--slick-dots-color: var(--gray-800);
.sb-single-resource {
.content-video__player {
background: var(--white);
......@@ -537,7 +541,11 @@ html[data-theme='default'][data-mode='darkmode'] {
--quml-close-icon: #fff;
--signup-panel-bg: var(--sbt-body-bg2);
//explore-page
--sb-explore-hr: #000;
--sb-section-preference: var(--white);
--slick-dots-active-color: var(--gray-200);
--slick-dots-color: var(--gray-800);
input.sb-form-control:-internal-autofill-selected {
color-scheme: dark;
box-shadow: 0 0 0 1000px #333 inset;
......@@ -751,11 +759,6 @@ html[data-theme='default'][data-mode='darkmode'] {
}
}
.section-hr {
border: 0.03125rem solid #000;
}
.sb-notification-container .clear-text a {
color: var(--primary-color) !important;
}
......@@ -1451,8 +1454,7 @@ html[data-theme='default'][data-mode='darkmode'] {
.sbaccordion__panel-content .heading,
.data-labels,
.ui.selection.dropdown .menu>.message,
.sb-section-preference {
.ui.selection.dropdown .menu>.message {
color: var(--white);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment