data
6 years ago
edit
6 years ago
class-give-donation-form-block.php
6 years ago
index.js
6 years ago
style.scss
6 years ago
style.scss
17 lines
| 1 | .gutenberg__editor .give-blank-slate__image { |
| 2 | max-width: 96px; |
| 3 | } |
| 4 | |
| 5 | .give-chosen-base-control { |
| 6 | a.chosen-single { |
| 7 | box-shadow: none !important; |
| 8 | } |
| 9 | |
| 10 | ul.chosen-results { |
| 11 | margin: 0 !important; |
| 12 | text-align: left !important; |
| 13 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, |
| 14 | 'Helvetica Neue', sans-serif; |
| 15 | } |
| 16 | } |
| 17 |