mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 15:33:50 +08:00
22 lines
330 B
SCSS
22 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;
|
||
|
}
|