Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 20 : | Ligne 20 : | ||
margin-top: var( --space-xl ); | margin-top: var( --space-xl ); | ||
} | } | ||
.page-Main_Page.action-view .citizen-page-header-inner { | |||
justify-content: center; | |||
} | |||
@media screen and (min-width: 1120px) { | @media screen and (min-width: 1120px) { | ||
.page-Exonar.action-view .citizen-page-header-inner { | .page-Exonar.action-view .citizen-page-header-inner { | ||
Version du 1 avril 2025 à 21:07
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */
/* Move page header to the bottom for main pages */
h2 {
border-bottom: 1px solid var(--border-color-base );
padding-bottom: 0.25em;
}
#siteSub{ display: none !important; }
/* Move page header to the bottom for portal pages */
.page-Exonar.action-view #content{ display: flex; flex-direction: column; }
.page-Exonar.action-view .citizen-page-header {
order: 9999;
}
.page-Exonar.action-view .citizen-page-heading {
display: none;
}
.page-Exonar.action-view .citizen-body-container {
margin-top: var( --space-xl );
}
.page-Main_Page.action-view .citizen-page-header-inner {
justify-content: center;
}
@media screen and (min-width: 1120px) {
.page-Exonar.action-view .citizen-page-header-inner {
border-top: var(--border-width-base) solid var(--border-color-base);
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgba(0, 0, 0, 0.08);
}
}