@import 'wizard-mapper'; @import 'wizard-transfer'; @import 'wizard-api'; $setting-background: dark-light-diff($primary, $secondary, 96%, -65%); .wizard-list { float: left; width: 250px; margin-top: 10px; } .wizard-settings-parent { margin-bottom: 30px; padding: 30px; background-color: $setting-background; } .wizard-settings-group { display: flex; justify-content: space-between; flex-flow: wrap; width: 100%; box-sizing: border-box; } .wizard-settings, .wizard-custom-step { @extend .wizard-settings-parent; @extend .wizard-settings-group; } .wizard-basic-details, .wizard-custom-field, .wizard-custom-action { @extend .wizard-settings-group; } .admin-wizard.settings .wizard-basic-details { justify-content: initial; .setting { width: auto; margin-right: 20px; .setting-label { width: initial; min-width: initial; } } } .new-wizard { margin-top: 15px; } .wizard-header { margin-bottom: 20px; &.large { font-size: 1.5em; min-height: 31px; margin-bottom: 30px; input { margin-bottom: 0; } } &.medium { font-size: 1.3em; } &.small { font-size: 1em; margin-bottom: 5px; } &.underline { text-decoration: underline; } .wizard-url { display: inline-block; font-size: 1rem; margin-left: 20px; background-color: $setting-background; } } .admin-wizard-buttons { margin-top: 20px; } .content-list + .content { overflow: hidden; } .admin-wizard.settings { margin-top: 10px; margin-left: 30px; [class~='setting'] { display: inline-flex; align-items: flex-start; width: 48%; margin-bottom: 30px; padding-bottom: 0; .setting-label { width: 80px; min-width: 80px; } .setting-value { flex: 1; overflow: initial; float: initial; width: initial; padding: 0; label { font-size: 0.85em; } span { font-size: 0.929em; } button { display: block; } input[type="text"], textarea { width: 100%; box-sizing: border-box; margin-bottom: 0; } input[disabled] { background-color: $primary-low; cursor: not-allowed; } input[type="number"] { width: 70px; } input.medium { width: 200px; } .uploaded-image-preview { width: 100%; max-height: 100px; margin-bottom: 0; } .image-upload-controls { label { font-size: 1em; margin: 0 5px 0 0; } } > textarea { min-height: 100px; resize: vertical; } input[type="checkbox"] { float: left; margin: 5px 7px 0 0; } } &.full, &.full-inline { width: 100%; .setting-value { width: initial; float: none; &.editor { .d-editor { margin-bottom: 5px; } } .uploaded-image-preview { max-height: 170px; } } } &.full-inline { .setting-value { display: flex; align-items: center; input[type='checkbox'], span { margin: 0 10px 0 0; } button { margin: 0 0 0 20px; } } } label { margin: 3px 0; } .setting-gutter { margin-top: 5px; } } .wizard-custom-action > [class~='setting']:last-of-type { margin-bottom: 0; } .select-box-kit-header { height: initial; } .buttons .error { color: $danger; .fa { margin-right: 5px; } } .buttons .remove { float: right; } .custom-category { margin-top: 5px; padding: 5px; } } .btn-after-time { margin-top: 7px; } .wizard-text-editor { .d-editor { width: 100%; .d-editor-input { min-height: 130px; } .d-editor-container { display: block; } .d-editor-textarea-wrapper { display: grid; margin-bottom: 10px; textarea { resize: vertical; } } .d-editor-preview-wrapper { display: none; margin: 0 0 10px 0; padding: 10px; background-color: $secondary; border: 1px solid $primary-medium; max-width: 100%; &.force-preview { display: block; } } button { margin: 0; } } .wizard-editor-gutter { position: relative; display: flex; .btn { margin-right: 10px; } .wizard-editor-gutter-popover { position: absolute; padding: 10px; background-color: $secondary; box-shadow: shadow('card'); z-index: 200; top: 40px; } } } .wizard-links { margin: 20px 0; display: inline-block; width: 100%; ul { margin: 0; padding: 0; list-style: none; display: inline-block; li { display: inline-block; margin-bottom: 7px; margin-right: 7px; } } .sortable-placeholder { height: 30px; width: 100px; display: inline-block; vertical-align: top; background-color: $primary-low; margin-right: 10px; margin-left: 3px; } } .wizard-column-contents { position: relative; } .wizard-dropdown-choices { padding: 15px; margin-bottom: 20px; background-color: $secondary; width: 100%; .wizard-header:not(.underline) { margin-top: 15px; } } .required-data-message { display: inline-block; margin-top: 20px; .label { margin-bottom: 5px; } input { margin-bottom: 0; } } .admin-contents .wizard-submissions { width: 100%; display: inline-block; table { margin-top: 0; position: absolute; } } .wizard-field-composer textarea { width: 100%; min-height: 150px; } .next-session-time-modal { text-align: center; .date-time-card { width: 270px; padding: 10px 20px; text-align: left; } .modal-date-time-set{ padding-top: 3px; padding-bottom: 4px; display: flex; flex-direction: row; .modal-date-area{ order: 1; } .modal-time-area{ order: 2; margin-left: 10px; .modal-time{ width: 127px; } } } .ui-timepicker-input { width: 119px; text-align: center; } .date-picker{ width: 121px; } .pika-single { position: relative !important; .pika-lendar { border: 1px solid #eee; padding: 14px; margin: 0; float: none; width: auto; } } } .post-builder-editor { min-height: 220px; } .text-divider { display: block; text-align: center; overflow: hidden; white-space: nowrap; margin: 5px 0; > span { position: relative; display: inline-block; } > span:before, > span:after { content: ""; position: absolute; top: 50%; width: 9999px; height: 1px; background: $tertiary; } > span:before { right: 100%; margin-right: 15px; } > span:after { left: 100%; margin-left: 15px; } } .wizard-step-contents { height: unset !important; }