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 / blocks / donor-wall / edit / style.scss

style.scss in GiveWP – Donation Plugin and Fundraising Platform 4.17.0, at blocks/donor-wall/edit/style.scss

47 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .give-donor-wall-inspector {
2 flex-direction: row !important;
3 align-items: center !important;
4 justify-content: space-between !important;
5
6 .components-base-control__label {
7 margin: 0 !important;
8 }
9
10 .components-base-control__field {
11 display: flex !important;
12 flex-direction: row!important;
13 align-items: center !important;
14 justify-content: space-between !important;
15
16 .components-text-control__input {
17 flex: .7 !important;
18 }
19 }
20
21 .components-flex-item {
22 display: flex !important;
23 align-items: center !important;
24 justify-content: center !important;
25
26 .components-input-control__label{
27 flex: 1 !important;
28 margin: 0 !important;
29 }
30 }
31
32 .components-input-control__container {
33 max-width: 165px !important;
34
35 > select {
36 line-height: 1.2 !important;
37 }
38 }
39 }
40
41 .give-wall--wall-settings {
42 .components-form-token-field {
43 margin-top: -18px !important;
44 label { display: none !important;}
45 }
46 }
47