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==);
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 {
101 input[type="radio"], input[type="checkbox"] {
107 margin-bottom: 0.8em;
110 input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
115 display: inline-block;
116 background-color: #BBB;
121 transition: all ease-in-out 120ms;
133 background-color: #fafafa;
134 border: 1px solid #CCC;
135 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);
136 transition: all ease-in-out 120ms;
139 background-color: rgba($positive, 0.4);
142 background-color: $positive;
143 border: darken($positive, 20%);
147 .toggle-switch-checkbox {
150 input:checked + .toggle-switch {
151 background-color: rgba($positive, 0.4);
154 background-color: $positive;
155 border: darken($positive, 20%);
169 .text-pos, .text-neg {
174 .inline-input-style {
175 border: 2px dotted #BBB;
181 .title-input .input {
185 .title-input label, .description-input label{
190 .title-input input[type="text"] {
192 @extend .inline-input-style;
199 .title-input.page-title {
218 .description-input textarea {
219 @extend .inline-input-style;
225 div[editor-type="markdown"] .title-input.page-title input[type="text"] {
233 background-color: transparent;
241 button[type="submit"] {
253 border-bottom: 2px solid #DDD;
257 border-bottom: 2px solid #AAA;
262 #login-form label[for="remember"] {
265 #login-form label.toggle-switch {
270 background-color: #BBB;