UNPKG

react-md-editor

Version:
79 lines (68 loc) 1.09 kB
/* // Examples Stylesheet // ------------------- */ body { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; color: #333; margin: 0; padding: 0; } a { color: #08c; text-decoration: none; } a:hover { text-decoration: underline; } .container { margin-left: auto; margin-right: auto; max-width: 1080px; padding: 1em; } .footer { margin-top: 20px; border-top: 1px solid #eee; padding: 20px 0; font-size: 12px; color: #999; } h1, h2, h3, h4, h5, h6 { color: #222; font-weight: 100; margin: 0.5em 0; } label { color: #999; display: inline-block; font-size: 0.85em; font-weight: bold; margin: 1em 0; text-transform: uppercase; } .example { overflow: hidden; } .hint { padding-bottom: 20px; margin: 10px 0; border-bottom: 1px solid #eee; } .editor { float: left; width: 50%; } .preview { float: left; margin-left: 4%; width: 46%; } blockquote { border-left: 5px solid #eee; margin-left: 20px; padding-left: 15px; } @import "../../less/component.less"; @import (inline) "../../node_modules/codemirror/lib/codemirror.css";