PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.17.0
GiveWP – Donation Plugin and Fundraising Platform v4.17.0
4.17.0 4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 All 256 releases
give / src / Promotions / InPluginUpsells / resources / js / components / AdditionalAddonCard.module.css

AdditionalAddonCard.module.css in GiveWP – Donation Plugin and Fundraising Platform 4.17.0, at src/Promotions/InPluginUpsells/resources/js/components/AdditionalAddonCard.module.css

42 lines 585 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .card {
2 display: grid;
3 gap: 1rem;
4 padding: 2.25rem 1.5rem;
5 }
6
7 .image {
8 justify-self: center;
9 width: 6.8125rem;
10 height: 6.8125rem;
11 }
12
13 .title {
14 margin: 0;
15 font-size: 1.125rem;
16 font-weight: 700;
17 line-height: 1.36;
18 text-align: center;
19 }
20
21 .image + .title {
22 margin-top: 0.7rem;
23 }
24
25 .description {
26 margin: 0;
27 font-size: 0.9375rem;
28 line-height: 1.6;
29 text-align: center;
30 }
31
32 .title + .description {
33 margin-top: 0.25rem;
34 }
35
36 .button {
37 margin-top: 3.3125rem;
38 align-self: end;
39 justify-self: center;
40 width: 93.75%;
41 }
42