mirror of
https://github.com/jvsteiner/send-note.git
synced 2026-07-22 11:20:26 +00:00
14 lines
248 B
CSS
14 lines
248 B
CSS
.share-note-status-error.notice {
|
|
background: #c10000;
|
|
color: white
|
|
}
|
|
|
|
.share-note-status-info.notice {
|
|
background: hsl(204, 86%, 53%);
|
|
color: white
|
|
}
|
|
|
|
.share-note-status-success.notice {
|
|
background: #629762;
|
|
color: white
|
|
}
|