3 background-color: #FFF;
5 border: 1px solid #D4D4D4;
13 border: 1px solid $negative;
16 border: 1px solid $positive;
18 &.disabled, &[disabled] {
19 background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAGuXbv2nxGbHEhCS0uLEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBAC62BuJ+tt7zgAAAABJRU5ErkJggg==);
38 #markdown-editor-input {
52 .markdown-display, .markdown-editor-wrap {
56 .markdown-editor-wrap {
58 flex-direction: column;
59 border: 1px solid #DDD;
76 border-bottom: 1px solid #DDD;
77 background-color: #EEE;
93 text-transform: uppercase;
97 display: inline-block;
101 label.radio, label.checkbox {
104 input[type="radio"], input[type="checkbox"] {
109 label.inline.checkbox {
114 margin-bottom: 0.8em;
125 input[type="text"], input[type="number"], input[type="email"], input[type="date"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
134 display: inline-block;
135 background-color: #BBB;
140 transition: all ease-in-out 120ms;
152 background-color: #fafafa;
153 border: 1px solid #CCC;
154 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);
155 transition: all ease-in-out 120ms;
158 background-color: rgba($positive, 0.4);
161 background-color: $positive;
162 border: darken($positive, 20%);
166 .toggle-switch-checkbox {
169 input:checked + .toggle-switch {
170 background-color: rgba($positive, 0.4);
173 background-color: $positive;
174 border: darken($positive, 20%);
188 .text-pos, .text-neg {
193 .inline-input-style {
199 .title-input input[type="text"] {
200 @extend .inline-input-style;
205 .title-input.page-title {
224 .description-input textarea {
225 @extend .inline-input-style;
231 div[editor-type="markdown"] .title-input.page-title input[type="text"] {
239 background-color: transparent;
258 border-bottom: 2px solid #DDD;
262 border-bottom: 2px solid #AAA;
267 #login-form label[for="remember"] {
270 #login-form label.toggle-switch {
275 background-color: #BBB;