fix(styles): move blur bg to blur theme configuration

This commit is contained in:
nixa 2016-05-24 11:24:49 +03:00
parent 067535b500
commit 0b44fd6293
3 changed files with 16 additions and 22 deletions

View file

@ -18,11 +18,8 @@ main {
position: relative;
font: 14px/16px $font-family;
color: $default-text;
@include body-bg();
&.blur {
@include main-background();
}
@include body-bg();
.additional-bg {
position: fixed;
@ -30,7 +27,6 @@ main {
left: 0;
bottom: 0;
right: 0;
//background-attachment: inherit;
@include additional-bg();
}
}