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:
parent
01a506a254
commit
410fe87045
3 changed files with 2 additions and 8 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue