sass-site/source/assets/css/regions/_page.scss

17 lines
366 B
SCSS
Raw Normal View History

2013-10-09 12:30:53 +02:00
.page {
@include transition-property(margin, padding, min-height, height);
2013-10-11 22:06:20 +02:00
@include breakpoint($tablet-large) {
2013-10-09 12:30:53 +02:00
margin: 0 auto #{-$sticky-contentinfo-height};
padding-bottom: $sticky-contentinfo-height;
min-height: 100%;
height: auto !important;
height: 100%;
}
}
2013-10-12 23:54:15 +02:00
.body {
@include padding-leader(2);
background: $color-background;
}