Sha256: 9302e779ad61c3479ee921ad0236a3017a3529760e8837e4d12d808d7c1b4eed
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
.input { .editor-toolbar { @include transition(border-color .2s); opacity: 1; border-color: $c-mid-grey; border-bottom: 0; a { opacity: .6; } } .CodeMirror-wrap { @include transition(border-color .2s); border-color: $c-mid-grey; border-top-color: $c-grey; } .CodeMirror-scroll { z-index: 0; } &.mde-focus { .CodeMirror-wrap, .editor-toolbar { border-color: $c-focus-border; } } } .editor-preview, .editor-preview-side { h1 { font-size: 26px; } h2 { font-size: 24px; } h3 { font-size: 22px; } h4 { font-size: 20px; } h5 { font-size: 18px; } h6 { font-size: 16px; } h1, h2, h3, h4, h5, h6 { font-weight: bold; } h1, h2, h3, h4, h5, h6, p, ul, ol { background: none; border: 0; color: black; letter-spacing: 0; margin: inherit; padding: inherit; text-transform: inherit; } ul { list-style: disc; } ol { list-style: decimal; } ul, ol { padding-left: 30px; } em { font-style: italic; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fae-rails-3.0.0 | app/assets/stylesheets/fae/modules/forms/_simple-mde.scss |