| .export-card__title, |
| .export-media-card__title { |
| font-size: $font-title-small; |
| color: var(--color-neutral-70); |
| margin-bottom: 16px; |
| clear: left; |
| } |
|
|
| .export-card .foldable-card__header, |
| .export-media-card .foldable-card__header, |
| .export-card .foldable-card.is-expanded .foldable-card__content { |
| padding: 24px; |
| } |
|
|
| .export-card__subtitle, |
| .export-media-card__warning, |
| .export-media-card__subtitle { |
| font-size: $font-body-small; |
| color: var(--color-neutral-70); |
| } |
|
|
| .export-media-card__warning { |
| margin-top: 10px; |
| font-style: italic; |
| } |
|
|
| .export-card .foldable-card__summary div { |
| display: flex; |
| justify-content: flex-end; |
| } |
|
|
| .export-card__export-button { |
| margin-right: 0; |
| } |
|
|
| .export-card__spinner-button { |
| float: right; |
| padding: 8px; |
| } |
|
|
| .export-card__placeholder-select { |
| animation: loading-fade 1.6s ease-in-out infinite; |
| } |
|
|
| .export-card__advanced-settings-title { |
| font-size: $font-title-small; |
| color: var(--color-neutral-70); |
| margin-bottom: 16px; |
| } |
|
|
| .export-card__advanced-settings-description { |
| font-size: $font-body-small; |
| } |
|
|
| .export-card__advanced-settings-row { |
| margin-bottom: 1.5em; |
|
|
| @include breakpoint-deprecated( ">960px" ) { |
| display: flex; |
| flex-wrap: wrap; |
| } |
| } |
|
|
| .export-card__option-fieldset { |
| margin-top: 10px; |
|
|
| @include breakpoint-deprecated( ">960px" ) { |
| margin-top: inherit; |
| flex: 1; |
| } |
| } |
|
|
| .export-card__option-fieldset-description { |
| font-size: $font-body-small; |
| color: var(--color-text-subtle); |
| padding-left: 24px; |
| padding-right: 24px; |
| } |
|
|
| .export-card__option-fieldset-fields { |
| padding-left: 24px; |
| padding-right: 24px; |
|
|
| select { |
| width: 100%; |
| } |
| } |
|
|