icons
6 years ago
feerecovery.scss
6 years ago
ffm.scss
6 years ago
form.scss
6 years ago
mixins.scss
6 years ago
newsletter.scss
6 years ago
receipt.scss
6 years ago
recurring.scss
6 years ago
square.scss
6 years ago
tributes.scss
6 years ago
util.scss
6 years ago
tributes.scss
92 lines
| 1 | .give-tributes-dedicate-donation { |
| 2 | .give_tributes_mail_card_country > label, |
| 3 | .give_tributes_mail_card_state > label { |
| 4 | display: none !important; |
| 5 | } |
| 6 | |
| 7 | #give_tributes_address_state { |
| 8 | min-height: 48px !important; |
| 9 | } |
| 10 | |
| 11 | .give-tributes-grab-info { |
| 12 | @media screen and (max-width: $break-phone) { |
| 13 | display: flex; |
| 14 | flex-direction: column; |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | legend, |
| 19 | .give-tributes-legend, |
| 20 | .give-tributes-label { |
| 21 | display: inline-block; |
| 22 | font-size: 14px !important; |
| 23 | font-weight: 400 !important; |
| 24 | border-bottom: none !important; |
| 25 | padding: 0 !important; |
| 26 | margin: 0 0 5px !important; |
| 27 | line-height: 1.7; |
| 28 | } |
| 29 | |
| 30 | .give_tributes_send_ecard_fields > .give-tributes-legend { |
| 31 | width: auto !important; |
| 32 | } |
| 33 | |
| 34 | .give-tributes-add-recipient { |
| 35 | margin-top: -3px; |
| 36 | margin-left: 8px; |
| 37 | } |
| 38 | |
| 39 | input[type='radio']='radio'] { |
| 40 | opacity: 0 !important; |
| 41 | position: absolute !important; |
| 42 | } |
| 43 | |
| 44 | input[type='radio']='radio'] + label { |
| 45 | padding: 0 10px 0 28px; |
| 46 | width: 100%; |
| 47 | color: #696969; |
| 48 | font-size: 14px !important; |
| 49 | font-weight: 400 !important; |
| 50 | display: inline-block; |
| 51 | position: relative; |
| 52 | margin: 0 0 5px; |
| 53 | line-height: 1.7; |
| 54 | |
| 55 | &::before { |
| 56 | content: ' '; |
| 57 | position: absolute; |
| 58 | top: calc(50% - 9px); |
| 59 | left: 0; |
| 60 | width: 16px; |
| 61 | height: 16px; |
| 62 | border-radius: 50%; |
| 63 | border: 1px solid #b4b9be; |
| 64 | background-color: #fff; |
| 65 | box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25); |
| 66 | } |
| 67 | |
| 68 | &::after { |
| 69 | transform: scale3d(0, 0, 0); |
| 70 | transition: transform 0.2s ease; |
| 71 | border-radius: 8px; |
| 72 | width: 8px; |
| 73 | height: 8px; |
| 74 | position: absolute; |
| 75 | top: calc(50% - 4px); |
| 76 | left: 5px; |
| 77 | content: ' '; |
| 78 | display: block; |
| 79 | background: #333; |
| 80 | } |
| 81 | } |
| 82 | |
| 83 | input[type='radio']='radio']:checked + label::after { |
| 84 | transform: scale3d(1, 1, 1); |
| 85 | } |
| 86 | |
| 87 | .give-tributes-ecard-personalized-message-left, |
| 88 | .give-tributes-mail-card-personalized-message-left { |
| 89 | padding-bottom: 8px; |
| 90 | } |
| 91 | } |
| 92 |