_button.scss
4 years ago
_checkbox.scss
4 years ago
_currencyswitcher.scss
4 years ago
_donate-now.scss
4 years ago
_donation-amount.scss
4 years ago
_donation-summary.scss
4 years ago
_errors-notices.scss
4 years ago
_ffm.scss
4 years ago
_fn.scss
4 years ago
_funds.scss
4 years ago
_grid.scss
4 years ago
_header.scss
4 years ago
_icons.scss
4 years ago
_label.scss
4 years ago
_legacy-consumer.scss
4 years ago
_page.scss
4 years ago
_payment-details.scss
4 years ago
_personal-info.scss
4 years ago
_radio.scss
4 years ago
_receipt.scss
4 years ago
_reset.scss
4 years ago
_section.scss
4 years ago
_stripe-checkout-modal.scss
4 years ago
_terms.scss
4 years ago
_text-input.scss
4 years ago
_tooltip.scss
4 years ago
_tributes.scss
4 years ago
_variables.scss
4 years ago
form.scss
4 years ago
variables.php
4 years ago
_ffm.scss
36 lines
| 1 | @use 'fn'; |
| 2 | |
| 3 | $ffm-space-fix: calc(fn.scaleBetween(1.75rem, 3.375rem) - fn.scaleBetween(1.5rem, 2rem)); |
| 4 | |
| 5 | .give-repeater-table { |
| 6 | inline-size: 100%; |
| 7 | } |
| 8 | |
| 9 | .give-section-break { |
| 10 | padding-block-end: 0.75rem; |
| 11 | border-block-end: 0.0625rem solid #ddd; |
| 12 | font-size: fn.scaleBetween(1.25rem, 1.5rem); |
| 13 | font-weight: 500; |
| 14 | line-height: 1.3; |
| 15 | color: #333; |
| 16 | } |
| 17 | |
| 18 | .ffm-field-container + :not(.ffm-field-container) { |
| 19 | margin-block-start: $ffm-space-fix; |
| 20 | } |
| 21 | |
| 22 | #give_checkout_user_info ~ .ffm-field-container, |
| 23 | .give-total-wrap ~ .ffm-field-container, |
| 24 | #give-payment-mode-select ~ .ffm-field-container { |
| 25 | margin-block-start: $ffm-space-fix; |
| 26 | align-self: end; |
| 27 | |
| 28 | & ~ .ffm-field-container { |
| 29 | margin-block-start: 0; |
| 30 | } |
| 31 | } |
| 32 | form[id*=give-form]*=give-form] .ffm-field-container { |
| 33 | width: 100%; |
| 34 | flex-basis: 100%; |
| 35 | } |
| 36 |