From 130c28bc545f14a4279e1210fb1b3b7f63a97126 Mon Sep 17 00:00:00 2001 From: DmitriyB Date: Mon, 15 Aug 2022 11:27:43 +0500 Subject: [PATCH] fix popup padding for big size res --- src/components/connectWindow/popup/popup.css | 10 ++++++---- src/components/mainPart/pinkButton.css | 3 ++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/connectWindow/popup/popup.css b/src/components/connectWindow/popup/popup.css index dce320f..3ef5b65 100644 --- a/src/components/connectWindow/popup/popup.css +++ b/src/components/connectWindow/popup/popup.css @@ -91,21 +91,23 @@ @media screen and (min-width: 2000px) { .popup-container { width: 25%; - padding: 2.5%; - gap: 50px; + padding: 2.5% !important; + gap: 3vw; } .popup-logo { width: 267px; + width: 70%; height: 78px; + height: 70%; } .popup-title-button-container { - gap: 1vw; + gap: 1.3vw; } .popup-title-button { - gap: 1.2vw; + gap: 1.4vw; } .popup-title-button-title { diff --git a/src/components/mainPart/pinkButton.css b/src/components/mainPart/pinkButton.css index 0630ff3..213547e 100644 --- a/src/components/mainPart/pinkButton.css +++ b/src/components/mainPart/pinkButton.css @@ -48,6 +48,7 @@ width: 50%; height: 3.5vw; font-size: 1vw; + border-radius: .8vw; } } @@ -66,6 +67,6 @@ .main-part-text-button { width: 100%; - height: 48px; + height: 48px; } } \ No newline at end of file