@appartmint/mint 4.2.21 → 4.2.23

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/css/mint.css CHANGED
@@ -729,6 +729,10 @@ body.mint-fixed #mint-header {
729
729
  object-fit: cover;
730
730
  }
731
731
 
732
+ :root {
733
+ --mint-grid-fit-w: calc(480px * 1px);
734
+ }
735
+
732
736
  .mint-grid {
733
737
  display: grid;
734
738
  grid-template-columns: 1fr;
@@ -1897,6 +1901,19 @@ html.mint-panel-open {
1897
1901
  opacity: 1;
1898
1902
  }
1899
1903
 
1904
+ :root:root {
1905
+ --mat-table-background-color: back;
1906
+ --mat-paginator-container-background-color: back;
1907
+ --mat-table-row-item-label-text-color: fore;
1908
+ --mat-table-header-headline-color: fore;
1909
+ --mat-table-header-subheadline-color: fore;
1910
+ --mat-paginator-container-text-color: fore;
1911
+ }
1912
+
1913
+ .cdk-overlay-container .mat-mdc-select-panel {
1914
+ background: var(--mint-brand-4);
1915
+ }
1916
+
1900
1917
  body.mint-ready app-root {
1901
1918
  opacity: 1;
1902
1919
  }
@@ -4202,22 +4219,6 @@ thead .fc-scroller {
4202
4219
  overflow: hidden !important;
4203
4220
  }
4204
4221
 
4205
- :root:root {
4206
- --mat-table-background-color: back;
4207
- --mat-paginator-container-background-color: back;
4208
- --mat-table-row-item-label-text-color: fore;
4209
- --mat-table-header-headline-color: fore;
4210
- --mat-table-header-subheadline-color: fore;
4211
- --mat-paginator-container-text-color: fore;
4212
- }
4213
-
4214
- .cdk-overlay-container .mat-mdc-select-panel {
4215
- background: var(--mint-brand-4);
4216
- }
4217
- .cdk-overlay-pane {
4218
- pointer-events: none !important;
4219
- }
4220
-
4221
4222
  .grecaptcha-badge {
4222
4223
  visibility: hidden;
4223
4224
  }