From 56a1937d7d8c4b8a2468eda334c3a68988f50702 Mon Sep 17 00:00:00 2001 From: sonjaewoo Date: Fri, 13 Jan 2023 02:09:05 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20#4=20=EB=B2=84=ED=8A=BC=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StoreRegister/Input.scss | 8 +++++++- src/components/StoreRegister/Logo.scss | 11 ++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/components/StoreRegister/Input.scss b/src/components/StoreRegister/Input.scss index 0054a37..7282382 100644 --- a/src/components/StoreRegister/Input.scss +++ b/src/components/StoreRegister/Input.scss @@ -2,9 +2,15 @@ display: flex; align-items: center; //세로정렬 flex-direction: column; //세로정렬 + margin-top: 30px; //text-align: center; } .buttonStyle { - + width: 250px; + height: 45px; + margin-top: 22px; + background-color: #ffe600; + color: black; + border-radius: 10px; } \ No newline at end of file diff --git a/src/components/StoreRegister/Logo.scss b/src/components/StoreRegister/Logo.scss index 63af53f..e34437b 100644 --- a/src/components/StoreRegister/Logo.scss +++ b/src/components/StoreRegister/Logo.scss @@ -1,14 +1,15 @@ .Logo { - width: 150px; - height: 190px; - margin-top: 110px; + width: 100px; + height: 150px; + margin-top: 120px; object-fit: cover; } .LogoText { - margin-top: -1.5em; + margin-top: -0.6em; font-family: "BMDOHYEON"; - font-size: 1.5em; + font-size: 2em; + font-weight: 900; } // margin-top: 9em;