@sumaris-net/ngx-components 4.0.0-rc1 → 4.0.0-rc2
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/package.json
CHANGED
package/src/theme/_material.scss
CHANGED
|
@@ -125,6 +125,13 @@ mat-icon[slot] {
|
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
|
|
128
|
+
.mat-mdc-form-field {
|
|
129
|
+
--mat-form-field-container-text-size: 14px;
|
|
130
|
+
--mdc-filled-text-field-label-text-size: var(--mat-form-field-container-text-size);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
// Form Fields
|
|
128
135
|
.mat-mdc-form-field-errors {
|
|
129
136
|
margin-top: -20px;
|
|
130
137
|
|
|
@@ -144,3 +151,4 @@ mat-icon[slot] {
|
|
|
144
151
|
}
|
|
145
152
|
}
|
|
146
153
|
}
|
|
154
|
+
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
--mat-table-row-item-label-text-tracking: 0.5px;
|
|
23
23
|
--mat-form-field-container-text-tracking: 0.5px;
|
|
24
24
|
--mdc-typography-body1-letter-spacing: 0.0178571429em;
|
|
25
|
-
--mat-table-row-item-label-text-size:
|
|
25
|
+
--mat-table-row-item-label-text-size: 14px;
|
|
26
26
|
|
|
27
27
|
.mat-mdc-header-cell {
|
|
28
28
|
color: var(--ion-color-primary);
|