acf-pro-field-group.css
1 year ago
acf-pro-field-group.css.map
1 year ago
acf-pro-field-group.min.css
1 year ago
acf-pro-input.css
1 month ago
acf-pro-input.css.map
1 month ago
acf-pro-input.min.css
1 month ago
acf-styles-in-iframe-for-blocks.css
7 months ago
acf-styles-in-iframe-for-blocks.css.map
7 months ago
acf-styles-in-iframe-for-blocks.min.css
7 months ago
index.php
1 year ago
acf-pro-field-group.css
159 lines
| 1 | /*!*******************************************************************************************************************************************************************!*\ |
| 2 | !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./assets/src/sass/pro/acf-pro-field-group.scss ***! |
| 3 | \*******************************************************************************************************************************************************************/ |
| 4 | @charset "UTF-8"; |
| 5 | /*-------------------------------------------------------------------------------------------- |
| 6 | * |
| 7 | * Vars |
| 8 | * |
| 9 | *--------------------------------------------------------------------------------------------*/ |
| 10 | /* colors */ |
| 11 | /* acf-field */ |
| 12 | /* responsive */ |
| 13 | /*-------------------------------------------------------------------------------------------- |
| 14 | * |
| 15 | * ACF 6 ↓ |
| 16 | * |
| 17 | *--------------------------------------------------------------------------------------------*/ |
| 18 | /*-------------------------------------------------------------------------------------------- |
| 19 | * |
| 20 | * Mixins |
| 21 | * |
| 22 | *--------------------------------------------------------------------------------------------*/ |
| 23 | /*--------------------------------------------------------------------------------------------- |
| 24 | * |
| 25 | * Flexible Content |
| 26 | * |
| 27 | *---------------------------------------------------------------------------------------------*/ |
| 28 | .acf-field-setting-fc_layout .acf-toggle-fc-layout { |
| 29 | width: 34px; |
| 30 | height: 31px; |
| 31 | margin: 0; |
| 32 | padding: 0; |
| 33 | border: 0; |
| 34 | background: transparent; |
| 35 | cursor: pointer; |
| 36 | left: 20.83%; |
| 37 | right: 20.83%; |
| 38 | top: 33.33%; |
| 39 | bottom: 33.33%; |
| 40 | } |
| 41 | |
| 42 | .acf-field-setting-fc_layout .toggle-indicator::before { |
| 43 | z-index: -1; |
| 44 | content: ""; |
| 45 | display: inline-flex; |
| 46 | width: 20px; |
| 47 | height: 20px; |
| 48 | margin-left: -28px; |
| 49 | background-color: currentColor; |
| 50 | border: none; |
| 51 | border-radius: 0; |
| 52 | -webkit-mask-size: contain; |
| 53 | mask-size: contain; |
| 54 | -webkit-mask-repeat: no-repeat; |
| 55 | mask-repeat: no-repeat; |
| 56 | -webkit-mask-position: center; |
| 57 | mask-position: center; |
| 58 | -webkit-mask-image: url(../../../images/icons/icon-chevron-down.svg); |
| 59 | mask-image: url(../../../images/icons/icon-chevron-down.svg); |
| 60 | } |
| 61 | |
| 62 | .rtl .acf-field-setting-fc_layout .toggle-indicator::before { |
| 63 | margin-left: 0px; |
| 64 | position: absolute; |
| 65 | top: 9px; |
| 66 | z-index: 100; |
| 67 | left: 8px; |
| 68 | } |
| 69 | |
| 70 | .acf-field-setting-fc_layout .toggle-indicator.open::before { |
| 71 | -webkit-mask-image: url(../../../images/icons/icon-chevron-up.svg); |
| 72 | mask-image: url(../../../images/icons/icon-chevron-up.svg); |
| 73 | } |
| 74 | |
| 75 | .acf-field-setting-fc_layout .toggle-indicator.closed::before { |
| 76 | -webkit-mask-image: url(../../../images/icons/icon-chevron-down.svg); |
| 77 | mask-image: url(../../../images/icons/icon-chevron-down.svg); |
| 78 | } |
| 79 | |
| 80 | .acf-field-setting-fc_layout .acf-flexible-content-field-label-name { |
| 81 | padding-left: 5px; |
| 82 | } |
| 83 | |
| 84 | .acf-field-setting-fc_layout .acf-fc-meta { |
| 85 | margin: 0 0 10px; |
| 86 | padding: 0; |
| 87 | } |
| 88 | |
| 89 | .acf-field-setting-fc_layout .acf-fc-meta li { |
| 90 | margin: 0 0 10px; |
| 91 | padding: 0; |
| 92 | } |
| 93 | |
| 94 | .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-display { |
| 95 | float: left; |
| 96 | width: 100%; |
| 97 | padding-right: 5px; |
| 98 | } |
| 99 | |
| 100 | .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-left { |
| 101 | width: calc(50% - 4px); |
| 102 | float: left; |
| 103 | clear: left; |
| 104 | margin-right: 4px; |
| 105 | } |
| 106 | |
| 107 | .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-right { |
| 108 | width: calc(50% - 4px); |
| 109 | float: left; |
| 110 | margin-left: 4px; |
| 111 | } |
| 112 | |
| 113 | .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-min { |
| 114 | width: calc(25% - 5px); |
| 115 | float: left; |
| 116 | margin-right: 5px; |
| 117 | } |
| 118 | |
| 119 | .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-max { |
| 120 | width: calc(25% - 10px); |
| 121 | float: left; |
| 122 | margin-left: 4px; |
| 123 | } |
| 124 | |
| 125 | .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-label .acf-input-prepend, |
| 126 | .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-name .acf-input-prepend, |
| 127 | .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-display .acf-input-prepend { |
| 128 | min-width: 60px; |
| 129 | } |
| 130 | |
| 131 | .acf-field-setting-fc_layout .acf-fc_draggable, |
| 132 | .acf-field-setting-fc_layout .reorder-layout { |
| 133 | cursor: grab; |
| 134 | } |
| 135 | |
| 136 | .acf-field-setting-fc_layout .acf-fl-actions a { |
| 137 | padding: 1px 0; |
| 138 | font-size: 13px; |
| 139 | line-height: 20px; |
| 140 | } |
| 141 | |
| 142 | /*--------------------------------------------------------------------------------------------- |
| 143 | * |
| 144 | * Clone |
| 145 | * |
| 146 | *---------------------------------------------------------------------------------------------*/ |
| 147 | .acf-field-object-clone { |
| 148 | /* group */ |
| 149 | /* seamless */ |
| 150 | } |
| 151 | |
| 152 | .acf-field-object-clone[data-display=seamless] .acf-field-setting-instructions, |
| 153 | .acf-field-object-clone[data-display=seamless] .acf-field-setting-layout, |
| 154 | .acf-field-object-clone[data-display=seamless] .acf-field-setting-wrapper, |
| 155 | .acf-field-object-clone[data-display=seamless] .acf-field-setting-conditional_logic { |
| 156 | display: none; |
| 157 | } |
| 158 | |
| 159 | /*# sourceMappingURL=acf-pro-field-group.css.map*/ |