PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
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 2.30.0 All 255 releases
give / src / Promotions / InPluginUpsells / resources / js / components / MustHaveAddonCard.module.css

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

68 lines 935 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .card {
2 display: flex;
3 flex-direction: column;
4 gap: 1rem;
5 padding: 1.5rem;
6 }
7
8 .header {
9 display: flex;
10 align-items: center;
11 gap: 0.8125rem;
12 }
13
14 .header svg {
15 flex: none;
16 }
17
18 .title {
19 margin: 0;
20 font-size: 0.9375rem;
21 font-weight: 700;
22 }
23
24 .description {
25 margin: 0;
26 font-weight: 600;
27 font-size: 0.9375rem;
28 }
29
30 .image {
31 margin-left: -1.5rem;
32 margin-right: -1.5rem;
33 width: calc(100% + 3rem);
34 height: auto;
35 }
36
37 .features {
38 flex-grow: 1;
39 }
40
41 .feature {
42 display: flex;
43 gap: 0.5em;
44 font-size: 0.9375rem;
45 line-height: 1.5;
46 }
47
48 .checkmark {
49 flex-shrink: 0;
50
51 display: inline;
52
53 /* Make it square */
54 width: 1em;
55 height: 1em;
56
57 /* Offset the top half-leading of line-height to (almost) align with the top of the text. */
58 position: relative;
59 top: 0.25em;
60
61 color: #66bb6a;
62 }
63
64 .button {
65 align-self: center;
66 width: 93.75%;
67 }
68