|
|
@@ -4755,10 +4755,15 @@ textarea.form-control-lg {
|
|
|
}
|
|
|
|
|
|
.page-item:not(:first-child) .page-link {
|
|
|
- margin-right: calc(var(--bs-border-width) * -1);
|
|
|
+ margin-right: calc(-1 * var(--bs-border-width));
|
|
|
+}
|
|
|
+.page-item:first-child .page-link {
|
|
|
+ border-top-right-radius: var(--bs-pagination-border-radius);
|
|
|
+ border-bottom-right-radius: var(--bs-pagination-border-radius);
|
|
|
}
|
|
|
-.page-item .page-link {
|
|
|
- border-radius: var(--bs-pagination-border-radius);
|
|
|
+.page-item:last-child .page-link {
|
|
|
+ border-top-left-radius: var(--bs-pagination-border-radius);
|
|
|
+ border-bottom-left-radius: var(--bs-pagination-border-radius);
|
|
|
}
|
|
|
|
|
|
.pagination-lg {
|