From 0c9d5d59ca64e8a1747f52fdfc8832e28e4e85f7 Mon Sep 17 00:00:00 2001 From: Suh Date: Fri, 5 Jan 2024 12:42:30 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EC=97=90=20%=20width=20=EC=86=8D?= =?UTF-8?q?=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/css/base.css | 43 +++++++++++++++++++++++++- src/main/resources/static/dev/base.css | 43 +++++++++++++++++++++++++- 2 files changed, 84 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/css/base.css b/src/main/resources/static/css/base.css index e01d63e..ad281d4 100644 --- a/src/main/resources/static/css/base.css +++ b/src/main/resources/static/css/base.css @@ -18,4 +18,45 @@ } #search_modal_content{ height : 80vh; -} \ No newline at end of file +} + +.w-10{ + width : 10%!important; +} + +.w-15{ + width : 15%!important; +} + +.w-20{ + width : 20%!important; +} + +.w-25{ + width : 25%!important; +} + +.w-30{ + width : 30%!important; +} +.w-35{ + width : 35%!important; +} +.w-40{ + width : 40%!important; +} +.w-45{ + width : 45%!important; +} +.w-50{ + width : 50%!important; +} +.w-55{ + width : 50%!important; +} +.w-60{ + width : 60%!important; +} +.w-65{ + width : 65%!important; +} diff --git a/src/main/resources/static/dev/base.css b/src/main/resources/static/dev/base.css index e01d63e..ad281d4 100644 --- a/src/main/resources/static/dev/base.css +++ b/src/main/resources/static/dev/base.css @@ -18,4 +18,45 @@ } #search_modal_content{ height : 80vh; -} \ No newline at end of file +} + +.w-10{ + width : 10%!important; +} + +.w-15{ + width : 15%!important; +} + +.w-20{ + width : 20%!important; +} + +.w-25{ + width : 25%!important; +} + +.w-30{ + width : 30%!important; +} +.w-35{ + width : 35%!important; +} +.w-40{ + width : 40%!important; +} +.w-45{ + width : 45%!important; +} +.w-50{ + width : 50%!important; +} +.w-55{ + width : 50%!important; +} +.w-60{ + width : 60%!important; +} +.w-65{ + width : 65%!important; +}