Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 45 : | Ligne 45 : | ||
/* Introduction */ | /* Introduction */ | ||
/* Désactiver Sticky header */ | |||
.page-Introduction.action-view #citizen-page-header-sticky-sentinel{ | .page-Introduction.action-view #citizen-page-header-sticky-sentinel{ | ||
display: none; | display: none; | ||
} | } | ||
/* Déplacer le header en bas de page */ | |||
.page-Introduction.action-view #content{ | .page-Introduction.action-view #content{ | ||
display: flex; | display: flex; | ||
Ligne 54 : | Ligne 56 : | ||
.page-Introduction.action-view .citizen-page-header { | .page-Introduction.action-view .citizen-page-header { | ||
order: 9999; | order: 9999; | ||
} | |||
/* Style du header déplacé */ | |||
.page-Introduction.action-view .citizen-page-header-inner { | |||
justify-content: center; | |||
} | |||
.page-Introduction.action-view #contentSub{ | |||
display: none; | |||
} | } | ||
.page-Introduction.action-view .citizen-page-heading { | .page-Introduction.action-view .citizen-page-heading { | ||
Ligne 60 : | Ligne 69 : | ||
.page-Introduction.action-view .citizen-body-container { | .page-Introduction.action-view .citizen-body-container { | ||
margin-top: var( --space-xl ); | margin-top: var( --space-xl ); | ||
} | } | ||
/* Exostation */ | /* Exostation */ | ||
/* Désactiver Sticky header */ | |||
.page-Exostation.action-view #citizen-page-header-sticky-sentinel{ | |||
display: none; | |||
} | |||
/* Déplacer le header en bas de page */ | |||
.page-Exostation.action-view #content{ | .page-Exostation.action-view #content{ | ||
display: flex; | display: flex; | ||
Ligne 72 : | Ligne 83 : | ||
.page-Exostation.action-view .citizen-page-header { | .page-Exostation.action-view .citizen-page-header { | ||
order: 9999; | order: 9999; | ||
} | |||
/* Style du header déplacé */ | |||
.page-Exostation.action-view .citizen-page-header-inner { | |||
justify-content: center; | |||
} | |||
.page-Exostation.action-view #contentSub{ | |||
display: none; | |||
} | } | ||
.page-Exostation.action-view .citizen-page-heading { | .page-Exostation.action-view .citizen-page-heading { | ||
Ligne 78 : | Ligne 96 : | ||
.page-Exostation.action-view .citizen-body-container { | .page-Exostation.action-view .citizen-body-container { | ||
margin-top: var( --space-xl ); | margin-top: var( --space-xl ); | ||
} | } | ||
/* Exonar */ | /* Exonar */ | ||
/* Désactiver Sticky header */ | |||
.page-Exonar.action-view #citizen-page-header-sticky-sentinel{ | |||
display: none; | |||
} | |||
/* Déplacer le header en bas de page */ | |||
.page-Exonar.action-view #content{ | .page-Exonar.action-view #content{ | ||
display: flex; | display: flex; | ||
Ligne 91 : | Ligne 111 : | ||
order: 9999; | order: 9999; | ||
} | } | ||
/* Style du header déplacé */ | |||
.page-Exonar.action-view .citizen-page-header-inner { | .page-Exonar.action-view .citizen-page-header-inner { | ||
justify-content: center; | justify-content: center; | ||
} | |||
.page-Exonar.action-view #contentSub{ | |||
display: none; | |||
} | } | ||
.page-Exonar.action-view .citizen-page-heading { | .page-Exonar.action-view .citizen-page-heading { |