update import steps design (#12463)
closes https://github.com/twentyhq/core-team-issues/issues/916   
This commit is contained in:
@ -7,12 +7,10 @@ import { MOBILE_VIEWPORT } from 'twenty-ui/theme';
|
||||
import { SpreadSheetImportModalCloseButton } from './SpreadSheetImportModalCloseButton';
|
||||
|
||||
const StyledModal = styled(Modal)`
|
||||
height: 61%;
|
||||
min-height: 600px;
|
||||
min-width: 800px;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
width: 63%;
|
||||
@media (max-width: ${MOBILE_VIEWPORT}px) {
|
||||
min-width: auto;
|
||||
min-height: auto;
|
||||
@ -42,7 +40,7 @@ export const SpreadSheetImportModalWrapper = ({
|
||||
|
||||
return (
|
||||
<StyledModal
|
||||
size="large"
|
||||
size="extraLarge"
|
||||
modalId={modalId}
|
||||
isClosable={true}
|
||||
onClose={onClose}
|
||||
|
||||
Reference in New Issue
Block a user