mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-18 05:58:07 +01:00
fix(styles): move blur bg to blur theme configuration
This commit is contained in:
parent
067535b500
commit
0b44fd6293
3 changed files with 16 additions and 22 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue