2023-09-12 15:18:13 +00:00
|
|
|
.share-note-status-error.notice {
|
2023-09-12 15:10:38 +00:00
|
|
|
background: #c10000;
|
|
|
|
|
color: white
|
|
|
|
|
}
|
|
|
|
|
|
2023-09-23 11:05:26 +00:00
|
|
|
.share-note-status-info.notice {
|
|
|
|
|
background: hsl(204, 86%, 53%);
|
|
|
|
|
color: white
|
|
|
|
|
}
|
|
|
|
|
|
2023-09-12 15:18:13 +00:00
|
|
|
.share-note-status-success.notice {
|
2023-09-23 11:05:26 +00:00
|
|
|
background: #629762;
|
2023-09-12 15:10:38 +00:00
|
|
|
color: white
|
|
|
|
|
}
|
2023-10-18 10:38:41 +00:00
|
|
|
|
|
|
|
|
.share-note-icons {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.share-note-icons > span {
|
|
|
|
|
display: flex;
|
2023-10-19 13:42:53 +00:00
|
|
|
margin-left: 6px;
|
2023-10-18 10:38:41 +00:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|