@sumaris-net/ngx-components 2.3.7-rc5 → 2.3.7-rc7
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
|
@@ -159,13 +159,15 @@ form.form-container {
|
|
|
159
159
|
.mat-form-field-prefix ion-icon,
|
|
160
160
|
.mat-form-field-prefix .mat-icon {
|
|
161
161
|
$font-size: calculateRem(24px);
|
|
162
|
-
|
|
162
|
+
$margin-vertical: calculateRem(5px);
|
|
163
|
+
font-size: $font-size !important;
|
|
163
164
|
line-height: 1.125;
|
|
164
165
|
height: $font-size;
|
|
165
166
|
width: $font-size;
|
|
166
|
-
margin-left:
|
|
167
|
-
margin-right:
|
|
168
|
-
|
|
167
|
+
margin-left: $margin-vertical;
|
|
168
|
+
margin-right: $margin-vertical;
|
|
169
|
+
position: relative;
|
|
170
|
+
bottom: calc(calc(1rem - $font-size) / 2);
|
|
169
171
|
}
|
|
170
172
|
|
|
171
173
|
ion-icon[matSuffix],
|
|
@@ -176,7 +178,7 @@ form.form-container {
|
|
|
176
178
|
&.large {
|
|
177
179
|
$font-size: calculateRem(24px);
|
|
178
180
|
font-size: $font-size;
|
|
179
|
-
line-height:
|
|
181
|
+
line-height: 1.125;
|
|
180
182
|
}
|
|
181
183
|
}
|
|
182
184
|
|