refactor(core): ♻️ simplify drawer header styles

This commit is contained in:
alistair3149 2024-05-03 17:18:21 -04:00
parent 46a5089131
commit 994fae626b
No known key found for this signature in database

View file

@ -1,6 +1,5 @@
.citizen-drawer {
&__card {
padding: var( --space-xs ) 0;
.citizen-header-card( left );
}
@ -9,7 +8,7 @@
gap: var( --space-md );
align-items: center;
justify-content: center;
padding: var( --space-sm ) var( --space-md ) var( --space-md );
padding: var( --space-md );
border-bottom: 1px solid var( --border-color-base );
}
@ -38,6 +37,7 @@
justify-content: center;
max-width: 92vw;
padding: var( --space-xs );
margin-bottom: var( --space-xs );
font-size: var( --font-size-small ); // TODO: Make this a variable
.mw-list-item a {