new colors

This commit is contained in:
Adrian Amaglio 2020-08-24 22:17:33 +02:00
parent 83d6799e53
commit 3236d45ac1

View File

@ -9,16 +9,13 @@
}
.contact-mailer-message-error {
color: red;
border-color: red;
color: white;
background-color: #ef4757;
border-color: #ef4757;
}
.contact-mailer-message-success {
color: green;
border-color: green;
}
.contact-mailer-message-info {
color: blue;
border-color: blue;
color: white;
background-color: #06d6a0;
border-color: #06d6a0;
}