@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.3.7-rc5",
4
+ "version": "2.3.7-rc7",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -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
- font-size: $font-size;
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: 5px;
167
- margin-right: 5px;
168
- margin-bottom: calc(calc(1rem - $font-size) / 2);
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: $font-size;
181
+ line-height: 1.125;
180
182
  }
181
183
  }
182
184