style.scss
20 lines
| 1 | .give-donor-dashboard-badge { |
| 2 | background: #fff; |
| 3 | box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); |
| 4 | border-radius: 50px; |
| 5 | padding: 10px 22px; |
| 6 | font-size: 14px; |
| 7 | line-height: 1px; |
| 8 | display: flex; |
| 9 | align-items: center; |
| 10 | margin: 8px 0; |
| 11 | |
| 12 | &:first-of-type { |
| 13 | margin-top: 0; |
| 14 | } |
| 15 | |
| 16 | svg { |
| 17 | margin-left: 8px; |
| 18 | } |
| 19 | } |
| 20 |