@gravitee/ui-particles-angular 9.0.2-renovate-all-devdependencies-minor-patch-428306a → 9.0.2-ui-fix-from-am-d9f93f5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "9.0.2-renovate-all-devdependencies-minor-patch-428306a",
3
+ "version": "9.0.2-ui-fix-from-am-d9f93f5",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",
@@ -90,8 +90,11 @@
90
90
  min-width: 36px;
91
91
 
92
92
  .mat-icon {
93
+ width: 22px;
94
+ height: 22px;
93
95
  margin-right: -6px;
94
96
  margin-left: -6px;
97
+ font-size: 22px;
95
98
  }
96
99
  }
97
100
  }
@@ -22,7 +22,7 @@
22
22
  }
23
23
 
24
24
  // Mat card MDC
25
- .mat-mdc-card:not(.mat-mdc-card .mat-mdc-card, [class*='mat-mdc-elevation-z'], [class*='mat-elevation-z']) {
25
+ .mat-mdc-card:not(.mat-mdc-card .mat-mdc-card, [class*='mat-mdc-elevation-z'], [class*='mat-elevation-z'], [appearance='outlined']) {
26
26
  @include mat.elevation(3);
27
27
  }
28
28
  }