mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-06 13:06:11 +02:00
web: Introduce sections
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -165,13 +165,16 @@ iframe {
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
}
|
||||
|
||||
.box {
|
||||
border: 1px solid var(--color-grey);
|
||||
padding: 0.75rem 1rem;
|
||||
section {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.box .title {
|
||||
section.is-box {
|
||||
padding: 0.75rem 1rem;
|
||||
border: 1px solid var(--color-grey);
|
||||
}
|
||||
|
||||
section .title {
|
||||
margin-bottom: 1rem;
|
||||
border-bottom: 1px solid var(--color-grey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user