Page MenuHomeWickedGov Phorge

PageHeader.less
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

PageHeader.less

.citizen-page-header {
position: relative;
z-index: @z-index-above-content;
padding-inline: var( --padding-page );
margin-top: var( --space-xl );
&-inner {
display: flex;
flex-wrap: wrap;
gap: var( --space-md );
align-items: center;
/* max-width should sync with .citizen-body-container */
max-width: var( --width-layout );
padding-block: var( --space-md );
margin-inline: auto;
@media ( min-width: @min-width-breakpoint-desktop ) {
.citizen-toc-enabled & {
max-width: var( --width-page );
}
}
}
}
.citizen-page-heading {
flex-grow: 1;
}
.firstHeading-container {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.firstHeading {
margin-block: 0;
line-height: 2rem; /* Reduced line height to make the heading more compact */
overflow-wrap: break-word;
}
.mw-page-title {
&-namespace {
color: var( --color-base );
}
&-separator {
margin-right: var( --space-xxs );
color: var( --color-subtle );
}
&-parenthesis {
color: var( --color-subtle );
.mixin-citizen-font-styles( 'heading-4' );
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 20:58 (2 w, 21 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
55/d3/5dacc58597f6334bb2532eb38f84
Default Alt Text
PageHeader.less (1 KB)

Event Timeline