css: add style for success messages (#16628)

This commit is contained in:
Frédéric Péters 2017-05-30 16:26:46 +02:00
parent 4e10f6e0a7
commit 35732cf0ab
1 changed files with 4 additions and 0 deletions

View File

@ -210,6 +210,10 @@ ul.messages {
font-family: FontAwesome;
color: white;
}
&.success {
&:before { content: "\f058"; } /* check-circle */
border-color: #0b0b0b;
}
&.info {
&:before { content: "\f05a"; } /* info-circle */
border-color: #00b000;