UNPKG

react-custom-selector

Version:
80 lines (67 loc) 1.04 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: 720px; padding: 1em; } .footer { margin-top: 50px; border-top: 1px solid #eee; padding: 20px 0; font-size: 12px; color: #999; text-align: center; } 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; } .hint { margin: 15px 0; font-style: italic; color: #999; } .selector { width: 30%; } .selectedContainer:before { content: "Selected Value"; color: #999999; font-size: 15px; } .selectedContainer { background-color: #f7f7f9; padding-bottom: 5px; margin-top: 10px; width: 30%; } .selector { font-size: 18px; }