From b34c30fbba1f82c77900db7899b3726b620039a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=8B=9D?= <43837214+Minsiki@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:52:09 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8chore:=20Sync=20Sass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_reset.scss | 9 +++++++++ src/styles/spinner.scss | 6 +++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index ceb5aff3..a77b35e2 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -414,6 +414,15 @@ button{ transform: translateY(-50%) rotate(-180deg); } } + &.disabled{ + cursor: default; + p{ + color: #aaa; + } + &::after{ + opacity: 0.7; + } + } } .select-light{ diff --git a/src/styles/spinner.scss b/src/styles/spinner.scss index b6398e94..45e124ae 100644 --- a/src/styles/spinner.scss +++ b/src/styles/spinner.scss @@ -1,10 +1,14 @@ .spinner-wrap{ + position: fixed; + top: 0; + left: 0; width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; - background-color: #fff; + background-color: rgba($color: #101010, $alpha: 0.2); + z-index: 2000000; .loader { font-size: 10px; width: 1.2em;