mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
30 lines
361 B
CSS
30 lines
361 B
CSS
/*
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
.mount-error,
|
|
.mount-success,
|
|
.encrypted {
|
|
padding: 0 0.3125rem;
|
|
}
|
|
|
|
.mount-error {
|
|
color: var(--bs-warning);
|
|
}
|
|
|
|
.mount-success {
|
|
color: var(--bs-body-color);
|
|
}
|
|
|
|
.encrypted {
|
|
color: var(--bs-success);
|
|
}
|
|
|
|
.inline-block {
|
|
display: inline-block;
|
|
}
|
|
|
|
.archive-operations {
|
|
width: 13.5rem;
|
|
}
|