|
| 1 | +/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\ |
| 2 | + !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/js/blocks/components/AlertButton/editor.scss ***! |
| 3 | + \*********************************************************************************************************************************************************************************************************************************************************************************************************/ |
| 4 | +.alerts-dlx-button-popover-base-control { |
| 5 | + padding: 16px; |
| 6 | +} |
| 7 | + |
| 8 | +.alertx-dlx-button-link { |
| 9 | + max-width: 100%; |
| 10 | + border: 1px solid #ddd; |
| 11 | + border-radius: 2px; |
| 12 | +} |
| 13 | + |
| 14 | +.alerts-dlx-button-wrapper { |
| 15 | + position: relative; |
| 16 | + display: inline-flex; |
| 17 | + align-items: center; |
| 18 | +} |
| 19 | + |
| 20 | +.alerts-dlx-button-wrapper .alertx-dlx-button-link-icon { |
| 21 | + visibility: hidden; |
| 22 | +} |
| 23 | +.alerts-dlx-button-wrapper:hover .alertx-dlx-button-link-icon, .alerts-dlx-button-wrapper:focus .alertx-dlx-button-link-icon { |
| 24 | + visibility: visible; |
| 25 | +} |
| 26 | + |
| 27 | +.alerts-dlx-link-toggle { |
| 28 | + margin-top: 15px; |
| 29 | +} |
| 30 | +/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\ |
| 31 | + !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/js/blocks/components/unit-picker/editor.scss ***! |
| 32 | + \*********************************************************************************************************************************************************************************************************************************************************************************************************/ |
| 33 | +/* Unit Picker Component - Forked from @GenerateBlocks */ |
| 34 | +.components-has-units-control-header__units { |
| 35 | + display: flex; |
| 36 | + justify-content: space-between; |
| 37 | + margin-bottom: 5px; |
| 38 | + align-items: center; |
| 39 | +} |
| 40 | + |
| 41 | +.components-has-control__units .components-has-control-buttons__units button.components-button { |
| 42 | + background: #fff; |
| 43 | + box-shadow: none !important; |
| 44 | + color: #929da7; |
| 45 | + font-size: 10px; |
| 46 | + padding: 0 5px; |
| 47 | + position: relative; |
| 48 | + text-align: center; |
| 49 | + text-shadow: none; |
| 50 | + border: 0; |
| 51 | + border-radius: 0 !important; |
| 52 | + line-height: 20px; |
| 53 | + padding: 0 5px; |
| 54 | + height: auto; |
| 55 | +} |
| 56 | +.components-has-control__units .components-has-control-buttons__units button.components-button.is-primary { |
| 57 | + background: #fff !important; |
| 58 | + color: #000 !important; |
| 59 | + cursor: default; |
| 60 | + z-index: 1; |
| 61 | + font-weight: bold; |
| 62 | +} |
| 63 | +/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\ |
| 64 | + !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/js/blocks/components/IconPicker/editor.scss ***! |
| 65 | + \********************************************************************************************************************************************************************************************************************************************************************************************************/ |
| 66 | +.alerts-dlx-icon-popover .components-popover__content > div { |
| 67 | + min-width: 350px; |
| 68 | +} |
| 69 | + |
| 70 | +.alerts-dlx-icon-picker { |
| 71 | + padding: 16px; |
| 72 | + text-align: center; |
| 73 | +} |
| 74 | +.alerts-dlx-icon-picker h2 { |
| 75 | + margin: 0; |
| 76 | + padding: 0; |
| 77 | +} |
| 78 | + |
| 79 | +.alerts-dlx-icon-list { |
| 80 | + display: grid; |
| 81 | + grid-template-columns: 1fr 1fr 1fr; |
| 82 | + grid-gap: 10px; |
| 83 | + justify-content: center; |
| 84 | + max-height: 350px; |
| 85 | + overflow: auto; |
| 86 | + padding-top: 15px; |
| 87 | +} |
| 88 | +.alerts-dlx-icon-list li { |
| 89 | + text-align: center; |
| 90 | +} |
| 91 | +.alerts-dlx-icon-list svg { |
| 92 | + width: 24px; |
| 93 | + height: 24px; |
| 94 | +} |
| 95 | + |
| 96 | +.alerts-dlx-custom-icon-input button:first-child { |
| 97 | + margin-left: 15px; |
| 98 | +} |
| 99 | +.alerts-dlx-custom-icon-input button:last-child { |
| 100 | + margin-right: 15px; |
| 101 | +} |
| 102 | + |
| 103 | +.components-base-control.alerts-dlx-icon-wrapper { |
| 104 | + font-size: 1em; |
| 105 | +} |
| 106 | + |
| 107 | +.alerts-dlx-icon-preview { |
| 108 | + display: flex; |
| 109 | + justify-content: center; |
| 110 | + font-size: 1em; |
| 111 | +} |
| 112 | +.alerts-dlx-icon-preview svg { |
| 113 | + width: 1.2em; |
| 114 | + height: 1.2em; |
| 115 | + margin-top: 0.175em; |
| 116 | +} |
| 117 | + |
| 118 | +.alerts-dlx-custom-icon-preview svg { |
| 119 | + max-width: 48px; |
| 120 | + max-height: 48px; |
| 121 | +} |
| 122 | + |
| 123 | +button.components-button.alerts-dlx-icon-preview-button { |
| 124 | + display: flex; |
| 125 | + align-items: flex-start; |
| 126 | + justify-content: center; |
| 127 | + padding: 0; |
| 128 | + margin: 0; |
| 129 | + font-size: inherit; |
| 130 | + line-height: 0; |
| 131 | +} |
0 commit comments