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