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 / Views / Form / Templates / Classic / resources / css / _donate-now.scss

_donate-now.scss in GiveWP – Donation Plugin and Fundraising Platform 4.17.0, at src/Views/Form/Templates/Classic/resources/css/_donate-now.scss

38 lines 803 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @use 'fn';
2
3 .give-donate-now-button-section {
4 display: grid;
5 row-gap: fn.scaleBetween(2rem, 2.75rem);
6 padding-block-start: fn.scaleBetween(2rem, 4rem);
7 padding-block-end: fn.scaleBetween(2.5rem, 3.75rem);
8 }
9
10 #give-final-total-wrap {
11 display: none;
12 }
13
14 .give-submit {
15 transition-property: filter, box-shadow, transform;
16 transition-duration: 0.3s;
17 transition-timing-function: ease-in-out;
18
19 &:hover {
20 filter: brightness(1.2);
21 transform: scale(1.01);
22 box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.25);
23 }
24 }
25
26 #give-purchase-button {
27 inline-size: 100%;
28 }
29
30 .give-secure-donation-badge-bottom {
31 display: inline-flex;
32 justify-self: center;
33 align-items: center;
34 column-gap: 0.5em;
35 font-size: 0.8125rem;
36 line-height: 1;
37 }
38