Sha256: b4d71bb14e1ba9a42b651d9ea474458a7b9bd65c0b1b38260ad1d1bd74a2eb26
Contents?: true
Size: 581 Bytes
Versions: 24
Compression:
Stored size: 581 Bytes
Contents
// WYSIWYG Editors Styles // ======================================== // Variables $editor-header-background: $white-light; $editor-border: 1px solid $grey-light; $editor-border-radius: 2px; // Structure .froala-box { border-radius: $editor-border-radius; overflow: hidden; } .froala-editor.gray-theme { background: $editor-header-background; border: $editor-border; } .gray-theme.froala-box .froala-wrapper.f-basic { border: $editor-border; border-bottom-left-radius: $editor-border-radius; border-bottom-right-radius: $editor-border-radius; }
Version data entries
24 entries across 24 versions & 1 rubygems