From e5aa9eaffb15d08adb930d134905f145a706db82 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, 11 Feb 2025 17:53:20 +0900 Subject: [PATCH] =?UTF-8?q?-=20=ED=9A=8C=EB=A1=9C=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=ED=8F=B0=ED=8A=B8=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_table.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles/_table.scss b/src/styles/_table.scss index 6e3e1c04..5efacd7c 100644 --- a/src/styles/_table.scss +++ b/src/styles/_table.scss @@ -371,6 +371,15 @@ table{ background-size: cover; } } + .renewal{ + font-size: inherit; + color: #999; + text-align: center; + span{ + color: #45576f; + font-weight: 400; + } + } } tr{ background-color: transparent;