amelia-booking
2 days ago
amelia-catalog
2 days ago
amelia-catalog-booking
2 days ago
amelia-events
2 days ago
amelia-events-calendar-booking
2 days ago
amelia-events-list-booking
2 days ago
amelia-events-list-booking-button
2 days ago
amelia-step-booking
2 days ago
amelia-step-booking-button
2 days ago
amelia-block-icon.js
2 days ago
amelia-gutenberg-placeholder.css
2 days ago
amelia-gutenberg-placeholder.css
53 lines
| 1 | .amelia-gutenberg-placeholder { |
| 2 | border: 1px solid #e0e0e0; |
| 3 | border-left: 4px solid #4A3BD6; |
| 4 | border-radius: 4px; |
| 5 | padding: 16px; |
| 6 | background: #f8f9fa; |
| 7 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; |
| 8 | } |
| 9 | |
| 10 | .amelia-gutenberg-placeholder__header { |
| 11 | display: flex; |
| 12 | align-items: center; |
| 13 | gap: 10px; |
| 14 | margin-bottom: 12px; |
| 15 | } |
| 16 | |
| 17 | .amelia-gutenberg-placeholder__icon svg, |
| 18 | .amelia-gutenberg-placeholder__icon img { |
| 19 | width: 24px; |
| 20 | height: 24px; |
| 21 | object-fit: contain; |
| 22 | display: block; |
| 23 | } |
| 24 | |
| 25 | .amelia-gutenberg-placeholder__title { |
| 26 | font-size: 14px; |
| 27 | font-weight: 600; |
| 28 | color: #1e1e1e; |
| 29 | } |
| 30 | |
| 31 | .amelia-gutenberg-placeholder__params { |
| 32 | display: flex; |
| 33 | flex-wrap: wrap; |
| 34 | gap: 6px; |
| 35 | margin-bottom: 10px; |
| 36 | } |
| 37 | |
| 38 | .amelia-gutenberg-placeholder__param { |
| 39 | display: inline-block; |
| 40 | padding: 2px 8px; |
| 41 | background: #e8e5f7; |
| 42 | color: #4A3BD6; |
| 43 | border-radius: 3px; |
| 44 | font-size: 12px; |
| 45 | } |
| 46 | |
| 47 | .amelia-gutenberg-placeholder__shortcode { |
| 48 | font-family: monospace; |
| 49 | font-size: 12px; |
| 50 | color: #757575; |
| 51 | word-break: break-all; |
| 52 | } |
| 53 |