@appartmint/mint 4.2.22 → 4.2.24
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 +14 -17
- package/dist/css/mint.css.map +1 -1
- package/dist/css/mint.min.css +1 -1
- package/dist/css/mint.min.css.map +1 -1
- package/package.json +1 -1
- package/src/scss/imports/components/section/_grid.scss +1 -1
- package/src/scss/imports/global/_angular.scss +17 -0
- package/src/scss/imports/overrides/_index.scss +0 -1
- package/src/scss/imports/overrides/_material.scss +0 -30
package/dist/css/mint.css
CHANGED
|
@@ -864,7 +864,7 @@ body.mint-fixed #mint-header {
|
|
|
864
864
|
}
|
|
865
865
|
.mint-grid-fit {
|
|
866
866
|
display: grid;
|
|
867
|
-
grid-template-columns: repeat(minmax(min(var(--mint-grid-fit-w), 100%), 1fr));
|
|
867
|
+
grid-template-columns: repeat(auto-fit, minmax(min(var(--mint-grid-fit-w), 100%), 1fr));
|
|
868
868
|
gap: var(--mint-grid-gap);
|
|
869
869
|
}
|
|
870
870
|
|
|
@@ -1901,6 +1901,19 @@ html.mint-panel-open {
|
|
|
1901
1901
|
opacity: 1;
|
|
1902
1902
|
}
|
|
1903
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
|
+
|
|
1904
1917
|
body.mint-ready app-root {
|
|
1905
1918
|
opacity: 1;
|
|
1906
1919
|
}
|
|
@@ -4206,22 +4219,6 @@ thead .fc-scroller {
|
|
|
4206
4219
|
overflow: hidden !important;
|
|
4207
4220
|
}
|
|
4208
4221
|
|
|
4209
|
-
:root:root {
|
|
4210
|
-
--mat-table-background-color: back;
|
|
4211
|
-
--mat-paginator-container-background-color: back;
|
|
4212
|
-
--mat-table-row-item-label-text-color: fore;
|
|
4213
|
-
--mat-table-header-headline-color: fore;
|
|
4214
|
-
--mat-table-header-subheadline-color: fore;
|
|
4215
|
-
--mat-paginator-container-text-color: fore;
|
|
4216
|
-
}
|
|
4217
|
-
|
|
4218
|
-
.cdk-overlay-container .mat-mdc-select-panel {
|
|
4219
|
-
background: var(--mint-brand-4);
|
|
4220
|
-
}
|
|
4221
|
-
.cdk-overlay-pane {
|
|
4222
|
-
pointer-events: none !important;
|
|
4223
|
-
}
|
|
4224
|
-
|
|
4225
4222
|
.grecaptcha-badge {
|
|
4226
4223
|
visibility: hidden;
|
|
4227
4224
|
}
|