new-front-common-library 16.1.0-REF-2 → 16.1.0-REF-3

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.
@@ -53,6 +53,10 @@
53
53
  color: $gray-background-lightest;
54
54
  }
55
55
 
56
+ .mat-mdc-paginator-icon {
57
+ fill: #F3F6F9;
58
+ }
59
+
56
60
  //END PAGINATOR
57
61
 
58
62
  // FORM FIELD
@@ -43,6 +43,10 @@
43
43
  color: $black-bluish;
44
44
  }
45
45
 
46
+ .mat-mdc-paginator-icon {
47
+ fill: #445D7B;
48
+ }
49
+
46
50
  // END PAGINATOR
47
51
 
48
52
  // FORM FIELD
@@ -3,12 +3,6 @@
3
3
  min-height: unset;
4
4
  }
5
5
 
6
- .mat-mdc-menu-panel .mat-mdc-menu-item .mat-icon {
7
- font-size: 14px;
8
- height: 14px;
9
- width: 14px;
10
- }
11
-
12
6
  .mat-mdc-menu-panel .mat-mdc-menu-item .mat-mdc-menu-item-text {
13
7
  font-size: 14px;
14
8
  }
@@ -17,6 +11,12 @@
17
11
  max-width: 100%;
18
12
  }
19
13
 
14
+ .action-menu .material-icons-outlined {
15
+ font-size: 14px;
16
+ height: 14px;
17
+ width: 14px;
18
+ }
19
+
20
20
  .btn-table-action .mat-icon {
21
21
  color: $blue-primary;
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "new-front-common-library",
3
- "version": "16.1.0-REF-2",
3
+ "version": "16.1.0-REF-3",
4
4
  "Dependencies": {
5
5
  "@angular/common": "^16.2.12",
6
6
  "@angular/core": "^16.2.12",