Sha256: 25fa6ee22a63e9c7774880dd9087d4b82ff02de106316c22d18a2d18b4f74195
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
// redactor @import "redactor"; // input .input-inverter, .input-redactor { .redactor-box { margin-bottom: 0; } .redactor-toolbar { box-shadow: none; border-bottom: 2px solid $neutralColor; } .redactor-editor { border: 0; padding: 1em .5em 0 .5em; } } // toolbar .redactor-toolbar li a:hover { background-color: $positiveColor; } .redactor-dropdown a:hover { background-color: $positiveColor; } // placeholder .redactor-placeholder:after { color: $lightColor!important; left: .5em; top: 18px; } // scrollbars .redactor-editor, textarea.redactor { @include custom-scrollbar; } // line-height issue fix .redactor-editor { line-height: inherit !important; } // modal #redactor-modal-close { line-height: 30px; text-align: center; } #redactor-modal footer button { &.redactor-modal-close-btn { background-color: $lightColor; &:hover { background-color: $lightColor; opacity: .75; } } &.redactor-modal-action-btn { background-color: $positiveColor; &:hover { background-color: $positiveColor; opacity: .75; color: $white; } } &.redactor-modal-delete-btn { background-color: $assertiveColor; &:hover { background-color: $assertiveColor; opacity: .75; color: $white; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formagic-0.2.5 | app/assets/stylesheets/formagic/redactor1.scss |
formagic-0.1.0 | app/assets/stylesheets/formagic/redactor.scss |