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';
50 .markdown-display, .markdown-editor-wrap {
54 .markdown-editor-wrap {
56 flex-direction: column;
57 border: 1px solid #DDD;
71 font-family: 'Roboto Mono';
74 border-bottom: 1px solid #DDD;
75 background-color: #EEE;
94 display: inline-block;
98 label.radio, label.checkbox {
100 input[type="radio"], input[type="checkbox"] {
106 margin-bottom: 0.8em;
109 input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
114 display: inline-block;
115 background-color: #BBB;
120 transition: all ease-in-out 120ms;
132 background-color: #fafafa;
133 border: 1px solid #CCC;
134 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);
135 transition: all ease-in-out 120ms;
138 background-color: rgba($positive, 0.4);
141 background-color: $positive;
142 border: darken($positive, 20%);
146 .toggle-switch-checkbox {
149 input:checked + .toggle-switch {
150 background-color: rgba($positive, 0.4);
153 background-color: $positive;
154 border: darken($positive, 20%);
168 .text-pos, .text-neg {
173 .inline-input-style {
174 border: 2px dotted #BBB;
180 .title-input .input {
184 .title-input label, .description-input label{
189 .title-input input[type="text"] {
191 @extend .inline-input-style;
198 .title-input.page-title {
217 .description-input textarea {
218 @extend .inline-input-style;
224 div[editor-type="markdown"] .title-input.page-title input[type="text"] {
232 background-color: transparent;
240 button[type="submit"] {
252 border-bottom: 2px solid #DDD;
256 border-bottom: 2px solid #AAA;
261 #login-form label[for="remember"] {
264 #login-form label.toggle-switch {
269 background-color: #BBB;