give
/
src
/
EventTickets
/
resources
/
blocks
/
EventTicketsBlock
/
Edit
/
components
/
CreateEventNotice
/
styles.scss
give
/
src
/
EventTickets
/
resources
/
blocks
/
EventTicketsBlock
/
Edit
/
components
/
CreateEventNotice
Last commit date
index.tsx
2 years ago
styles.scss
2 years ago
styles.scss
32 lines
| 1 | .givewp-event-tickets-block__create-event-notice { |
| 2 | margin-bottom: var(--givewp-spacing-4); |
| 3 | |
| 4 | .components-notice { |
| 5 | margin: 0; |
| 6 | padding: var(--givewp-spacing-3) var(--givewp-spacing-4); |
| 7 | |
| 8 | &__content { |
| 9 | margin: 0; |
| 10 | |
| 11 | h4, p { |
| 12 | font-size: 0.75rem; |
| 13 | line-height: 1.5; |
| 14 | margin: 0; |
| 15 | } |
| 16 | |
| 17 | p { |
| 18 | color: var(--givewp-grey-700); |
| 19 | margin-top: var(--givewp-spacing-2); |
| 20 | |
| 21 | a { |
| 22 | color: var(--givewp-grey-900); |
| 23 | |
| 24 | &:hover { |
| 25 | text-decoration: none; |
| 26 | } |
| 27 | } |
| 28 | } |
| 29 | } |
| 30 | } |
| 31 | } |
| 32 |