DonationFormsColumns.module.scss
4 years ago
DonationFormsColumns.tsx
4 years ago
DonationFormsListTable.tsx
4 years ago
DonationFormsRowActions.tsx
4 years ago
DonationFormsColumns.module.scss
35 lines
| 1 | .star { |
| 2 | color: #ffba00; |
| 3 | } |
| 4 | |
| 5 | .goalProgress { |
| 6 | width: 100%; |
| 7 | height: 0.5rem; |
| 8 | position: relative; |
| 9 | background: rgba(238, 238, 238); |
| 10 | border-radius: 1.5625rem; |
| 11 | overflow: hidden; |
| 12 | margin: 0.3125rem 0 0.125rem; |
| 13 | |
| 14 | & > span { |
| 15 | display: block; |
| 16 | height: 100%; |
| 17 | border-radius: 1.25rem 0.5rem 0.5rem 1.25rem; |
| 18 | background-color: rgba(43, 194, 83); |
| 19 | position: relative; |
| 20 | overflow: hidden; |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | |
| 25 | .shortcode { |
| 26 | min-inline-size: 0; |
| 27 | inline-size: 100%; |
| 28 | color: #2c3338; |
| 29 | background-color: #f6f7f7; |
| 30 | } |
| 31 | |
| 32 | .monetary { |
| 33 | color: var(--give-primary-color); |
| 34 | } |
| 35 |