style: use shared WebUI foundation tokens
This commit is contained in:
@@ -13,11 +13,11 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
gap: 0.8rem;
|
gap: 0.8rem;
|
||||||
padding: 0.85rem 0;
|
padding: 0.85rem 0;
|
||||||
border-top: 2px solid var(--color-warning, #c38b22);
|
border-top: 2px solid var(--warning-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.encryption-preflight.is-ready {
|
.encryption-preflight.is-ready {
|
||||||
border-top-color: var(--color-success, #43885b);
|
border-top-color: var(--success-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.encryption-preflight svg {
|
.encryption-preflight svg {
|
||||||
|
|||||||
Reference in New Issue
Block a user