Commit 4d16c621 by Giulio Gratta

styled course about page registration error message

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