@unlk/keymaster 1.1.8 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/css/keymaster.css +6 -1
- package/dist/css/keymaster.css.map +1 -1
- package/dist/css/keymaster.min.css +1 -1
- package/dist/css/keymaster.min.css.map +1 -1
- package/dist/js/keymaster.js +1 -1
- package/dist/js/keymaster.min.js +1 -1
- package/package.json +1 -1
- package/scss/theme/_pagination.scss +6 -2
package/CHANGELOG.md
CHANGED
package/dist/css/keymaster.css
CHANGED
|
@@ -36341,8 +36341,13 @@ textarea.form-control-lg {
|
|
|
36341
36341
|
}
|
|
36342
36342
|
.pagination .page-item .page-link {
|
|
36343
36343
|
border-radius: 50rem;
|
|
36344
|
+
display: flex;
|
|
36345
|
+
align-items: center;
|
|
36346
|
+
justify-content: center;
|
|
36344
36347
|
width: 48px;
|
|
36345
|
-
|
|
36348
|
+
height: 48px;
|
|
36349
|
+
padding: 0;
|
|
36350
|
+
line-height: 1;
|
|
36346
36351
|
}
|
|
36347
36352
|
.pagination .page-item .page-link i {
|
|
36348
36353
|
width: -moz-fit-content;
|