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==);
33 font-family: 'Roboto Mono';
47 .markdown-display, .markdown-editor-wrap {
51 .markdown-editor-wrap {
53 flex-direction: column;
54 border: 1px solid #DDD;
68 font-family: 'Roboto Mono';
71 border-bottom: 1px solid #DDD;
72 background-color: #EEE;
91 display: inline-block;
95 label.radio, label.checkbox {
97 input[type="radio"], input[type="checkbox"] {
103 margin-bottom: 0.8em;
106 input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
111 display: inline-block;
112 background-color: #BBB;
117 transition: all ease-in-out 120ms;
129 background-color: #fafafa;
130 border: 1px solid #CCC;
131 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);
132 transition: all ease-in-out 120ms;
135 background-color: rgba($positive, 0.4);
138 background-color: $positive;
139 border: darken($positive, 20%);
143 .toggle-switch-checkbox {
146 input:checked + .toggle-switch {
147 background-color: rgba($positive, 0.4);
150 background-color: $positive;
151 border: darken($positive, 20%);
160 .text-pos, .text-neg {
165 .inline-input-style {
166 border: 2px dotted #BBB;
172 .title-input .input {
176 .title-input label, .description-input label{
181 .title-input input[type="text"] {
183 @extend .inline-input-style;
190 .title-input.page-title {
209 .description-input textarea {
210 @extend .inline-input-style;
216 div[editor-type="markdown"] .title-input.page-title input[type="text"] {
224 background-color: transparent;
232 button[type="submit"] {
242 #login-form label[for="remember"] {
245 #login-form label.toggle-switch {
250 background-color: #BBB;