Pagination for admin panel GitOrigin-RevId: 8d4f3619037abcd6df9921ec9ca162d4c3b4eb8c
@@ -108,3 +108,5 @@
// module styles
// TODO: find a way for modules to add styles dynamically
@import 'modules/symbol-palette.less';
+
+@import 'modules/admin-panel.less';
@@ -0,0 +1,4 @@
+.admin-panel-pagination {
+ display: flex;
+ justify-content: center;
+}