Fixes modal color

This commit is contained in:
Chris Rodriguez
2015-08-21 10:17:40 -04:00
committed by David Ormsbee
parent 65377423c0
commit 96fc306337

View File

@@ -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);