indicator-ui 0.0.92 → 0.0.93
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/dist/index.css +3 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3504,6 +3504,9 @@
|
|
|
3504
3504
|
color: var(--gray-800);
|
|
3505
3505
|
background-color: var(--gray-100);
|
|
3506
3506
|
}
|
|
3507
|
+
.PageSwitcher-module__pageSwitcher___PGQPI.PageSwitcher-module__smallVersion___YJr68 {
|
|
3508
|
+
justify-content: space-between;
|
|
3509
|
+
}
|
|
3507
3510
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
3508
3511
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/PaginationBar/styles/PaginationBar.module.scss ***!
|
|
3509
3512
|
\*******************************************************************************************************************************************************************************************************************************************************************************/
|