_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
3 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
_modal.scss
3 years ago
_page.scss
4 years ago
_payment-details.scss
3 years ago
_personal-info.scss
3 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
2 years ago
variables.php
4 years ago
_tributes.scss
35 lines
| 1 | .give-tributes-dedicate-donation { |
| 2 | margin-block-start: 0.625rem; |
| 3 | padding-block-end: 0.625rem; |
| 4 | |
| 5 | .give-tributes-show-wrap { |
| 6 | margin-block-start: 1.25rem; |
| 7 | } |
| 8 | |
| 9 | legend, |
| 10 | .give-tributes-legend { |
| 11 | @extend .give-amount-heading; |
| 12 | grid-column: span 12; |
| 13 | margin: 0 !important; |
| 14 | padding-block: 0.625rem !important; |
| 15 | padding-inline: 0 !important; |
| 16 | line-height: 1.2; |
| 17 | inline-size: 100%; |
| 18 | } |
| 19 | |
| 20 | .give-tributes-label { |
| 21 | display: block; |
| 22 | font-weight: 500; |
| 23 | padding-block: 0.625rem; |
| 24 | padding-inline: 0; |
| 25 | } |
| 26 | |
| 27 | .give_tributes_info_wrap { |
| 28 | margin-block-start: 1.25rem; |
| 29 | } |
| 30 | |
| 31 | [type="radio"]="radio""] { |
| 32 | margin-inline-end: 0.5rem !important; |
| 33 | } |
| 34 | } |
| 35 |