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>
23 lines
312 B
CSS
23 lines
312 B
CSS
/*
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
.progress {
|
|
margin-bottom: 0;
|
|
width: 11.25rem;
|
|
}
|
|
|
|
.samba-disk-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.samba-disk-name {
|
|
font-size: 1.3rem;
|
|
}
|
|
|
|
.samba-disk-shares {
|
|
padding-top: 0.625rem;
|
|
margin-bottom: 1.25rem;
|
|
}
|