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;
65 font-family: 'Roboto Mono';
68 border-bottom: 1px solid #DDD;
69 background-color: #EEE;
88 display: inline-block;
92 label.radio, label.checkbox {
94 input[type="radio"], input[type="checkbox"] {
100 margin-bottom: 0.8em;
103 input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
108 display: inline-block;
109 background-color: #BBB;
114 transition: all ease-in-out 120ms;
126 background-color: #fafafa;
127 border: 1px solid #CCC;
128 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);
129 transition: all ease-in-out 120ms;
132 background-color: rgba($positive, 0.4);
135 background-color: $positive;
136 border: darken($positive, 20%);
140 .toggle-switch-checkbox {
143 input:checked + .toggle-switch {
144 background-color: rgba($positive, 0.4);
147 background-color: $positive;
148 border: darken($positive, 20%);
157 .text-pos, .text-neg {
162 .inline-input-style {
163 border: 2px dotted #BBB;
169 .title-input .input {
173 .title-input label, .description-input label{
178 .title-input input[type="text"] {
180 @extend .inline-input-style;
187 .title-input.page-title {
206 .description-input textarea {
207 @extend .inline-input-style;
213 div[editor-type="markdown"] .title-input.page-title input[type="text"] {
221 background-color: transparent;
229 button[type="submit"] {
239 #login-form label[for="remember"] {
242 #login-form label.toggle-switch {
247 background-color: #BBB;