_amount.scss
2 years ago
_billingAddress.scss
2 years ago
_donation-summary.scss
2 years ago
_form-errors.scss
2 years ago
_gateways.scss
1 year ago
_goal.scss
1 year ago
_honeypot.scss
1 year ago
_pagination.scss
2 years ago
_receipt.scss
2 years ago
_pagination.scss
28 lines
| 1 | .givewp-donation-form__steps-pagination { |
| 2 | display: flex; |
| 3 | align-items: center; |
| 4 | justify-content: center; |
| 5 | padding: 1rem; |
| 6 | |
| 7 | &-button { |
| 8 | background-color: #e4e4e4; |
| 9 | border-radius: 50%; |
| 10 | overflow: hidden; |
| 11 | height: 12px; |
| 12 | width: 12px; |
| 13 | margin: 7.5px; |
| 14 | padding: 0; |
| 15 | cursor: pointer; |
| 16 | transition: background-color 0.2s ease; |
| 17 | border: none; |
| 18 | &:focus { |
| 19 | border: 1px solid #959595; |
| 20 | outline: none; |
| 21 | box-shadow: none; |
| 22 | } |
| 23 | |
| 24 | &--current { |
| 25 | background-color: #747474; |
| 26 | } |
| 27 | } |
| 28 | } |