mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
style(misc): 🎨 fix various stylelint errors
This commit is contained in:
parent
fd0346eb4f
commit
de664aab1c
|
@ -12,13 +12,13 @@
|
|||
margin-bottom: 0.25em;
|
||||
font-size: var( --font-size-xxx-large );
|
||||
font-weight: var( --font-weight-semibold );
|
||||
border-bottom: none;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.mw-special-AccountInfo p {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin-bottom: none;
|
||||
margin-bottom: 0;
|
||||
background: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
.profile-user-group {
|
||||
color: var( --color-base--emphasized );
|
||||
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
||||
text-transform: capitalize;
|
||||
border-radius: var( --border-radius-base );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue