mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-20 08:16:11 +01:00
theme run classes
This commit is contained in:
parent
e7595af72c
commit
9d0fef1dd3
7 changed files with 55 additions and 20 deletions
|
|
@ -16,25 +16,27 @@ body {
|
|||
font: 14px/16px $font-family;
|
||||
color: $default-text;
|
||||
background-color: $body-bg;
|
||||
&.blur-theme {
|
||||
}
|
||||
|
||||
.blur-theme {
|
||||
@at-root body {
|
||||
@include main-background();
|
||||
}
|
||||
}
|
||||
|
||||
body.mobile{
|
||||
background: none;
|
||||
.body-bg{
|
||||
display: block;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background-attachment: inherit;
|
||||
background-color: $body-bg;
|
||||
}
|
||||
&.blur-theme {
|
||||
@include main-background();
|
||||
.mobile {
|
||||
@at-root body {
|
||||
background: none;
|
||||
.body-bg {
|
||||
display: block;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background-attachment: inherit;
|
||||
background-color: $body-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue