chore: styles
This commit is contained in:
parent
694e982aa2
commit
47a71087c4
4 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,10 @@
|
|||
* + .banner {
|
||||
* + .banner,
|
||||
:not(* + .banner) .banner:first-of-type {
|
||||
margin-top: var(--sizing-base);
|
||||
}
|
||||
|
||||
.banner:has(+ *) {
|
||||
.banner:has(+ *),
|
||||
:not(* + .banner) .banner:last-of-type {
|
||||
margin-bottom: var(--sizing-base);
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
overflow: hidden;
|
||||
height: var(--sizing-lg);
|
||||
width: 100%;
|
||||
margin-bottom: var(--sizing-xs);
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
|
|
Reference in a new issue