From 2405dfdaa3df2bb3733a42c2347d50d28ddeacd3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 15 Aug 2023 11:50:29 +0200 Subject: [PATCH] Refine and adjust position of icon in button --- app/webpacker/css/admin_v3/components/pagination.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/webpacker/css/admin_v3/components/pagination.scss b/app/webpacker/css/admin_v3/components/pagination.scss index ff97a51673..a9ebf77f51 100644 --- a/app/webpacker/css/admin_v3/components/pagination.scss +++ b/app/webpacker/css/admin_v3/components/pagination.scss @@ -29,10 +29,16 @@ &.prev { margin-right: 28px; // 28+8 (the gap) = 36px : the space between the arrows and the numbers + & > i { + padding-left: 2px; + } } &.next { margin-left: 28px; // 28+8 (the gap) = 36px : the space between the arrows and the numbers + & > i { + padding-left: 6px; + } } &:not(.disabled):not(.current) {