Commit 996da3d7 by clrux

Merge pull request #10729 from edx/clrux/ac-220

LMS: adjusting Wiki alert styles
parents 5043b465 9e2e9af1
...@@ -896,11 +896,13 @@ section.wiki { ...@@ -896,11 +896,13 @@ section.wiki {
.alert { .alert {
position: relative; position: relative;
width: auto;
margin: 24px 40px; margin: 24px 40px;
padding: 8px 12px; padding: 8px 12px;
border: 1px solid #EBE8BF; border: 1px solid #EBE8BF;
border-radius: 3px; border-radius: 3px;
background: $yellow; background: $yellow;
color: $black;
font-size: 0.9em; font-size: 0.9em;
.close { .close {
...@@ -908,7 +910,7 @@ section.wiki { ...@@ -908,7 +910,7 @@ section.wiki {
right: 12px; right: 12px;
font-size: 1.3em; font-size: 1.3em;
top: 6px; top: 6px;
color: #999; color: $black;
text-decoration: none; text-decoration: none;
} }
} }
......
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