ページネーションのサイズ

このコミットが含まれているのは:
守矢諏訪子 2022-01-18 18:48:40 +09:00
コミット 2198953eb7
1個のファイルの変更3行の追加3行の削除

ファイルの表示

@ -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; }
.pagination { display: flex; margin: auto; padding: 4px 0px 4px 0px; }