diff --git a/src/components/sections/contact/form/form.module.scss b/src/components/sections/contact/form/form.module.scss index 27c590c..ca8be98 100644 --- a/src/components/sections/contact/form/form.module.scss +++ b/src/components/sections/contact/form/form.module.scss @@ -23,10 +23,10 @@ } width: tovw(1076px, 'default', 400px); - padding: tovw(64px, 'default', 50px) tovw(100px, 'default', 50px); + padding: tovw(64px, 'default', 100px) tovw(100px, 'default', 50px); background: rgb(0 0 0 / 0.5); border: tovw(1px, 'default', 1px) solid #565656; - box-shadow: 0px 2px 100px rgb(0 0 0 / 0.6); + box-shadow: 0px 2px 50px rgb(0 0 0 / 0.6); border-radius: tovw(24px, 'default', 24px); .header { @@ -169,18 +169,18 @@ position: absolute; right: 0; - bottom: tovw(100px, 'default', 100px); + bottom: tovw(110px, 'default', 110px); left: 0; margin-left: 0; background: linear-gradient( 180deg, var(--color-black) 0%, - rgb(241 241 241 / 0.5) 48.91%, + rgb(241 241 241 / 0.5) 50%, var(--color-black) 100% ); - opacity: 0.4; + opacity: 0.35; width: 100%; - height: tovw(850px, 'default', 500px); + height: tovw(750px, 'default', 550px); content: ''; pointer-events: none; user-select: none; @@ -192,7 +192,7 @@ [data-theme='light'] { .section .container { background: rgb(251 251 251 / 0.6); - box-shadow: 0px 2px 60px rgb(0 0 0 / 0.2); + box-shadow: 0px 2px 50px rgb(0 0 0 / 0.2); input, textarea, diff --git a/src/components/sections/partners/contact/contact.module.scss b/src/components/sections/partners/contact/contact.module.scss index aa9a189..15b983f 100644 --- a/src/components/sections/partners/contact/contact.module.scss +++ b/src/components/sections/partners/contact/contact.module.scss @@ -240,7 +240,7 @@ rgb(241 241 241 / 0.5) 48.91%, rgb(241 241 241 / 0) 100% ); - opacity: 0.4; + opacity: 0.35; width: 100%; height: tovw(1200px, 'default', 880px); content: '';