From adbc5d03835df563573fe6ace5afeae601784755 Mon Sep 17 00:00:00 2001 From: yoon Date: Tue, 18 Mar 2025 12:17:24 +0900 Subject: [PATCH] =?UTF-8?q?=ED=88=AC=ED=91=9C=20css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/custom.css | 4 ++++ src/components/voteboard/voteCard.vue | 4 ++-- src/components/voteboard/voteCardCheck.vue | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index a8b4294..efb780b 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1,5 +1,9 @@ /* 여기에 light css 작성 */ +.opacity-50 { + opacity: 0.5; +} + /* board */ .board-content img { max-width: 100% !important; diff --git a/src/components/voteboard/voteCard.vue b/src/components/voteboard/voteCard.vue index edd223a..060e771 100644 --- a/src/components/voteboard/voteCard.vue +++ b/src/components/voteboard/voteCard.vue @@ -1,5 +1,5 @@