Reduce height of modal content

Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2020-11-20 16:32:40 +01:00
parent e708212d41
commit f3ff99b5a9

View File

@ -152,7 +152,7 @@ export const Modal = styled(({ style, children, ...props }) => {
height: 100%; height: 100%;
> div:first-child { > div:first-child {
height: 81%; height: 80%;
padding: 24px 30px 0; padding: 24px 30px 0;
} }
@ -162,13 +162,8 @@ export const Modal = styled(({ style, children, ...props }) => {
height: 14.3%; height: 14.3%;
} }
> div:first-child {
height: 81%;
padding: 24px 30px 0;
}
> div:nth-child(2) { > div:nth-child(2) {
height: 61%; height: 60%;
padding: 0 30px; padding: 0 30px;
${modalFooterShadowCss} ${modalFooterShadowCss}
} }