// ========================================================================== // eForm Admin Form Builder Settings Area // ========================================================================== #ipt-eform-builder-settings-wrap { width: calc( 43% - 7px ); float: left; #ipt-eform-settings-tab-wrapper { @include material__box-shadow(); > .ui-tabs-nav { @include material__box-shadow-subtle(); [class*="ipt-icomoon-"] { position: relative; top: 1px; } } > .ui-tabs-panel { padding: 0; } #ipt-eform-settings-editor { min-height: 400px; iframe { min-height: 400px; border: 0 none !important; outline: 0 none !important; } .ipt_uif_builder_wp_editor { border: 0 none; min-height: 400px; margin: 0; } } } #ipt_fsqm_settings { padding: 0; } .ipt_uif_builder_wp_editor, .ipt_uif_builder_settings_box_parent { background: $preset-bg; margin-bottom: 14px; > .ipt_uif_button_container { margin: 0; //@include material__box-shadow-bottom(); button { width: 100%; margin: 0; } } .settings-heading { //@include material__box-shadow-subtle(); font-size: 16px; text-transform: uppercase; color: $preset-button-container-color; background-color: $preset-button-container; margin: 0; padding: 10px 14px; text-align: center; i[class^="ipt-icomoon"] { position: relative; top: 1px; } } .form-table { tr { th { font-weight: normal; } th:first-child { width: 150px !important; } td:last-child { padding-right: 0; } [colspan="3"], [colspan="2"] { vertical-align: middle; p { padding: 5px 10px; margin: 0; } } } } .eform-wp-editor-wrap { padding: 14px; } } .ipt_uif_builder_settings_box { .ipt_uif_builder_settings { display: block; padding: 0; .ui-tabs { box-shadow: none; .ui-tabs-nav { box-shadow: none; background-color: $builder-adder-background; li { border: 0 none; a { color: $secondary-text-color; text-shadow: none; } &:hover, &.ui-tabs-active { background-color: $preset-button-container; } } } .ui-tabs-panel { box-shadow: none; max-height: 1000px; overflow-y: auto; padding: 7px 5px; } } } } }