Commit 4d16c621 by Giulio Gratta

styled course about page registration error message

parent 95219401
...@@ -158,12 +158,22 @@ ...@@ -158,12 +158,22 @@
} }
#register_error { #register_error {
float: left;
background: $error-red; background: $error-red;
border: 1px solid rgb(202, 17, 17); border: 1px solid rgb(202, 17, 17);
color: rgb(143, 14, 14); color: rgb(143, 14, 14);
display: none; display: none;
padding: 12px; padding: 12px;
margin-top: 5px; margin-top: 5px;
a {
color: white;
text-decoration: underline;
&:hover {
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