components
1 year ago
types
1 year ago
Icon.tsx
1 year ago
app.tsx
1 year ago
edit.tsx
1 year ago
index.tsx
1 year ago
styles.scss
1 year ago
styles.scss
43 lines
| 1 | .givewp-donation-form-link, |
| 2 | .givewp-donation-form-modal__open { |
| 3 | color: var(--givewp-secondary-color, #ffffff) !important; |
| 4 | background: var(--givewp-primary-color, #2271b1); |
| 5 | padding: 0.75rem 1.25rem !important; |
| 6 | cursor: pointer; |
| 7 | border: none; |
| 8 | border-radius: 5px; |
| 9 | font-size: 1rem; |
| 10 | font-weight: 500 !important; |
| 11 | text-decoration: none !important; |
| 12 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', |
| 13 | sans-serif; |
| 14 | width: 100%; |
| 15 | } |
| 16 | |
| 17 | .components-input-control__label { |
| 18 | width: 100%; |
| 19 | } |
| 20 | |
| 21 | .wp-block-givewp-campaign-form { |
| 22 | position: relative; |
| 23 | |
| 24 | form[id*='give-form']*='give-form'] #give-gateway-radio-list > li input[type='radio']='radio'] { |
| 25 | display: inline-block; |
| 26 | } |
| 27 | |
| 28 | iframe { |
| 29 | pointer-events: none; |
| 30 | width: 100% !important; |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | .give-change-donation-form-btn { |
| 35 | svg { |
| 36 | margin-top: 3px; |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | .givewp-default-form-toggle{ |
| 41 | margin-top: var(--givewp-spacing-4); |
| 42 | } |
| 43 |