modal.css in Charitable – Donation & Fundraising Platform (Donation Forms, Recurring Donations & Fundraising Campaigns) 1.3.2, at assets/css/modal.css
| 1 | #lean_overlay { |
| 2 | position: fixed; |
| 3 | z-index: 99999; |
| 4 | top: 0px; |
| 5 | left: 0px; |
| 6 | height: 100%; |
| 7 | width: 100%; |
| 8 | background: #000; |
| 9 | display: none; } |
| 10 | |
| 11 | .charitable-modal { |
| 12 | width: 80%; |
| 13 | max-width: 600px; |
| 14 | padding: 2em; |
| 15 | background-color: #fff; |
| 16 | overflow-y: auto; } |
| 17 | .charitable-modal .donation-form-wrapper { |
| 18 | text-align: center; } |
| 19 | .charitable-modal #charitable-donation-form { |
| 20 | text-align: left; |
| 21 | padding-top: 0; } |
| 22 | .charitable-modal .charitable-fieldset { |
| 23 | padding: 0 0 1em; |
| 24 | border-width: 0 0 1px 0; } |
| 25 | .charitable-modal .charitable-fieldset:last-of-type { |
| 26 | border: none; } |
| 27 | |
| 28 | /*# sourceMappingURL=modal.css.map */ |
| 29 |