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;
67 .markdown-display.page-content {
77 border-bottom: 1px solid #DDD;
78 background-color: #EEE;
94 text-transform: uppercase;
98 display: inline-block;
102 label.radio, label.checkbox {
105 input[type="radio"], input[type="checkbox"] {
110 label.inline.checkbox {
115 margin-bottom: 0.8em;
126 input[type="text"], input[type="number"], input[type="email"], input[type="date"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
135 display: inline-block;
136 background-color: #BBB;
141 transition: all ease-in-out 120ms;
153 background-color: #fafafa;
154 border: 1px solid #CCC;
155 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);
156 transition: all ease-in-out 120ms;
159 background-color: rgba($positive, 0.4);
162 background-color: $positive;
163 border: darken($positive, 20%);
167 .toggle-switch-checkbox {
170 input:checked + .toggle-switch {
171 background-color: rgba($positive, 0.4);
174 background-color: $positive;
175 border: darken($positive, 20%);
189 .text-pos, .text-neg {
194 .form-group[collapsible] {
198 border-top: 1px solid #DDD;
199 border-bottom: 1px solid #DDD;
205 .collapse-title, .collapse-title label {
208 .collapse-title label {
213 .collapse-title label:before {
214 display: inline-block;
217 transition: all ease-in-out 400ms;
218 transform: rotate(0);
224 &.open .collapse-title label:before {
225 transform: rotate(90deg);
229 .inline-input-style {
235 .title-input input[type="text"] {
236 @extend .inline-input-style;
241 .title-input.page-title {
260 .description-input textarea {
261 @extend .inline-input-style;
267 div[editor-type="markdown"] .title-input.page-title input[type="text"] {
275 background-color: transparent;
294 border-bottom: 2px solid #DDD;
298 border-bottom: 2px solid #AAA;
303 #login-form label[for="remember"] {
306 #login-form label.toggle-switch {
311 background-color: #BBB;