From 2198953eb73f91a901932aade05bc636cb2ccf44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Tue, 18 Jan 2022 18:48:40 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=9A=E3=83=BC=E3=82=B8=E3=83=8D=E3=83=BC?= =?UTF-8?q?=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AE=E3=82=B5=E3=82=A4=E3=82=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/conponent/_pagination.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conponent/_pagination.scss b/src/conponent/_pagination.scss index da7dadf..6d13c69 100644 --- a/src/conponent/_pagination.scss +++ b/src/conponent/_pagination.scss @@ -5,8 +5,8 @@ .page-link, .page-item .disabled { text-align: center; color: $white1; - padding: 8px 20px; - font-size: 28px; + padding: 4px 10px; + font-size: 16px; border-bottom: solid 2px $suwa03; cursor: pointer; transition: background 0.3s, color 0.3s; @@ -25,4 +25,4 @@ .page-item.disabled > .page-link { color: $white1; background: linear-gradient(to bottom, $black3 0%, $grey4 34%, $grey5 100%); border-color: $suwa04; } .page-item.active > .page-link { color: $white1; background: linear-gradient(to bottom, $suwa04 0%, $suwa04 34%, $suwa06 100%); border-color: $suwa04; } .page-item.active > .page-link:hover { color: $white1; background: linear-gradient(to bottom, $suwa03 0%, $suwa00 34%, $suwa02 100%); } -.pagination { display: flex; margin: auto; padding: 8px; } \ No newline at end of file +.pagination { display: flex; margin: auto; padding: 4px 0px 4px 0px; }