Remove the custom flash styling for sidebar flashes

The flash partial is now based on flexbox, so these positioning classes
are no longer required
This commit is contained in:
Andy Allan 2021-11-17 11:51:41 +00:00
parent b43aaa1d58
commit 846bacd665

View file

@ -388,18 +388,6 @@ body.compact-nav {
top: 20px;
}
}
.flash {
padding: 15px;
picture {
margin-right: -25px;
}
div.message {
margin-left: 30px;
}
}
}
.overlay-sidebar #sidebar {