mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
7 lines
134 B
SCSS
7 lines
134 B
SCSS
|
.wysiwyg-editor {
|
||
|
@extend .no-outline;
|
||
|
font-family: Helvetica,Arial,Verdana,sans-serif;
|
||
|
margin-top: -10px;
|
||
|
color: $color-black;
|
||
|
}
|