| .import__capture-container { | |
| max-width: 368px; | |
| margin: 0 auto; | |
| } | |
| .import__capture { | |
| .form-label { | |
| font-size: 0.875rem; | |
| font-weight: 500; | |
| color: var(--studio-gray-60); | |
| margin-bottom: 0.5rem; | |
| span { | |
| font-weight: normal; | |
| color: var(--studio-gray-40); | |
| } | |
| } | |
| .form-fieldset { | |
| margin-bottom: 1em; | |
| } | |
| input[type="text"].form-text-input { | |
| font-size: 0.875rem; | |
| /* stylelint-disable-next-line declaration-property-unit-allowed-list */ | |
| line-height: 2rem; | |
| color: var(--studio-gray-90); | |
| border-radius: 4px; | |
| border-color: var(--studio-gray-10); | |
| } | |
| input[type="text"].form-text-input::placeholder { | |
| color: var(--studio-gray-30); | |
| } | |
| button[type="submit"] { | |
| width: 100%; | |
| } | |
| .form-setting-explanation { | |
| font-style: normal; | |
| svg { | |
| position: relative; | |
| top: 4px; | |
| } | |
| .is-error { | |
| color: var(--color-error); | |
| svg { | |
| fill: var(--color-error); | |
| transform: rotate(180deg); | |
| } | |
| } | |
| } | |
| .action-buttons__importer-list { | |
| font-size: 0.875rem; | |
| font-weight: 400; | |
| text-align: center; | |
| text-decoration: none; | |
| color: var(--studio-gray-90); | |
| margin-top: 1rem; | |
| button { | |
| text-decoration: underline; | |
| color: inherit; | |
| margin: 0; | |
| padding: 0; | |
| } | |
| } | |
| } | |