chore: synchronize project dependencies and update vendor directory files

This commit is contained in:
2026-07-15 13:15:05 +07:00
parent 2ab9f65c99
commit 3203c6e129
10000 changed files with 1501312 additions and 0 deletions
@@ -0,0 +1,51 @@
// pagination
.pagination {
.page-item {
margin: 0 4px;
border-radius: 0;
&:first-child,
&:last-child {
margin-top: 3px;
a {
border: 0;
width: auto;
height: auto;
font-size: 10px;
}
}
}
&.pagination-sm {
.page-item {
&:first-child,
&:last-child {
margin-top: 5px;
a {
font-size: 9px;
}
}
}
}
&.pagination-lg {
.page-item {
&:first-child,
&:last-child {
margin-top: 9px;
a {
font-size: 14px;
}
}
}
}
}