update
This commit is contained in:
@@ -257,11 +257,11 @@ export class UplStatuspageAssetsselector extends DeesElement {
|
||||
border-radius: ${unsafeCSS(borderRadius.full)};
|
||||
}
|
||||
|
||||
.status-indicator.operational, .status-dot.operational { background: ${cssManager.bdTheme('#10b981', '#10b981')}; }
|
||||
.status-indicator.degraded, .status-dot.degraded { background: ${cssManager.bdTheme('#f59e0b', '#f59e0b')}; }
|
||||
.status-indicator.partial_outage, .status-dot.partial_outage { background: ${cssManager.bdTheme('#ef4444', '#ef4444')}; }
|
||||
.status-indicator.major_outage, .status-dot.major_outage { background: ${cssManager.bdTheme('#dc2626', '#dc2626')}; }
|
||||
.status-indicator.maintenance, .status-dot.maintenance { background: ${cssManager.bdTheme('#3b82f6', '#3b82f6')}; }
|
||||
.status-indicator.operational, .status-dot.operational { background: #22c55e; }
|
||||
.status-indicator.degraded, .status-dot.degraded { background: #fbbf24; }
|
||||
.status-indicator.partial_outage, .status-dot.partial_outage { background: #f87171; }
|
||||
.status-indicator.major_outage, .status-dot.major_outage { background: #ef4444; }
|
||||
.status-indicator.maintenance, .status-dot.maintenance { background: #60a5fa; }
|
||||
|
||||
.status-text {
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user