player shadow
This commit is contained in:
parent
8202a9324c
commit
1de9548111
|
@ -8808,6 +8808,7 @@ preview-header:not(.no-cover) .preview-card-headings .heading {
|
||||||
|
|
||||||
.a-player {
|
.a-player {
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
|
box-shadow: 0em -0.5em 0.5em rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
.a-player a {
|
.a-player a {
|
||||||
color: var(--highlight-color-2);
|
color: var(--highlight-color-2);
|
||||||
|
@ -8854,7 +8855,6 @@ preview-header:not(.no-cover) .preview-card-headings .heading {
|
||||||
height: 3.75em !important;
|
height: 3.75em !important;
|
||||||
border-top: 1px hsl(0deg, 0%, 71%) solid;
|
border-top: 1px hsl(0deg, 0%, 71%) solid;
|
||||||
background: var(--player-bar-bg);
|
background: var(--player-bar-bg);
|
||||||
box-shadow: 0em -0.5em 0.5em rgba(0, 0, 0, 0.05);
|
|
||||||
}
|
}
|
||||||
.a-player-bar > * {
|
.a-player-bar > * {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -995,6 +995,7 @@ nav li {
|
||||||
//-- player
|
//-- player
|
||||||
.a-player {
|
.a-player {
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
|
box-shadow: 0em -0.5em 0.5em rgba(0, 0, 0, 0.05);
|
||||||
|
|
||||||
a { color: var(--highlight-color-2); }
|
a { color: var(--highlight-color-2); }
|
||||||
}
|
}
|
||||||
|
@ -1039,7 +1040,6 @@ nav li {
|
||||||
|
|
||||||
border-top: 1px $grey-light solid;
|
border-top: 1px $grey-light solid;
|
||||||
background: var(--player-bar-bg);
|
background: var(--player-bar-bg);
|
||||||
box-shadow: 0em -0.5em 0.5em rgba(0, 0, 0, 0.05);
|
|
||||||
|
|
||||||
> * { height: 100%; }
|
> * { height: 100%; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user