123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297 |
- .ast-sidebar-container .ast-sidebar-layout-meta-wrap .components-input-control__container .components-select-control__input {
- padding: 3px 24px 3px 8px;
- font-size: 14px;
- line-height: 25px;
- margin-bottom: 3px;
- }
- .ast-sidebar-layout-meta-wrap .components-toggle-control label {
- font-size : 14px;
- }
- .ast-sidebar-layout-meta-wrap .components-toggle-control {
- margin-bottom: 15px;
- }
- .ast-radio-image-controller .customize-control-title {
- font-weight: 500;
- }
- .ast-sidebar-layout-meta-wrap {
- margin-bottom: 13px;
- }
- .ast-meta-settings-divider:before {
- width: auto;
- margin: 1px -16px;
- }
- .ast-meta-settings-divider {
- padding-top: 10px;
- }
- .ast-meta-settings-divider:before {
- content: '';
- display: block;
- height: 1px;
- background: #e2e4e7;
- }
- .ast-meta-settings-title:not([data-type='ast-first']) {
- padding-top: 4px;
- }
- .ast-meta-settings-title {
- font-size: 13px;
- font-weight: 700;
- }
- .ast-radio-image-controller input {
- display: none;
- }
- .ast-radio-image-controller input:checked + label svg {
- color: var(--wp-admin-theme-color);
- background: #ffffff;
- border-radius: 3px;
- opacity: 1;
- }
- .ast-radio-image-controller > .options-wrapper {
- display: grid;
- grid-template-columns: repeat(3, 1fr);
- grid-column-gap: 10px;
- grid-row-gap: 10px;
- }
- .ast-radio-image-controller .ast-radio-img-svg svg {
- color: #A0AEC0;
- width: 100%;
- height: auto;
- background: none;
- border-radius: 3px;
- transition: all 0.2s;
- padding: 2px;
- transition: 0.06s all;
- }
- .ast-radio-image-controller .ast-radio-img-svg:hover svg,
- .ast-radio-image-controller input:checked+label svg {
- outline: 1px solid var(--wp-admin-theme-color);
- }
- .ast-radio-image-controller label {
- position: relative;
- display: inline-block;
- }
- .ast-radio-image-controller input + label .image-clickable {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- width: 100%;
- height: 100%;
- }
- div#astra_settings_meta_box {
- padding: 0;
- }
- .components-panel__body .components-base-control__field {
- padding: 5px 0 0;
- }
- .ast-meta-selector-wrapper {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- }
- .ast-meta-selector-wrapper .ast-selector-inner-wrap {
- flex: 1 1 auto;
- display: flex;
- }
- .ast-selector-inner-wrap .components-button {
- white-space: nowrap;
- background: rgba(255,255,255,0);
- color: rgba(0, 0, 0, 0.966);
- text-decoration: none;
- text-shadow: none;
- outline: unset;
- border: 1px solid #d2d2d2;
- width: 100%;
- height: 100%;
- text-align: center;
- justify-content: center;
- border-radius: unset;
- transition: none;
- font-size: 12px;
- padding: 8px 12px;
- }
- .ast-selector-inner-wrap .components-button.is-primary {
- color: #ffffff;
- background: #007cba;
- }
- .ast-meta-selector-controller .ast-selector-inner-wrap:first-child .components-button {
- border-radius: 2px 0px 0px 2px;
- }
- .ast-meta-selector-controller .ast-selector-inner-wrap:not(:first-child) .components-button {
- margin-left: -1px;
- }
- .ast-meta-selector-controller .ast-selector-inner-wrap:not(:first-child):not(:last-child) .components-button {
- border-right: none;
- }
- .ast-meta-selector-controller .ast-selector-inner-wrap:last-child .components-button {
- border-radius: 0px 2px 2px 0px;
- }
- .ast-meta-selector-controller .ast-selector-inner-wrap .components-button:focus:not(:disabled) {
- box-shadow: none;
- }
- .components-toggle-control .components-base-control__field {
- justify-content: space-between;
- flex-direction: row-reverse;
- margin-bottom: 0;
- }
- .ast-custom-layout-panel .components-button {
- padding-right: 15px;
- }
- .ast-title-container {
- -js-display: flex;
- display: flex;
- flex-grow: 1;
- }
- /**
- * Popup content compat CSS.
- */
- .ast-header-settings-modal {
- min-width: auto;
- width: 100%;
- max-width: 700px;
- height: auto;
- border-radius: 2px;
- max-height: 600px;
- top: 45%;box-shadow: 0px 10px 36px -10px rgb(0 0 0 / 25%);
- }
- .components-modal__icon-container {
- margin-right: 15px;
- margin-top: 5px;
- }
- .ast-header-settings-modal .components-modal__content {
- -js-display: flex;
- display: flex;
- flex-direction: column;
- padding: 0;
- }
- .ast-header-settings-modal .components-modal__content::before {
- margin-bottom: 0;
- }
- .ast-header-settings-modal .components-modal__header {
- padding-left: 24px;
- padding-right: 0;
- border-bottom: 0;
- margin: 0;
- border-radius: 2px 2px 0px 0px;
- box-shadow: 0px 6px 8px -3px rgb(0 0 0 / 5%), 0px 4px 6px -2px rgb(0 0 0 / 5%);
- }
- .ast-meta-settings-content {
- overflow-y: auto;
- margin: 0;
- padding: 0;
- }
- .ast-meta-settings-hook-table.widefat {
- border-width: 0;
- }
- .ast-meta-settings-hook-table:last-of-type {
- border-bottom-width: 0;
- }
- .ast-extra-spacing .ast-border {
- border-right: 1px solid #E1E1E1;
- }
- .ast-extra-spacing-bottom td {
- border-bottom: 1px solid #E1E1E1;
- }
- td.ast-advanced-hook-row-heading {
- border-right: 1px solid #E1E1E1;
- padding: 12px 20px 12px 25px;
- width: 25%;
- vertical-align: middle;
- }
- .ast-meta-settings-hook-table .ast-advanced-hook-row-content {
- padding: 12px 20px 12px 25px;
- position: relative;
- width: 75%;
- }
- .ast-time-duration .ast-advanced-hook-row td {
- border-bottom: 0;
- }
- .ast-cl-footer-container {
- position: sticky;
- bottom: 0;
- border-radius: 0px 0px 2px 2px;
- background: #FFF;
- z-index: 9;
- box-shadow: 0px -6px 8px -3px rgb(0 0 0 / 5%), 0px -4px 6px -2px rgb(0 0 0 / 5%);
- }
- .ast-button-container {
- -js-display: flex;
- display: flex;
- justify-content: space-between;
- padding: 14px 20px 14px 24px;
- }
- .ast-cl-popup-notice {
- -js-display: flex;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-wrap: wrap;
- font-size: 14px;
- }
- .ast-button-container button.button {
- min-height: 35px;
- background-color: #FFF;
- }
- .ast-cl-popup-notice .dashicons {
- font-size: 22px;
- color: #1F2937;
- margin-right: 10px;
- }
- .components-modal__header .components-button svg {
- width: 35px;
- height: 35px;
- }
- .ast-header-settings-modal .components-modal__header-heading-container {
- justify-content: initial;
- }
- .components-modal__header .components-button {
- width: 60px;
- height: 60px;
- right: 0;
- bottom: 0;
- left: auto;
- }
- .components-button:focus:not(:disabled) {
- box-shadow: none;
- outline: 0;
- }
- .ast-advanced-hook-row-content section {
- max-width: 250px;
- }
- .ast-advanced-hook-row-content .components-toggle-control:not(:last-child) {
- margin-bottom: 20px;
- }
- .ast-meta-image-tooltip {
- position: absolute;
- z-index: 200;
- width: auto;
- height: 26px;
- padding: 0 6px;
- font-size: 12px;
- font-weight: normal;
- letter-spacing: initial;
- text-transform: initial;
- -webkit-font-smoothing: antialiased;
- -webkit-user-select: none;
- user-select: none;
- white-space: nowrap;
- border-radius: 2px;
- pointer-events: none;
- color: #fff;
- background: #1e1e1e;
- opacity: 0;
- visibility: hidden;
- transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),visibility 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
- transform: translate3d(0px, -30px, 0px);
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- min-height: inherit;
- }
- .ast-radio-img-svg:hover .ast-meta-image-tooltip {
- opacity: 1;
- visibility: visible;
- }
|