Sha256: cbc1afb54eb0a02fd831c3e83e1fb9e878be563dae8f5e1c1b3b8c142611da32
Contents?: true
Size: 768 Bytes
Versions: 4
Compression:
Stored size: 768 Bytes
Contents
@import "redactor"; // input .input-inverter, .input-redactor { .redactor-box { margin-bottom: 0; } .redactor-toolbar { box-shadow: none; border-bottom: 2px solid $contrastColor; } .redactor-editor { border: 1px solid $contrastColor; border-top: 0; } } // fullscreen .redactor-box-fullscreen { .redactor-toolbar { box-shadow: none; border-bottom: 2px solid $contrastColor; } .redactor-placeholder:after { content: ''; } .redactor-editor { padding-bottom: 5em; border: none; } } // placeholder .redactor-placeholder:after { color: $lightColor!important; } // scrollbars .redactor-editor, textarea.redactor { @include customScrollbar(); } // line-height issue fix .redactor-editor { line-height: inherit !important; }
Version data entries
4 entries across 4 versions & 1 rubygems