3 background-color: #FFF;
5 border: 1px solid #D4D4D4;
14 border: 1px solid $negative;
17 border: 1px solid $positive;
19 &.disabled, &[disabled] {
20 background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAGuXbv2nxGbHEhCS0uLEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBAC62BuJ+tt7zgAAAABJRU5ErkJggg==);
39 #markdown-editor-input {
53 .markdown-display, .markdown-editor-wrap {
57 .markdown-editor-wrap {
59 flex-direction: column;
60 border: 1px solid #DDD;
66 @include smaller-than($m) {
68 flex-direction: column;
70 #markdown-editor .markdown-editor-wrap {
74 #markdown-editor .editor-toolbar {
77 #markdown-editor .editor-toolbar > * {
80 .editor-toolbar-label {
81 float: none !important;
82 border-bottom: 1px solid #DDD;
85 .markdown-editor-wrap:not(.active) .editor-toolbar + div, .markdown-editor-wrap:not(.active) .editor-toolbar .buttons {
88 #markdown-editor .markdown-editor-wrap:not(.active) {
103 [drawio-diagram]:hover {
104 outline: 2px solid $primary;
113 border-bottom: 1px solid #DDD;
114 background-color: #EEE;
131 margin-bottom: 0.2em;
133 display: inline-block;
137 label.radio, label.checkbox {
140 input[type="radio"], input[type="checkbox"] {
145 label.inline.checkbox {
150 margin-bottom: 0.8em;
161 input[type="text"], input[type="number"], input[type="email"], input[type="date"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
171 display: inline-grid;
172 grid-template-columns: (16px + $-s) 1fr;
179 display: inline-block;
180 border: 2px solid currentColor;
191 transition: transform ease-in-out 120ms;
193 transform-origin: center center;
196 input[type=checkbox] {
199 input[type=checkbox]:checked + .custom-checkbox .svg-icon {
202 .custom-checkbox:hover {
203 background-color: rgba(0, 0, 0, 0.05);
207 .toggle-switch-list {
211 &.compact .toggle-switch {
220 .setting-list > div {
221 border-bottom: 1px solid #DDD;
227 .setting-list-label {
231 .setting-list-label + p.small {
234 .setting-list-label + .grid {
238 .setting-list .grid, .stretch-inputs {
239 input[type=text], input[type=email], input[type=password], select {
245 background-color: #F8F8F8;
246 font-family: monospace;
254 div.text-pos, div.text-neg, p.text-post, p.text-neg {
259 .form-group[collapsible] {
261 border: 1px solid #DDD;
268 .collapse-title, .collapse-title label {
271 .collapse-title label {
276 .collapse-title label:before {
277 display: inline-block;
280 transition: all ease-in-out 400ms;
281 transform: rotate(0);
287 &.open .collapse-title label:before {
288 transform: rotate(90deg);
292 .inline-input-style {
298 .title-input input[type="text"] {
299 @extend .inline-input-style;
304 .title-input.page-title {
323 .description-input textarea {
324 @extend .inline-input-style;
330 div[editor-type="markdown"] .title-input.page-title input[type="text"] {
338 background-color: transparent;
364 border-bottom: 2px solid #DDD;
368 border-bottom: 2px solid #AAA;
375 background-color: #BBB;