give
/
src
/
EventTickets
/
resources
/
admin
/
components
/
EventTicketsListTable
/
EventTicketsListTable.module.scss
EventTicketsListTable.module.scss
2 years ago
EventTicketsRowActions.tsx
2 years ago
index.tsx
2 years ago
types.ts
2 years ago
EventTicketsListTable.module.scss
37 lines
| 1 | .container { |
| 2 | text-align: center; |
| 3 | color: #424242; |
| 4 | margin: var(--givewp-spacing-2) 0; |
| 5 | |
| 6 | img { |
| 7 | margin-bottom: 1rem; |
| 8 | } |
| 9 | |
| 10 | > h3 { |
| 11 | font-size: 1.125rem; |
| 12 | line-height: 1.22; |
| 13 | margin: 0; |
| 14 | padding: 0; |
| 15 | } |
| 16 | |
| 17 | > p:last-child { |
| 18 | margin-bottom: 0; |
| 19 | } |
| 20 | |
| 21 | .helpMessage { |
| 22 | font-size:0.875rem; |
| 23 | font-weight: 400; |
| 24 | line-height: 1.57; |
| 25 | } |
| 26 | |
| 27 | .button { |
| 28 | border-radius: var(--givewp-rounded-4); |
| 29 | font-size: 1rem; |
| 30 | font-weight: 500; |
| 31 | line-height: 1.5; |
| 32 | min-width: 13.75rem; |
| 33 | padding: var(--givewp-spacing-3) var(--givewp-spacing-8); |
| 34 | text-align: center; |
| 35 | } |
| 36 | } |
| 37 |