Commit 7d30a9ea authored by Nick Stenning's avatar Nick Stenning

Add confirmation messages to profile forms

Flash confirmation messages when profile forms are successfully
submitted.
parent df2d8ebb
...@@ -41,6 +41,18 @@ ...@@ -41,6 +41,18 @@
margin-bottom: 1em; margin-bottom: 1em;
} }
.form-flash {
background: $color-dove-gray;
color: $white;
width: 100%;
font-weight: bold;
margin: 1em 0 0 0;
padding: 0;
display: inline-block; // disable container margin collapse
p { margin: 1em; }
}
.form-input, .form-input,
.form-label { .form-label {
width: 100%; width: 100%;
......
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