style(misc): 🎨 fix various stylelint errors

This commit is contained in:
alistair3149 2024-08-17 17:02:39 -04:00
parent fd0346eb4f
commit de664aab1c
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -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;
}

View file

@ -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 );
}