@sumaris-net/ngx-components 2.3.7-rc5 → 2.3.7-rc6

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-rc6",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -159,12 +159,13 @@ 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
+ $margin-vertical: calculateRem(5px);
162
163
  font-size: $font-size;
163
164
  line-height: 1.125;
164
165
  height: $font-size;
165
166
  width: $font-size;
166
- margin-left: 5px;
167
- margin-right: 5px;
167
+ margin-left: $margin-vertical;
168
+ margin-right: $margin-vertical;
168
169
  margin-bottom: calc(calc(1rem - $font-size) / 2);
169
170
  }
170
171
 
@@ -176,7 +177,7 @@ form.form-container {
176
177
  &.large {
177
178
  $font-size: calculateRem(24px);
178
179
  font-size: $font-size;
179
- line-height: $font-size;
180
+ line-height: 1.125;
180
181
  }
181
182
  }
182
183