style: change info/success colours to match frontoffice (#22103)

This commit is contained in:
Frédéric Péters 2018-02-24 19:05:20 +01:00
parent 54140db3bf
commit 77bb52b9fa
1 changed files with 2 additions and 2 deletions

View File

@ -218,11 +218,11 @@ ul.messages {
}
&.success {
&:before { content: "\f058"; } /* check-circle */
border-color: #0b0b0b;
border-color: #00b000;
}
&.info {
&:before { content: "\f05a"; } /* info-circle */
border-color: #00b000;
border-color: #0000b0;
}
&.warning {
&:before { content: "\f06a"; } /* exclamation-circle */