Commit 3be186c1 by Galen Frechette

improves style of video modals

parent b833f52d
......@@ -18,33 +18,36 @@
color: #fff;
display: none;
left: 50%;
margin-left: -(grid-width(6)) / 2;
//margin-left: -(grid-width(6)) / 2;
padding: 8px;
position: absolute;
//top: 170px;
width: grid-width(6);
z-index: 12;
&.video-modal {
left: 50%;
margin-left: -281px;
width: 562px;
padding: 10px;
width: 582px;
.inner-wrapper {
background: #000;
@include box-shadow(none);
height: 315px;
padding: 0px;
padding: 10px;
width: 560px;
}
}
&.home-page-video-modal {
left: 50%;
margin-left: -321px;
width: 642px;
padding: 10px;
width: 662px;
.inner-wrapper {
background: #000;
@include box-shadow(none);
height: 360px;
padding: 0px;
padding: 10px;
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