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
29 lines
| 1 | @import '../../shared/styles/donate-button.scss'; |
| 2 | |
| 3 | .components-input-control__label { |
| 4 | width: 100%; |
| 5 | } |
| 6 | |
| 7 | .wp-block-givewp-campaign-form { |
| 8 | position: relative; |
| 9 | |
| 10 | form[id*='give-form']*='give-form'] #give-gateway-radio-list > li input[type='radio']='radio'] { |
| 11 | display: inline-block; |
| 12 | } |
| 13 | |
| 14 | iframe { |
| 15 | pointer-events: none; |
| 16 | width: 100% !important; |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | .give-change-donation-form-btn { |
| 21 | svg { |
| 22 | margin-top: 3px; |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | .givewp-default-form-toggle { |
| 27 | margin-top: var(--givewp-spacing-4); |
| 28 | } |
| 29 |