_fields.scss
1 year ago
_form.scss
2 years ago
_groups.scss
2 years ago
_header.scss
2 years ago
_icons.scss
2 years ago
_iframe.scss
2 years ago
_multi-step-form.scss
1 year ago
_sections.scss
2 years ago
_header.scss
31 lines
| 1 | .givewp-layouts { |
| 2 | &-header { |
| 3 | padding-bottom: 2rem; |
| 4 | } |
| 5 | |
| 6 | &-headerTitle { |
| 7 | h2 { |
| 8 | color: inherit; |
| 9 | font-size: var(--givewp-font-size-heading-md); |
| 10 | line-height: 1.25; |
| 11 | font-weight: bold; |
| 12 | margin: 0; |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | &-headerDescription { |
| 17 | display: flex; |
| 18 | flex-direction: column; |
| 19 | gap: var(--givewp-spacing-4); |
| 20 | font-size: 1.125rem; |
| 21 | font-weight: 500; |
| 22 | |
| 23 | * { |
| 24 | font-size: inherit; |
| 25 | font-weight: inherit; |
| 26 | color: inherit; |
| 27 | margin: 0; |
| 28 | } |
| 29 | } |
| 30 | } |
| 31 |