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 / DonationForms / FormDesigns / TwoPanelStepsFormLayout / css / _container.scss

_container.scss in GiveWP – Donation Plugin and Fundraising Platform 4.16.9, at src/DonationForms/FormDesigns/TwoPanelStepsFormLayout/css/_container.scss

27 lines 672 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .givewp-donation-form {
2 --two-panel-header-width: 42.5rem;
3
4 align-items: flex-start;
5 gap: var(--givewp-spacing-2);
6 display: flex;
7 flex-direction: row;
8 margin: auto;
9 max-width: calc(var(--two-panel-header-width) + 35.5rem);
10 padding: 0 .5rem;
11 width: 100%;
12
13 @media screen and (max-width: 53.5rem) {
14 border: solid 1px var(--givewp-grey-25);
15 border-radius: var(--givewp-rounded-8);
16 box-shadow: var(--givewp-shadow-sm);
17 flex-direction: column;
18 gap: 0;
19 max-width: 35rem;
20 }
21
22 @media screen and (max-width: 36rem) {
23 margin: 0.5rem;
24 max-width: calc(100% - 1rem);
25 }
26 }
27