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:
aignatov-bio 2022-02-01 14:37:59 +01:00 committed by GitHub
parent dd8b38604f
commit 51b515fcee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;