mirror of
https://github.com/jvsteiner/send-note.git
synced 2026-07-22 11:20:26 +00:00
24 lines
382 B
CSS
24 lines
382 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
|
|
}
|
|
|
|
.share-note-icons {
|
|
display: flex;
|
|
}
|
|
|
|
.share-note-icons > span {
|
|
display: flex;
|
|
margin-left: 5px;
|
|
cursor: pointer;
|
|
}
|