Commit ed8595ad by Brittany Cheng

error styles

parent 79628130
......@@ -211,13 +211,6 @@ form label {
font-style: normal;
width: $discussion_input_width !important;
}
.discussion-errors {
color: #8F0E0E;
display: block;
font: inherit;
font-size: $comment_body_size;
margin-left: -3%;
}
.new-post-similar-posts-wrapper {
@include border-radius(3px);
border: 1px solid #EEE;
......@@ -265,7 +258,9 @@ form label {
display: block;
font: inherit;
font-size: $comment_body_size;
list-style: none;
margin-left: -3%;
padding-left: 2em;
}
a:hover {
color: #1C71DD;
......
......@@ -87,6 +87,11 @@ div.course-wrapper {
ul {
list-style: disc outside none;
padding-left: 1em;
&.discussion-errors {
list-style: none;
padding-left: 2em;
}
}
nav.sequence-bottom {
......
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