3 background-color: #FFF;
5 border: 1px solid #CCC;
13 //-webkit-appearance:none;
15 border: 1px solid $negative;
18 border: 1px solid $positive;
20 &.disabled, &[disabled] {
21 background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAGuXbv2nxGbHEhCS0uLEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBAC62BuJ+tt7zgAAAABJRU5ErkJggg==);
35 #markdown-editor-input {
36 font-family: 'Roboto Mono', monospace;
50 .markdown-display, .markdown-editor-wrap {
54 .markdown-editor-wrap {
56 flex-direction: column;
57 border: 1px solid #DDD;
72 font-family: 'Roboto Mono', monospace;
75 border-bottom: 1px solid #DDD;
76 background-color: #EEE;
95 display: inline-block;
99 label.radio, label.checkbox {
102 input[type="radio"], input[type="checkbox"] {
107 label.inline.checkbox {
112 margin-bottom: 0.8em;
123 input[type="text"], input[type="number"], input[type="email"], input[type="date"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
132 display: inline-block;
133 background-color: #BBB;
138 transition: all ease-in-out 120ms;
150 background-color: #fafafa;
151 border: 1px solid #CCC;
152 box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
153 transition: all ease-in-out 120ms;
156 background-color: rgba($positive, 0.4);
159 background-color: $positive;
160 border: darken($positive, 20%);
164 .toggle-switch-checkbox {
167 input:checked + .toggle-switch {
168 background-color: rgba($positive, 0.4);
171 background-color: $positive;
172 border: darken($positive, 20%);
186 .text-pos, .text-neg {
191 .inline-input-style {
192 border: 2px dotted #BBB;
198 .title-input .input {
202 .title-input label, .description-input label{
207 .title-input input[type="text"] {
209 @extend .inline-input-style;
216 .title-input.page-title {
235 .description-input textarea {
236 @extend .inline-input-style;
242 div[editor-type="markdown"] .title-input.page-title input[type="text"] {
250 background-color: transparent;
258 button[type="submit"] {
270 border-bottom: 2px solid #DDD;
274 border-bottom: 2px solid #AAA;
279 #login-form label[for="remember"] {
282 #login-form label.toggle-switch {
287 background-color: #BBB;