domsPlace/public/styles/objects/_background.scss
2018-06-05 08:17:56 +10:00

27 lines
420 B
SCSS

/*
* Background
* Styles for the background of the site.
*
* Dependencies:
* styles/settings/z.scss
* styles/tools/_absolute-centering.scss
*
* Version:
* 1.0.0 - 2018/05/17
*/
.o-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: $s-z--background;
overflow: hidden;
&__inner {
position: relative;
width: 100%;
height: 100%;
}
}