Increased border radius for modals.
This commit is contained in:
parent
4b82048d8e
commit
a80b266fc7
@ -407,3 +407,8 @@ body {
|
|||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-modal .ant-modal-content {
|
||||||
|
border-radius: 22px;
|
||||||
|
padding: 24px;
|
||||||
|
}
|
||||||
|
|||||||
@ -65,7 +65,7 @@ const WizardView = ({
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Flex vertical gap='middle' style={{ flexGrow: 1, width: '100%' }}>
|
<Flex vertical gap='middle' style={{ flexGrow: 1, width: '100%' }}>
|
||||||
<Title level={2} style={{ margin: 0 }}>
|
<Title level={2} style={{ margin: '0 0 8px 0', lineHeight: 0.7 }}>
|
||||||
{title}
|
{title}
|
||||||
</Title>
|
</Title>
|
||||||
<div style={{ minHeight: '260px', marginBottom: 4, width: '100%' }}>
|
<div style={{ minHeight: '260px', marginBottom: 4, width: '100%' }}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user