From 6a09f758da2257b308ec3b32f1c7bff49b2b71d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Wed, 6 Nov 2024 14:18:37 +0900 Subject: [PATCH] =?UTF-8?q?ag-grid=20=EC=8A=A4=ED=81=AC=EB=A1=A4=20?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_grid-detail.scss | 40 ++++++++++++++++++++++++++++++++++++ src/styles/_reset.scss | 1 + 2 files changed, 41 insertions(+) diff --git a/src/styles/_grid-detail.scss b/src/styles/_grid-detail.scss index d6f34b1..4bf432e 100644 --- a/src/styles/_grid-detail.scss +++ b/src/styles/_grid-detail.scss @@ -59,6 +59,46 @@ .ag-icon-filter::before{ color: #fff; } + .ag-body-vertical-scroll{ + width: 4px !important; + max-width: 4px !important; + min-width: 4px !important; + .ag-body-vertical-scroll-viewport{ + width: 4px !important; + max-width: 4px !important; + min-width: 4px !important; + &::-webkit-scrollbar { + width: 4px; + background-color: transparent; + } + &::-webkit-scrollbar-thumb { + background-color: #C1CCD7; + } + &::-webkit-scrollbar-track { + background-color: transparent; + } + } + } + .ag-body-horizontal-scroll{ + height: 4px !important; + max-height: 4px !important; + min-height: 4px !important; + .ag-body-horizontal-scroll-viewport{ + height: 4px !important; + max-height: 4px !important; + min-height: 4px !important; + &::-webkit-scrollbar { + height: 4px; + background-color: transparent; + } + &::-webkit-scrollbar-thumb { + background-color: #C1CCD7; + } + &::-webkit-scrollbar-track { + background-color: transparent; + } + } + } } .copy-ico-wrap{ display: flex; diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index 711ef44..60cb3b8 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -480,6 +480,7 @@ input[type=text]{ border: 1px solid #1083E3; } &::placeholder{ + font-family: 'Noto Sans JP', sans-serif; opacity: 1; font-size: 12px; letter-spacing: 0px;