29 lines
472 B
CSS
29 lines
472 B
CSS
.notice.share-note-status-error {
|
|
background: #c10000;
|
|
color: white
|
|
}
|
|
|
|
.notice.share-note-status-info {
|
|
background: hsl(204, 86%, 53%);
|
|
color: white
|
|
}
|
|
|
|
.notice.share-note-status-success {
|
|
background: #629762;
|
|
color: white
|
|
}
|
|
.notice.share-note-status-success a {
|
|
color: white;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.share-note-icons {
|
|
display: flex;
|
|
}
|
|
|
|
.share-note-icons > span {
|
|
display: flex;
|
|
margin-left: 6px;
|
|
cursor: pointer;
|
|
}
|