Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 9 : | Ligne 9 : | ||
#siteSub{ display: none !important; } | #siteSub{ display: none !important; } | ||
/* Move page header to the bottom for | /* Move page header to the bottom for portal pages */ | ||
.page-Exonar .citizen- | .page-Exonar.action-view { | ||
/* Disable sticky header */ | |||
#citizen-page-header-sticky-sentinel { | |||
display: none; | |||
} | |||
#content { | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.citizen-page-header { | |||
order: 9999; | |||
&-inner { | |||
justify-content: center; | |||
@media ( min-width: @min-width-breakpoint-desktop ) { | |||
border-top: var( --border-width-base ) solid var( --border-color-base ); | |||
} | |||
} | |||
} | |||
#contentSub, | |||
.citizen-page-heading { | |||
display: none; | |||
} | |||
.citizen-body-container { | |||
margin-top: var( --space-xl ); | |||
} | |||
} | } | ||