PluginProbe
Charitable – Donation & Fundraising Platform (Donation Forms, Recurring Donations & Fundraising Campaigns) / 1.8.0
Charitable – Donation & Fundraising Platform (Donation Forms, Recurring Donations & Fundraising Campaigns) v1.8.0
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 / builder-modals.css

builder-modals.css in Charitable – Donation & Fundraising Platform (Donation Forms, Recurring Donations & Fundraising Campaigns) 1.8.0, at assets/css/builder-modals.css

41 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note {
2 grid-row: 4;
3 grid-column: 1/-1;
4 margin: 25px 0 0 0;
5 text-align: center;
6 }
7 body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note p {
8 background-color: #fcf9e8;
9 color: #777777;
10 font-size: 16px;
11 margin: 0 -30px;
12 padding: 22px 52px 12px 52px;
13 position: relative;
14 }
15 body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note p:after {
16 top: -16px;
17 background-color: #ffffff;
18 border-radius: 50%;
19 color: #00a32a;
20 content: "\f058";
21 display: inline-block;
22 font: normal normal normal 14px FontAwesome;
23 font-size: 26px;
24 margin-right: -18px;
25 padding: 5px 6px;
26 position: absolute;
27 right: 50%;
28 text-rendering: auto;
29 -webkit-font-smoothing: antialiased;
30 -moz-osx-font-smoothing: grayscale;
31 }
32 body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note span {
33 color: #00a32a;
34 font-weight: 700;
35 }
36 body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note a {
37 color: #777777;
38 display: block;
39 margin-top: 12px;
40 }
41