Gearheads: add shadow to popout video
parent
f6625f49c2
commit
ccaafd7157
|
@ -2,8 +2,9 @@
|
||||||
.theme-elephant-contrast,
|
.theme-elephant-contrast,
|
||||||
.theme-elephant-light {
|
.theme-elephant-light {
|
||||||
/** Add shadows around dropdowns/popouts **/
|
/** Add shadows around dropdowns/popouts **/
|
||||||
.dropdown-animation {
|
.dropdown-animation,
|
||||||
box-shadow: 0 0 40px rgba(0,0,0,0.25);
|
.video-modal__container .video-player {
|
||||||
|
box-shadow: 0 0 20px rgba(0,0,0,0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Offset modified logo for desktop layout **/
|
/** Offset modified logo for desktop layout **/
|
||||||
|
|
Reference in New Issue