mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-27 18:34:08 +01:00
body bg mixing instead of a variable
This commit is contained in:
parent
563c03f7d1
commit
de84c1f885
4 changed files with 13 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ html, body {
|
|||
main {
|
||||
font: 14px/16px $font-family;
|
||||
color: $default-text;
|
||||
background-color: $body-bg;
|
||||
@include body-bg();
|
||||
&.blur-theme {
|
||||
@include main-background();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue