Use a warning alert for reporting new issues

This removes custom colouring for the alert. The list overrides
need to stay until we unpick more of our custom styling.
This commit is contained in:
Andy Allan 2019-12-19 17:50:22 +01:00
parent 01a506a254
commit 410fe87045
3 changed files with 2 additions and 8 deletions

View file

@ -29,7 +29,7 @@
// @import "bootstrap/pagination";
// @import "bootstrap/badge";
// @import "bootstrap/jumbotron";
// @import "bootstrap/alert";
@import "bootstrap/alert";
// @import "bootstrap/progress";
// @import "bootstrap/media";
// @import "bootstrap/list-group";

View file

@ -2890,12 +2890,6 @@ input.richtext_title[type="text"] {
}
.report-disclaimer {
background: #fff1f0;
color: #d85030;
border-color: rgba(216, 80, 48, 0.3);
padding: 10px 20px;
margin-bottom: $lineheight;
ul {
padding-left: $lineheight;
margin-bottom: 0;