PluginProbe
Charitable – Donation & Fundraising Platform (Donation Forms, Recurring Donations & Fundraising Campaigns) / 1.3.2
Charitable – Donation & Fundraising Platform (Donation Forms, Recurring Donations & Fundraising Campaigns) v1.3.2
1.8.12.3 1.8.12.2 1.8.12.1 1.8.12 1.8.11.3 1.8.11.2 1.8.11.1 1.8.11 1.6.6 1.6.60 1.6.7 1.6.8 1.6.9 1.7.0 1.7.0.1 1.7.0.11 1.7.0.12 1.7.0.14 1.7.0.2 1.7.0.3 1.7.0.5 1.7.0.6 1.7.0.7 1.7.0.9 1.8.0 All 210 releases
charitable / assets / css / modal.css

modal.css in Charitable – Donation & Fundraising Platform (Donation Forms, Recurring Donations & Fundraising Campaigns) 1.3.2, at assets/css/modal.css

29 lines 645 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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