Commit 96fc3063 by Chris Rodriguez Committed by David Ormsbee

Fixes modal color

parent 65377423
......@@ -12,15 +12,15 @@
.modal {
@extend %ui-depth1;
background: $gray-d2;
border-radius: 3px;
box-shadow: 0 0px 5px 0 $shadow-d1;
color: $white;
display: none;
position: absolute;
left: 50%;
padding: 8px;
position: absolute;
width: grid-width(5);
border-radius: 3px;
box-shadow: 0 0px 5px 0 $shadow-d1;
background: $gray-d2;
color: $base-font-color;
&.video-modal {
left: 50%;
......@@ -62,6 +62,11 @@
padding-bottom: ($baseline/2);
position: relative;
p {
font-size: .9em;
line-height: 1.4;
}
header {
@extend %ui-depth1;
margin-bottom: ($baseline*1.5);
......
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