.inputContainer { margin-right: 20px; min-width: 150px; div { margin-top: 10px; &:first-child { margin-top: 0; } } } .label { margin-bottom: 3px; font-weight: bold; } .importButtonContainer { display: flex; align-items: center; } .importButton { composes: button from '~Components/Link/SpinnerButton.css'; height: 35px; } .loadingButton { composes: importButton; margin-left: 10px; } .loading { composes: loading from '~Components/Loading/LoadingIndicator.css'; margin: 0 10px 0 12px; text-align: left; } .importError { margin-left: 10px; } @media only screen and (max-width: $breakpointSmall) { .inputContainer { margin-top: 10px; &:first-child { margin-top: 0; } } .importButtonContainer { margin-top: 10px; } }