pattern bg

This commit is contained in:
nixa 2016-05-19 12:15:02 +03:00
parent ab3179f10a
commit 6ef066de69
5 changed files with 21 additions and 0 deletions

View file

@ -19,6 +19,16 @@ main {
&.blur-theme {
@include main-background();
}
.additional-bg {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
//background-attachment: inherit;
@include additional-bg();
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)