fixed invisible button in working hours
This commit is contained in:
@@ -187,6 +187,15 @@
|
|||||||
background-color: rgb(228 228 231) !important;
|
background-color: rgb(228 228 231) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Flux Switch - ensure visibility in off state on white backgrounds */
|
||||||
|
[data-flux-switch] {
|
||||||
|
background-color: rgb(161 161 170) !important; /* zinc-400 - visible gray for off state */
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-flux-switch][data-checked] {
|
||||||
|
background-color: var(--color-cta) !important; /* Warm Gold when on */
|
||||||
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
Logo Badge Styling (Story 12.2)
|
Logo Badge Styling (Story 12.2)
|
||||||
Creates "seal/stamp" effect for logo on Dark Charcoal backgrounds
|
Creates "seal/stamp" effect for logo on Dark Charcoal backgrounds
|
||||||
|
|||||||
Reference in New Issue
Block a user