From a024587fdba2ae46b3fcf6d1e461d4e0abea7411 Mon Sep 17 00:00:00 2001 From: seacrab808 Date: Mon, 5 Aug 2024 13:49:46 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9E=9C=EB=94=A9=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20UI=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/Landing.js | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/layout/Landing.js b/src/components/layout/Landing.js index ff96533..617aa19 100644 --- a/src/components/layout/Landing.js +++ b/src/components/layout/Landing.js @@ -33,19 +33,21 @@ const btnWrap = css` font-size: 1.4rem; div { - padding: 0.7rem; + padding: 0.6rem; margin: 0.5rem; border-radius: 0.7rem; width: 90%; background-color: #5393d9; color: #fff; + box-shadow: 1px 0px 1px 0px #90a0c6; - :hover { - background-color: #8ec8f6; - transition: 1s; + :hover, :active { + background-color: #63ace4; + transition: .2s; cursor: pointer; } + } `; @@ -61,6 +63,12 @@ const nonOp = css` font-size: 13px; text-decoration: underline; color: #90a0c6; + + :hover, :active { + color: #5393d9; + cursor: pointer; + transition: .2s + } `; const myInfoWrap = css`