Compare commits

...

2 Commits

3 changed files with 1125 additions and 1491 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,5 @@
#block-erabletheme-contenudelapageprincipale {
main[role="main"] {
margin-top: 10vh; margin-top: 10vh;
@media (min-width: $breakpoint_desktop) { @media (min-width: $breakpoint_desktop) {
margin-top: 16vh; margin-top: 16vh;

View File

@ -1,17 +1,17 @@
body.toolbar-tray-open header { body.toolbar-tray-open header[role="banner"] {
left: 15rem !important; left: 15rem !important;
width: calc(100% - 15rem) !important; width: calc(100% - 15rem) !important;
} }
body.toolbar-fixed header { body.toolbar-fixed header[role="banner"] {
top: 2.4em !important; top: 2.4em !important;
} }
.layout-container { .layout-container {
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
header { header[role="banner"] {
width: 100%; width: 100%;
background: white; background: white;
position: fixed; position: fixed;