layout css header main
This commit is contained in:
parent
652f8ef333
commit
03165aa5d8
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,5 @@
|
|||
#block-erabletheme-contenudelapageprincipale {
|
||||
margin-top: 10vh;
|
||||
main[role="main"] {
|
||||
margin-top: 13vh;
|
||||
}
|
||||
|
||||
strong {
|
||||
|
|
|
@ -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