You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sup_File/scss/free/_depreciated.scss

22 lines
370 B
SCSS

// These settings will be only for one version
// Masks
.view {
.full-bg-img {
height: 100%;
}
.full-bg-img,
.full-bg-img video {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
}
// Full background
.full-height,
.full-height body,
.full-height header,
.full-height header .view {
height: 100%;
}