Commit e5a807e1 by Matthew Mongeau

Fix message and notice styles.

parent fd223e87
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
padding: 12px; padding: 12px;
} }
.activation-message, .message, .notice { .notice {
background: $yellow; background: $yellow;
border: 1px solid darken($yellow, 60%); border: 1px solid darken($yellow, 60%);
color: darken($yellow, 60%); color: darken($yellow, 60%);
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
padding: 12px; padding: 12px;
} }
.activation-message { .activation-message, .message {
padding: 0 40px 10px; padding: 0 40px 10px;
p { p {
......
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