34 lines
547 B
CSS
34 lines
547 B
CSS
body.ast-padded-layout::before, body.ast-padded-layout::after {
|
|
background: inherit;
|
|
content: "";
|
|
display: block;
|
|
height: 0;
|
|
left: 0;
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 999;
|
|
}
|
|
|
|
body.ast-padded-layout::after {
|
|
bottom: 0;
|
|
}
|
|
|
|
body.ast-padded-layout {
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
body.ast-padded-layout::before {
|
|
top: 0;
|
|
}
|
|
|
|
@media (min-width: 44.375em) {
|
|
body.ast-padded-layout.admin-bar::before {
|
|
top: 46px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 48.9375em) {
|
|
body.ast-padded-layout.admin-bar::before {
|
|
top: 32px;
|
|
}
|
|
}
|