Commit a8bc7e37 authored by Robert Knight's avatar Robert Knight Committed by Nick Stenning

Move the flashbar to the header and add styles for it

 * Add the flashbar to the header so that it shows up
   on all routes that might need it. Otherwise flash
   messages will only appear when the user visits
   the homepage

 * Add styling for the flashbar
parent 70265cc6
@at-root {
.flashbar {
max-width: 1130px;
margin-left: auto;
margin-right: auto;
}
}
......@@ -16,6 +16,7 @@
@import './group-form';
@import './header';
@import './flashbar';
@import './footer';
@import './modal';
......
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