Commit 3be186c1 by Galen Frechette

improves style of video modals

parent b833f52d
...@@ -18,33 +18,36 @@ ...@@ -18,33 +18,36 @@
color: #fff; color: #fff;
display: none; display: none;
left: 50%; left: 50%;
margin-left: -(grid-width(6)) / 2; //margin-left: -(grid-width(6)) / 2;
padding: 8px; padding: 8px;
position: absolute; position: absolute;
//top: 170px;
width: grid-width(6); width: grid-width(6);
z-index: 12; z-index: 12;
&.video-modal { &.video-modal {
left: 50%; left: 50%;
margin-left: -281px; padding: 10px;
width: 562px; width: 582px;
.inner-wrapper { .inner-wrapper {
background: #000;
@include box-shadow(none);
height: 315px; height: 315px;
padding: 0px; padding: 10px;
width: 560px; width: 560px;
} }
} }
&.home-page-video-modal { &.home-page-video-modal {
left: 50%; left: 50%;
margin-left: -321px; padding: 10px;
width: 642px; width: 662px;
.inner-wrapper { .inner-wrapper {
background: #000;
@include box-shadow(none);
height: 360px; height: 360px;
padding: 0px; padding: 10px;
width: 640px; width: 640px;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment