| .importer__section-header { | |
| &.formatted-header { | |
| margin: 0 auto; | |
| max-width: 500px; | |
| @include breakpoint-deprecated( "<660px" ) { | |
| display: none; | |
| } | |
| } | |
| .formatted-header__subtitle { | |
| color: var(--color-neutral-dark); | |
| a { | |
| display: inline-block; | |
| } | |
| } | |
| } | |
| .import__onboarding-page { | |
| margin-left: 1rem; | |
| margin-right: 1rem; | |
| .import__navigation { | |
| position: absolute; | |
| top: calc(var(--masterbar-height) + 1rem); | |
| margin-left: -1rem; | |
| @include breakpoint-deprecated( "<660px" ) { | |
| top: calc(var(--masterbar-height)); | |
| } | |
| } | |
| .list__importers.list__importers-secondary { | |
| min-height: 350px; | |
| } | |
| } | |