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"],
162 input[type="color"], input[type="password"], select, textarea {
176 display: inline-grid;
177 grid-template-columns: (16px + $-s) 1fr;
184 display: inline-block;
185 border: 2px solid currentColor;
196 transition: transform ease-in-out 120ms;
198 transform-origin: center center;
201 input[type=checkbox] {
204 input[type=checkbox]:checked + .custom-checkbox .svg-icon {
207 .custom-checkbox:hover {
208 background-color: rgba(0, 0, 0, 0.05);
212 .toggle-switch-list {
216 &.compact .toggle-switch {
225 .setting-list > div {
226 border-bottom: 1px solid #DDD;
232 .setting-list-label {
236 .setting-list-label + p.small {
239 .setting-list-label + .grid {
243 .setting-list .grid, .stretch-inputs {
244 input[type=text], input[type=email], input[type=password], select {
250 background-color: #F8F8F8;
251 font-family: monospace;
259 div.text-pos, div.text-neg, p.text-post, p.text-neg {
264 .form-group[collapsible] {
266 border: 1px solid #DDD;
273 .collapse-title, .collapse-title label {
276 .collapse-title label {
281 .collapse-title label:before {
282 display: inline-block;
285 transition: all ease-in-out 400ms;
286 transform: rotate(0);
292 &.open .collapse-title label:before {
293 transform: rotate(90deg);
297 .inline-input-style {
303 .title-input input[type="text"] {
304 @extend .inline-input-style;
309 .title-input.page-title {
328 .description-input textarea {
329 @extend .inline-input-style;
335 div[editor-type="markdown"] .title-input.page-title input[type="text"] {
343 background-color: transparent;
369 border-bottom: 2px solid #DDD;
373 border-bottom: 2px solid #AAA;
380 background-color: #BBB;