contact-mailer/client/style.css
2020-08-25 19:36:51 +02:00

39 lines
676 B
CSS

.contact-mailer-form {
}
.contact-mailer-message {
border: 1px solid;
padding: 2px 8px;
border-radius: 2px;
cursor:pointer;
}
.contact-mailer-plain-message-error {
color: white;
background-color: #ef4757;
border-color: #ef4757;
}
.contact-mailer-plain-message-success {
color: white;
background-color: #00B06A;
border-color: #00B06A;
}
.contact-mailer-light-message-error {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.contact-mailer-light-message-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.contact-mailer-sending {
padding: 5px 10px;
}