mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +08:00
Fix icons on tinyMCE [SCI-6477] (#3812)
* Fix icons on tinyMCE [SCI-6477] * mend * mend Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
parent
dd8b38604f
commit
51b515fcee
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
// scss-lint:disable ImportantRule
|
||||
@import "constants";
|
||||
|
||||
@font-face {
|
||||
font-family: "tinymce";
|
||||
src: asset-url("tinymce/skins/lightgray/fonts/tinymce.woff");
|
||||
}
|
||||
|
||||
.tinymce-view {
|
||||
border: solid 1px;
|
||||
border-color: $color-white;
|
||||
|
|
Loading…
Reference in a new issue