sass-site/source/assets/css/regions/_page.scss
₍˄ุ.͡˳̫.˄ุ₎ 92f17202ec Lots of clean up.
2013-10-14 15:52:40 -04:00

17 lines
366 B
SCSS

.page {
@include transition-property(margin, padding, min-height, height);
@include breakpoint($tablet-large) {
margin: 0 auto #{-$sticky-contentinfo-height};
padding-bottom: $sticky-contentinfo-height;
min-height: 100%;
height: auto !important;
height: 100%;
}
}
.body {
@include padding-leader(2);
background: $color-background;
}