amelia-gutenberg-styles.css
47 lines
| 1 | /*.components-button.block-editor-block-types-list__item.editor-block-list-item-amelia-step-booking-gutenberg-block .block-editor-block-icon{ |
| 2 | width: 44px !important; |
| 3 | } |
| 4 | |
| 5 | .components-button.block-editor-block-types-list__item.editor-block-list-item-amelia-step-booking-gutenberg-block svg{ |
| 6 | max-width: 44px !important; |
| 7 | } |
| 8 | |
| 9 | .components-button.block-editor-block-types-list__item.editor-block-list-item-amelia-step-booking-gutenberg-block .block-editor-block-types-list__item-icon { |
| 10 | padding-right: 5px; |
| 11 | } |
| 12 | |
| 13 | .block-editor-block-card span { |
| 14 | position: relative |
| 15 | } |
| 16 | |
| 17 | .amelia-step-booking-gutenberg { |
| 18 | position: absolute; |
| 19 | max-width: 44px !important; |
| 20 | }*/ |
| 21 | |
| 22 | #amelia-js-select-service, #amelia-js-select-category, #amelia-js-select-employee, #amelia-js-select-location, #amelia-js-select-package { |
| 23 | height: 100px; |
| 24 | overflow-y: scroll; |
| 25 | } |
| 26 | |
| 27 | .amelia-gutenberg-multi-select .components-input-control-suffix-wrapper{ |
| 28 | display: none |
| 29 | } |
| 30 | |
| 31 | .amelia-gutenberg-multi-select-note { |
| 32 | display: flex; |
| 33 | align-items: center; |
| 34 | padding: 8px; |
| 35 | font-size: 10px; |
| 36 | line-height: 12px; |
| 37 | border: 1px solid #D4DEFC; |
| 38 | border-radius: 8px; |
| 39 | margin-bottom: 1em; |
| 40 | } |
| 41 | |
| 42 | .amelia-gutenberg-multi-select-note:before { |
| 43 | width: 16px; |
| 44 | height: 12px; |
| 45 | content: url('../../../img/info-filled.svg'); |
| 46 | } |
| 47 |