artabro/wire/modules/Inputfield/InputfieldTinyMCE/content_css/wire.scss
2024-08-27 11:35:37 +02:00

17 lines
315 B
SCSS

/**
* content.scss
*
* All styles should be wrapped in a .mce-content-body element in order for this to
* be compatible with both normal and inline modes.
*
*/
@import "vars";
$text-color: #333;
$text-color-muted: #999;
$headline-color: #222;
$border-color: #ccc;
$link-color: #0782C1;
@import "common";