mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
a couple of fixes
This commit is contained in:
parent
5601022dc9
commit
f66a282e53
5 changed files with 14 additions and 13 deletions
|
|
@ -48,6 +48,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.blur-theme .card.popular-app .popular-app-img-container {
|
.blur .card.popular-app .popular-app-img-container {
|
||||||
background: rgba(0, 0, 0, 0.5);
|
background: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.blur {
|
.blur {
|
||||||
&.scrolled {
|
.page-top.scrolled {
|
||||||
background-color: rgba(black, 0.85)
|
background-color: rgba(black, 0.85)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
$left-space: 180px;
|
$left-space: 180px;
|
||||||
|
|
||||||
@include scrollbars(.5em, #d9d9d9, rgba(0,0,0,0));
|
@include scrollbars(.5em, #d9d9d9, rgba(0, 0, 0, 0));
|
||||||
|
|
||||||
html {
|
html {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -16,7 +16,8 @@ main {
|
||||||
font: 14px/16px $font-family;
|
font: 14px/16px $font-family;
|
||||||
color: $default-text;
|
color: $default-text;
|
||||||
@include body-bg();
|
@include body-bg();
|
||||||
&.blur-theme {
|
|
||||||
|
&.blur {
|
||||||
@include main-background();
|
@include main-background();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -31,13 +32,12 @@ main {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
{
|
html {
|
||||||
html{
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
body{
|
body {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
@ -48,9 +48,10 @@ a {
|
||||||
outline: 0 !important;
|
outline: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body-bg{
|
.body-bg {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.al-header {
|
.al-header {
|
||||||
display: block;
|
display: block;
|
||||||
height: 49px;
|
height: 49px;
|
||||||
|
|
@ -206,9 +207,9 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.full-invisible {
|
.full-invisible {
|
||||||
visibility: hidden!important;
|
visibility: hidden !important;
|
||||||
* {
|
* {
|
||||||
visibility: hidden!important;
|
visibility: hidden !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -159,7 +159,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.blur-theme {
|
.blur {
|
||||||
.nav.nav-tabs {
|
.nav.nav-tabs {
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
a {
|
a {
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ export class BaThemeConfigProvider {
|
||||||
|
|
||||||
conf = {
|
conf = {
|
||||||
theme: {
|
theme: {
|
||||||
name: 'ng2',
|
name: 'blur',
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
default: this.basic.default,
|
default: this.basic.default,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue