mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 07:26:20 +08:00
21 lines
330 B
SCSS
21 lines
330 B
SCSS
@import "constants";
|
|
|
|
.tinymce-save-button,
|
|
.tinymce-cancel-button {
|
|
cursor: pointer;
|
|
|
|
.fas {
|
|
font-family: "Font Awesome 5 Free";
|
|
font-weight: 900;
|
|
margin-top: 3px;
|
|
}
|
|
}
|
|
|
|
.tinymce-status-badge {
|
|
color: $color-silver-chalice;
|
|
margin-top: -20px;
|
|
}
|
|
|
|
.tinymce-placeholder-text {
|
|
color: $color-silver-chalice;
|
|
}
|