modal.css in Leadpages 1.1.2, at src/components/Modals/modal.css
| 1 | @import "../../styles/wordpress_global.css"; |
| 2 | |
| 3 | .lp-modal p { |
| 4 | margin: 0; |
| 5 | line-height: 20px; |
| 6 | } |
| 7 | |
| 8 | .lp-modal h1 { |
| 9 | font-weight: 400 !important; |
| 10 | font-size: 20px !important; |
| 11 | } |
| 12 | |
| 13 | .lp-modal h4 { |
| 14 | font-size: 14px; |
| 15 | line-height: 20px; |
| 16 | margin: 0; |
| 17 | } |
| 18 | |
| 19 | .lp-modal input { |
| 20 | width: 100%; |
| 21 | border: 1px solid #949494; |
| 22 | border-radius: 2px; |
| 23 | height: 36px; |
| 24 | padding: 0 16px; |
| 25 | color: #949494; |
| 26 | } |
| 27 | |
| 28 | .modal-grey { |
| 29 | color: #757575; |
| 30 | } |
| 31 | |
| 32 | .modal-notice { |
| 33 | margin: 0; |
| 34 | } |
| 35 | |
| 36 | .modal-section-break { |
| 37 | margin: 16px -32px; |
| 38 | } |
| 39 | |
| 40 | .modal-section { |
| 41 | margin: 16px 0; |
| 42 | display: flex; |
| 43 | flex-direction: column; |
| 44 | gap: 16px; |
| 45 | } |
| 46 | |
| 47 | .modal-section-header { |
| 48 | display: flex; |
| 49 | flex-direction: column; |
| 50 | gap: 8px; |
| 51 | } |
| 52 | |
| 53 | .modal-page-info { |
| 54 | margin: 0px; |
| 55 | font-weight: 600; |
| 56 | } |
| 57 | |
| 58 | .modal-slug { |
| 59 | display: flex; |
| 60 | justify-content: flex-start; |
| 61 | align-items: center; |
| 62 | gap: 8px; |
| 63 | } |
| 64 | |
| 65 | .modal-actions { |
| 66 | display: flex; |
| 67 | justify-content: flex-end; |
| 68 | gap: 12px; |
| 69 | } |
| 70 | |
| 71 | .modal-action-padding { |
| 72 | padding-top: 24px; |
| 73 | } |
| 74 | |
| 75 | .modal-button { |
| 76 | width: fit-content; |
| 77 | } |
| 78 |