@sumaris-net/ngx-components 4.0.0-rc11 → 4.0.0-rc12

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": "4.0.0-rc11",
4
+ "version": "4.0.0-rc12",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -353,24 +353,6 @@
353
353
  white-space: nowrap;
354
354
  }
355
355
 
356
- // Specific icon button styles
357
- .mat-mdc-icon-button {
358
- width: 24px;
359
- height: 24px;
360
- padding: 2px 0 0 0;
361
-
362
- ion-icon, .mat-icon {
363
- $font-size: calculateRem(18px);
364
- font-size: $font-size;
365
- line-height: 1.125;
366
- }
367
-
368
- .mat-mdc-button-touch-target {
369
- width: 24px;
370
- }
371
- }
372
-
373
-
374
356
  // Specific behavior for chips
375
357
  &.mat-mdc-form-field-type-mat-chip-grid {
376
358
  --mat-cell-padding-top: 7px;
@@ -409,6 +391,22 @@
409
391
 
410
392
  } // .mat-mdc-form-field
411
393
 
394
+ // Specific icon button styles
395
+ .mat-mdc-icon-button {
396
+ width: 24px;
397
+ height: 24px;
398
+ padding: 2px 0 0 0;
399
+
400
+ ion-icon, .mat-icon {
401
+ $font-size: calculateRem(18px);
402
+ font-size: $font-size;
403
+ line-height: 1.125;
404
+ }
405
+
406
+ .mat-mdc-button-touch-target {
407
+ width: 24px;
408
+ }
409
+ }
412
410
 
413
411
  .mat-boolean-field-radio.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-infix,
414
412
  .mat-boolean-field-radio .mat-mdc-form-field-infix {