jvsteiner_send-note/styles.css
2024-11-10 15:52:07 +02:00

24 lines
360 B
CSS

.send-note-status-error.notice {
background: #c10000;
color: white;
}
.send-note-status-info.notice {
background: hsl(204, 86%, 53%);
color: white;
}
.send-note-status-success.notice {
background: #629762;
color: white;
}
.send-note-icons {
display: flex;
}
.send-note-icons > span {
display: flex;
margin-left: 6px;
cursor: pointer;
}