mirror of
https://github.com/dpnmw/community-landing.git
synced 2026-03-18 09:27:16 +00:00
Crash Fix for Build Synatax error
This commit is contained in:
@@ -175,6 +175,37 @@ html.dark-scheme .cl-admin-tabs .cl-admin-tab:hover {
|
||||
}
|
||||
}
|
||||
|
||||
/* ── Disabled-section notice banner ── */
|
||||
|
||||
.cl-disabled-notice {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
padding: 12px 16px;
|
||||
margin: 12px 0 4px;
|
||||
border-radius: 6px;
|
||||
background: var(--highlight-bg, rgba(255, 191, 0, 0.08));
|
||||
border: 1px solid var(--highlight-medium, rgba(255, 191, 0, 0.25));
|
||||
color: var(--primary-high, #333);
|
||||
font-size: var(--font-down-1);
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.cl-disabled-notice svg {
|
||||
color: var(--highlight-high, #e0a800);
|
||||
}
|
||||
|
||||
.cl-disabled-notice strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* Dim sub-settings when the section is disabled */
|
||||
.cl-tabs-active .row.setting.cl-disabled-dim {
|
||||
opacity: 0.35;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* ── When tabs are active, remove separator borders ── */
|
||||
|
||||
.cl-tabs-active .row.setting[data-setting] {
|
||||
|
||||
Reference in New Issue
Block a user