Commit 74394bfe by David Ormsbee

Merge pull request #9480 from edx/ormsbee/pull_from_last_weeks_hotix

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