mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
refactor(core): ♻️ simplify drawer header styles
This commit is contained in:
parent
46a5089131
commit
994fae626b
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue