From b13d57d4c1ed7e50ffa3b746e934bd305bc6a4ba Mon Sep 17 00:00:00 2001 From: DmitriyB Date: Fri, 5 Aug 2022 13:34:05 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B4=D0=B5=D0=BB=D0=B0=D0=BD=20?= =?UTF-8?q?=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B8=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/connectWindow/popup/popup.css | 49 ++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/src/components/connectWindow/popup/popup.css b/src/components/connectWindow/popup/popup.css index 66c5dc3..2ad7b40 100644 --- a/src/components/connectWindow/popup/popup.css +++ b/src/components/connectWindow/popup/popup.css @@ -84,6 +84,55 @@ cursor: pointer; } +@media screen and (min-width: 2000px) { + .popup-container { + width: 25%; + padding: 2.5%; + gap: 50px; + } + + .popup-logo { + width: 267px; + height: 78px; + } + + .popup-title-button-container { + gap: 1vw; + } + + .popup-title-button { + gap: 1.2vw; + } + + .popup-title-button-title { + font-size: 1vw; + } + + .popup-line { + width: 75%; + } + + .popup-title-input-title { + font-size: 1.2vw; + } + + .popup-title-input-input { + height: 3.5vw; + } + + .popup-title-input-back-button { + font-size: 1vw; + } + + .popup-title-input-container { + gap: 1.3vw; + } + + .popup-title-input-input-container { + gap: 1.1vw; + } +} + @media screen and (max-width: 640px) { .popup-container { width: 100%;