Merge pull request #9603 from edx/clrux/rc-2015-09-02-patch

Overriding white color for messages on dashboard
This commit is contained in:
Calen Pennington
2015-09-03 14:11:06 -04:00

View File

@@ -574,6 +574,7 @@
padding: ($baseline/2) $baseline;
background: $gray-l5;
border: 1px solid $gray-l4;
color: $base-font-color; // Overrides the normal white color in this one case
// STATE: shown
&.is-shown {