/** * Field - Image Selector */ .wp-core-ui .next-field-image .next-select-image { padding: 4px 0; width: 100%; text-align: center; height: auto; } /** * Repeater */ .astra-repeater-field { cursor: move; border-bottom: 1px solid #EEEEEE; } .astra-repeater-field:last-child { border-bottom: none; } .astra-repeater-field .dashicons { font-size: 1rem; height: 1rem; width: 1rem; color: #c1c1c1; } .astra-repeater-field .dashicons-admin-page.clone { margin-right: .3em; } .astra-repeater-container { margin-bottom: 1em; } .astra-repeater-field label { margin-bottom: .5em; display: inline-block; } .astra-repeater .markukp p { margin: 1em 0; } .astra-repeater .add-new { margin-bottom: 1em; } /*.astra-repeater-field { background: #f6f6f6; } .astra-repeater-field .markukp { padding: 0 1em .5em 1em; } */ .astra-repeater-field .remove, .astra-repeater-field .clone { cursor: pointer; } .astra-repeater-field .actions { padding: 10px; background: #fafafa; text-align: right; } .astra-repeater-field .markukp { display: none; } .astra-repeater-field .actions .dashicons-move, .astra-repeater-field .actions .title { float: left; } .astra-repeater-field .actions .title { margin-left: .5em; } .astra-repeater-field .index { display: none; } .astra-repeater-field span.title:before { font-size: 0.9em; margin-right: 0.5em } /** * Image Field. */ .astra-field-image .astra-remove-image { position: absolute; background: transparent; border: none; -webkit-box-shadow: none; box-shadow: none; color: #ca4a20; top: 0.6em; left: 11em; color: #AAA; font-size: 11px; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; } .astra-field-image .astra-remove-image:hover { outline: none; background: transparent; -webkit-box-shadow: none; box-shadow: none; color: #ca4a20; } .astra-field-image-preview { position: relative; } .astra-field-image { -js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .astra-field-image .astra-select-image { display: block; color: #666; text-shadow: 0 1px 0 #FFF; font-weight: 600; font-size: 11px; cursor: pointer; border: 1px solid #bbbbbb; height: 8px; padding: 14px 5px; line-height: 8px; background: #f9f9f9; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #f9f9f9)); background: -o-linear-gradient(#f9f9f9, #f2f2f2); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 2px rgba(0,0,0,0.1); -webkit-border-top-right-radius: 3px; -moz-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; border: 1px solid #bbbbbb; } .astra-field-image .astra-select-image:hover { background: rgba(255, 255, 255, 0.75); } .astra-field-image-preview img { border-width: 1px 0px 1px 1px; border-color: #bbbbbb; border-style: solid; line-height: 0; -webkit-box-shadow: 0px 1px 1px #FFF; box-shadow: 0px 1px 1px #FFF; width: 25px; height: 25px; padding: 5.5px; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); } .astra-field-image-preview { background: #f9f9f9; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #f9f9f9)); background: -o-linear-gradient(#f9f9f9, #f2f2f2); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 2px rgba(0,0,0,0.1); -webkit-border-top-left-radius: 3px; -moz-border-top-left-radius: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; line-height: 10px; } .astra-field-image img { max-width: 100%; } .astra-field-image-title{ margin-bottom:1em; } /** * Icon Selector */ .astra-icons-list-wrap { display: none; } .astra-selected-icon { display: inline-block; margin-right: .5em; } .astra-icons-list-wrap .search-icon { width: 100%; margin-top: 1em; margin-bottom: 1em; } .astra-widget-icons-list .astra-widget-icon { -js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; float: left; cursor: pointer; padding: 1em; width: 30px; line-height: 1em; font-size: 1em; border: 1px solid #f1f1f1; margin: 0; text-align: center; } .astra-widget-icons-list { display: inline-block; margin: 1em 0 0 0; padding: 0; max-height: 250px; overflow: auto; } .astra-widget-icon-selector { margin: 1em 0; } /*.astra-widget-icon-selector-actions { margin: 1em 0; }*/ /** * Widget Fields */ .astra-widget-field { margin: 1em 0; } .astra-widget-field label { margin-bottom: .5em; display: block; } .astra-widget-field-checkbox label { display: inline-block; } .astra-widget-field-heading label { font-weight: bold; } /** * Field - Color Picker */ .astra-widget-field-color .wp-color-result { margin-bottom: 0 !important; } /* Fonts SVG */ .astra-widget-icon svg { width: 20px; height: 20px; } .astra-selected-icon svg { width: 15px; height: 15px; vertical-align: middle; margin-top: -1px; } .astra-widget-icon.selected { background: #5897fb; } .astra-widget-icon.selected svg { fill: #fff; } .astra-widget-unit-field .widefat { width: 90%; } .astra-widgets-unit { margin-left: 5px; } .astra-repeater-field .markukp { padding: 10px; border-top: 1px solid #e5e5e5; } .astra-repeater-sortable .astra-repeater-field { border: 1px solid #e5e5e5; background: #fff; margin-bottom: 5px; } .astra-repeater-field.field-open .actions .toggle-arrow:before { content: "\f142"; } .astra-repeater-field .actions .toggle-arrow:before { content: "\f140"; } .astra-repeater-field .actions .toggle-arrow { display: inline-block; margin-top: -3px; font-size: 1.6rem; width: 1.6rem; color: #c0c0c0; } .astra-repeater-field title { line-height: 1.4em; }