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