chore: semantic spacing

This commit is contained in:
Cory Dransfeldt 2024-09-02 11:26:43 -07:00
parent ad70959201
commit 8bba16778e
No known key found for this signature in database
27 changed files with 148 additions and 140 deletions

View file

@ -1,15 +1,15 @@
* + .banner,
:not(* + .banner) .banner:first-of-type {
margin-top: var(--sizing-base);
margin-top: var(--spacing-base);
}
.banner:has(+ *),
:not(* + .banner) .banner:last-of-type {
margin-bottom: var(--sizing-base);
margin-bottom: var(--spacing-base);
}
.banner {
padding: var(--padding-md);
padding: var(--spacing-md);
border: 1px solid;
border-radius: var(--border-radius-slight);
@ -27,7 +27,7 @@
vertical-align: middle;
height: var(--sizing-lg);
width: var(--sizing-lg);
margin-right: var(--sizing-sm);
margin-right: var(--spacing-sm);
}
}