mediawiki-skins-Citizen/resources/skins.citizen.styles/components/PageHeader.less
alistair3149 03da361b97
feat(components): rewrite template data partials into CitizenComponent components (#846)
- Refactor existing template data-related partials into CitizenComponent components
- Re-implement user menu header as UserInfo
- Add description text for anon and temp user in UserMenu
---------

Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-05-15 01:24:43 -04:00

22 lines
344 B
Plaintext

.firstHeading {
margin: 0;
word-break: break-word;
overflow-wrap: break-word;
}
.mw-page-title {
&-namespace {
color: var( --color-base );
}
&-separator {
margin-right: var( --space-xxs );
color: var( --color-base--subtle );
}
&-parenthesis {
font-size: var( --font-size-x-large );
color: var( --color-base--subtle );
}
}