PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.8.1
GiveWP – Donation Plugin and Fundraising Platform v4.16.8.1
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 / Campaigns / resources / admin / components / MergeCampaign / Form / Form.module.scss

Form.module.scss in GiveWP – Donation Plugin and Fundraising Platform 4.16.8.1, at src/Campaigns/resources/admin/components/MergeCampaign/Form/Form.module.scss

92 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .campaignForm {
2
3 .intro {
4 font-size: 1rem;
5 color: #4b5563;
6 align-self: stretch;
7 padding: 0 1.25rem 0 0.625rem;
8 margin: unset;
9 }
10
11 .submitButton {
12 border-radius: 0;
13 font-size: 0.875rem;
14 font-weight: 600;
15 line-height: 1.43;
16 padding: var(--givewp-spacing-2) var(--givewp-spacing-4);
17 text-align: center;
18 }
19
20 label {
21 font-size: 1rem;
22 }
23
24 input,
25 select,
26 textarea {
27 font-size: 1rem;
28 line-height: 2;
29 display: block;
30 width: 100%;
31 border: 1px solid #9ca0af;
32 border-radius: var(--givewp-spacing-1);
33 padding: var(--givewp-spacing-2);
34 }
35
36 select {
37 max-width: 100%;
38 }
39
40 .notice {
41 display: flex;
42 margin: 1rem 0 -0.2rem 0;
43 gap: 0.3rem;
44 padding: 0 0.5rem 0 0.5rem;
45 background-color: var(--givewp-blue-25);
46 border-radius: 4px;
47 border: 1px solid var(--givewp-blue-400);
48 border-left-width: 4px;
49 font-size: 0.875rem;
50 font-weight: 500;
51 color: #1a0f00;
52
53 svg {
54 margin: 0.7rem 0.3rem;
55 height: 1.25rem;
56 width: 1.25rem;
57 }
58 }
59
60 .returnMessage {
61 display: flex;
62 flex-direction: column;
63 justify-content: center;
64 align-items: center;
65 text-align: center;
66 gap: 1.5rem;
67
68 span {
69 margin: -1rem 3rem 1rem 3rem;
70 }
71 }
72 }
73
74 .fieldRequired {
75 color: var(--givewp-red-500);
76 }
77
78 .button:is(:global(.button)) {
79 border-radius: var(--givewp-rounded-8)
80 }
81
82 .previousButton:is(:global(.button)) {
83 background-color: transparent;
84 border: solid 1px #9ca0af;
85 color: #060c1a;
86
87 &:hover {
88 border: solid 1px #9ca0af;
89 color: #060c1a;
90 }
91 }
92