Refine and adjust position of icon in button

This commit is contained in:
Jean-Baptiste Bellet
2023-08-15 11:50:29 +02:00
parent 1a8a4ee72b
commit 2405dfdaa3

View File

@@ -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) {