@next-core/brick-container 2.86.28 → 2.86.29

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.
@@ -845,7 +845,7 @@ html[data-theme="dark-v2"],
845
845
  --antd-pagination-total-strong-text: var(--text-color-default);
846
846
  --antd-pagination-item-hover: var(--color-brand);
847
847
  --antd-pagination-item-active-bg: transparent;
848
- --antd-pagination-item-active-border: var(--color-brand);
848
+ --antd-pagination-item-active-border: var(--palette-blue-3);
849
849
  --antd-pagination-item-active-text-color: var(--color-brand);
850
850
  --antd-pagination-item-selected-hover-text-color: #2893f7;
851
851
  --antd-pagination-item-selected-hover-border-color: var(
@@ -1595,7 +1595,7 @@ html[data-theme="dark-v2"],
1595
1595
  --antd-pagination-total-strong-text: var(--color-normal-text);
1596
1596
  --antd-pagination-item-hover: var(--color-info);
1597
1597
  --antd-pagination-item-active-bg: var(--color-brand);
1598
- --antd-pagination-item-active-border: var(--color-info);
1598
+ --antd-pagination-item-active-border: var(--palette-blue-3);
1599
1599
  --antd-pagination-item-active-text-color: var(--color-white);
1600
1600
  --antd-pagination-item-selected-hover-text-color: var(
1601
1601
  --antd-pagination-item-active-text-color
@@ -27834,6 +27834,9 @@ html[data-theme="dark"] .ant-descriptions-item-content {
27834
27834
  border-color: transparent;
27835
27835
  background-color: transparent;
27836
27836
  border-radius: 4px;
27837
+ height: 28px;
27838
+ line-height: 26px;
27839
+ min-width: 28px;
27837
27840
  }
27838
27841
  .ant-pagination-item:focus,
27839
27842
  .ant-pagination-item:hover {
@@ -27871,6 +27874,7 @@ html[data-theme="dark"] .ant-descriptions-item-content {
27871
27874
  .ant-pagination-total-text {
27872
27875
  order: -1;
27873
27876
  margin-right: auto;
27877
+ height: 28px !important;
27874
27878
  }
27875
27879
  .ant-pagination-options {
27876
27880
  order: 0;
@@ -27883,10 +27887,28 @@ html[data-theme="dark"] .ant-descriptions-item-content {
27883
27887
  background-color: transparent !important;
27884
27888
  border-color: transparent !important;
27885
27889
  box-shadow: none !important;
27890
+ height: 28px !important;
27891
+ }
27892
+ .ant-pagination-options .ant-select-selector .ant-select-item {
27893
+ line-height: 26px;
27894
+ }
27895
+ .ant-pagination-options .ant-select-selector .ant-select-selection-search .ant-select-selection-search-input {
27896
+ height: 26px;
27886
27897
  }
27887
27898
  .ant-pagination-options .ant-select-dropdown {
27888
27899
  padding: 2px;
27889
27900
  }
27901
+ .ant-pagination-prev,
27902
+ .ant-pagination-next,
27903
+ .ant-pagination.mini .ant-pagination-next,
27904
+ .ant-pagination.mini .ant-pagination-prev,
27905
+ .ant-pagination-jump-next-custom-icon,
27906
+ .ant-pagination.mini .ant-pagination-jump-next-custom-icon,
27907
+ .ant-pagination.mini .ant-pagination-item {
27908
+ height: 28px;
27909
+ min-width: 28px;
27910
+ line-height: 28px;
27911
+ }
27890
27912
  .ant-modal-confirm-body .ant-modal-confirm-content {
27891
27913
  margin-top: 12px;
27892
27914
  }
@@ -29594,5 +29616,27 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
29594
29616
  width: 1em;
29595
29617
  }
29596
29618
 
29619
+ body {
29620
+ height: auto;
29621
+ padding: 15px;
29622
+ background-color: var(--body-background);
29623
+ background-image: repeating-linear-gradient(
29624
+ 0deg,
29625
+ transparent,
29626
+ transparent 7px,
29627
+ var(--palette-gray-5) 1px,
29628
+ transparent 8px
29629
+ ),
29630
+ repeating-linear-gradient(
29631
+ 90deg,
29632
+ transparent,
29633
+ transparent 7px,
29634
+ var(--palette-gray-5) 1px,
29635
+ transparent 8px
29636
+ );
29637
+ background-size: 15px 15px;
29638
+ background-position: -7px 9px;
29639
+ }
29640
+
29597
29641
 
29598
- /*# sourceMappingURL=main.6b12ce87ff26a1db2faf.css.map*/
29642
+ /*# sourceMappingURL=preview.4a715cb40258ea5c45b7.css.map*/