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

8 lines
125 B
SCSS
Raw Normal View History

2013-10-12 23:54:15 +02:00
.body {
2018-10-24 00:06:39 +02:00
padding: {
top: sl-px-to-rem(48px);
bottom: sl-px-to-rem(96px);
2018-10-24 00:06:39 +02:00
};
2013-10-12 23:54:15 +02:00
background: $color-background;
}