Compare commits
2 Commits
ebadb23dcd
...
fa8bcef1c3
Author | SHA1 | Date |
---|---|---|
Bachir Soussi Chiadmi | fa8bcef1c3 | |
Bachir Soussi Chiadmi | 03165aa5d8 |
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,5 @@
|
|||
#block-erabletheme-contenudelapageprincipale {
|
||||
|
||||
main[role="main"] {
|
||||
margin-top: 10vh;
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
margin-top: 16vh;
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
|
||||
body.toolbar-tray-open header {
|
||||
body.toolbar-tray-open header[role="banner"] {
|
||||
left: 15rem !important;
|
||||
width: calc(100% - 15rem) !important;
|
||||
}
|
||||
|
||||
body.toolbar-fixed header {
|
||||
body.toolbar-fixed header[role="banner"] {
|
||||
top: 2.4em !important;
|
||||
}
|
||||
|
||||
.layout-container {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
header {
|
||||
header[role="banner"] {
|
||||
width: 100%;
|
||||
background: white;
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in New Issue