Fix container padding with path and top notice

pull/229/merge
Thibaut 10 years ago
parent 05f2c03455
commit 203afda9be

@ -11,7 +11,7 @@
@media #{$mediumScreen} { left: $sidebarMediumWidth; } @media #{$mediumScreen} { left: $sidebarMediumWidth; }
~ ._container { padding-bottom: 2.5rem; } &:not(._top) ~ ._container { padding-bottom: 2.5rem; }
&._top { &._top {
bottom: auto; bottom: auto;
@ -19,7 +19,7 @@
margin-top: 1px; margin-top: 1px;
box-shadow: inset 0 -1px $noticeBorder; box-shadow: inset 0 -1px $noticeBorder;
~ ._container { padding-bottom: 0; padding-top: 2.5rem; } ~ ._container { padding-top: 2.5rem; }
} }
} }

Loading…
Cancel
Save