error message

This commit is contained in:
Frédéric Péters 2018-08-20 15:00:06 +02:00
parent 54b433e525
commit ff7fd9a25b
1 changed files with 4 additions and 2 deletions

View File

@ -293,7 +293,8 @@ ul.messages {
}
&.error {
&:before { content: "\f06a"; } /* exclamation-circle */
border-color: #b00000;
background: linear-gradient(to right, #f64474, #f4635e);
color: white;
}
.close {
float: right;
@ -342,7 +343,8 @@ div.errornotice {
}
&.errornotice {
&:before { content: "\f071"; } /* exclamation-triangle */
border-color: #b00000;
background: linear-gradient(to right, #f64474, #f4635e);
color: white;
}
}