mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-25 01:14:06 +01:00
pattern bg
This commit is contained in:
parent
ab3179f10a
commit
6ef066de69
5 changed files with 21 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue