Merge pull request #6607 from edx/talbs/fix-studio-xblockwarnings-fontawesome

FIX - Studio: resolving xblock warning messages icons
This commit is contained in:
Brian Talbot
2015-01-14 12:13:35 -05:00

View File

@@ -220,7 +220,7 @@
&.has-warnings {
border-top: 3px solid $orange;
.fa-warning {
.fa-exclamation-triangle {
margin-right: ($baseline/2);
color: $orange;
}