style: use triangle for warning messages (#22320)

This commit is contained in:
Frédéric Péters 2018-03-25 16:03:17 +02:00
parent 5ae3c9d7c5
commit a73461c436
1 changed files with 2 additions and 2 deletions

View File

@ -225,11 +225,11 @@ ul.messages {
border-color: #0000b0;
}
&.warning {
&:before { content: "\f06a"; } /* exclamation-circle */
&:before { content: "\f071"; } /* exclamation-triangle */
border-color: #ffb000;
}
&.error {
&:before { content: "\f071"; } /* exclamation-triangle */
&:before { content: "\f06a"; } /* exclamation-circle */
border-color: #b00000;
}
.close {