mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
scrolled only on blur theme
This commit is contained in:
parent
6ef066de69
commit
5601022dc9
1 changed files with 6 additions and 4 deletions
|
|
@ -11,15 +11,17 @@
|
||||||
min-width: $resMin;
|
min-width: $resMin;
|
||||||
padding: 0 32px 0 40px;
|
padding: 0 32px 0 40px;
|
||||||
|
|
||||||
&.scrolled {
|
|
||||||
background-color: rgba(black, 0.85)
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-toggle::after {
|
.dropdown-toggle::after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blur {
|
||||||
|
&.scrolled {
|
||||||
|
background-color: rgba(black, 0.85)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a.al-logo {
|
a.al-logo {
|
||||||
color: $sidebar-text;
|
color: $sidebar-text;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue