@appartmint/mint 1.0.4 → 1.0.6
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
|
@@ -1136,6 +1136,13 @@ app-footer::before {
|
|
|
1136
1136
|
visibility: hidden;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
|
+
.mint-table-wrap {
|
|
1140
|
+
max-height: 50vh;
|
|
1141
|
+
overflow-y: auto;
|
|
1142
|
+
}
|
|
1143
|
+
.mint-table.mat-mdc-table thead {
|
|
1144
|
+
background: var(--mint-back);
|
|
1145
|
+
}
|
|
1139
1146
|
.mint-table .mint-actions {
|
|
1140
1147
|
display: flex;
|
|
1141
1148
|
align-items: center;
|