Compare commits
No commits in common. "fa8bcef1c306d945652b7b92f9d265db964af9b9" and "ebadb23dcd5567737c3964c800870902187b8d09" have entirely different histories.
fa8bcef1c3
...
ebadb23dcd
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,4 @@
|
||||||
|
#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;
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
|
|
||||||
body.toolbar-tray-open header[role="banner"] {
|
body.toolbar-tray-open header {
|
||||||
left: 15rem !important;
|
left: 15rem !important;
|
||||||
width: calc(100% - 15rem) !important;
|
width: calc(100% - 15rem) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.toolbar-fixed header[role="banner"] {
|
body.toolbar-fixed header {
|
||||||
top: 2.4em !important;
|
top: 2.4em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-container {
|
.layout-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
header[role="banner"] {
|
header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: white;
|
background: white;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in New Issue