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

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.
@@ -114,7 +114,6 @@ body, html {
114
114
  }
115
115
 
116
116
  .action-button {
117
- font-weight: bold !important;
118
117
  font-size: 14px;
119
118
  line-height: 32px;
120
119
  width: auto;
@@ -125,6 +124,7 @@ body, html {
125
124
  }
126
125
 
127
126
  .action-button, .save-button, .cancel-button, .btn {
127
+ font-weight: 500 !important;
128
128
  box-shadow: 0 2px 2px rgba(68, 93, 123, 0.16), inset 0 3px 6px rgba(255, 255, 255, 0.08), inset 0px -3px 6px rgba(68, 93, 123, 0.08);
129
129
  border-radius: 6px;
130
130
  }
@@ -147,7 +147,6 @@ body, html {
147
147
 
148
148
  .btn {
149
149
  height: 24px !important;
150
- font-weight: bold !important;
151
150
  }
152
151
 
153
152
  // END BUTTON
@@ -180,6 +179,11 @@ body, html {
180
179
  display: flex;
181
180
  flex-direction: column;
182
181
  }
182
+
183
+ .mat-mdc-header-cell mat-label {
184
+ font-weight: 700;
185
+ letter-spacing: 0.375px;
186
+ }
183
187
  // END FORM GROUP
184
188
 
185
189
  // NG-SELECT
@@ -188,12 +192,13 @@ body, html {
188
192
  }
189
193
 
190
194
  .ng-select {
191
- padding-bottom: 0.9em;
195
+ margin-bottom: 0.9em;
192
196
  }
193
197
 
194
198
  .mat-mdc-cell .ng-select {
195
199
  padding-bottom: 2px;
196
200
  padding-top: 2px;
201
+ margin-bottom: 0;
197
202
  }
198
203
 
199
204
  .ng-select .ng-select-container {
@@ -17,7 +17,7 @@ $light-primary: mat.define-palette($light-unity-palette);
17
17
  $light-accent: mat.define-palette($light-unity-palette);
18
18
  $light-typography: mat.define-typography-config(
19
19
  $font-family: '"Roboto","Source Sans Pro",Poppins',
20
- $button: mat.define-typography-level(14px, 14px, 500, $letter-spacing: normal)
20
+ $button: mat.define-typography-level(14px, 14px, 500, $letter-spacing: 0.25px)
21
21
  );
22
22
  $light-theme: mat.define-light-theme((
23
23
  color: (
@@ -54,7 +54,7 @@
54
54
  }
55
55
 
56
56
  .mat-mdc-paginator-icon {
57
- fill: #F3F6F9;
57
+ fill: $gray-background-lightest;
58
58
  }
59
59
 
60
60
  //END PAGINATOR
@@ -83,7 +83,7 @@
83
83
  }
84
84
 
85
85
  .mat-mdc-header-cell mat-label {
86
- color: $gray-background-lightest !important;
86
+ color: $gray-strong !important;
87
87
  }
88
88
 
89
89
 
@@ -205,15 +205,6 @@
205
205
  }
206
206
  //END RADIO BUTTON
207
207
 
208
- //BADGE
209
-
210
- .mat-badge-content {
211
- color: white;
212
- background: $red-primary !important;
213
- }
214
-
215
- //END BADGE
216
-
217
208
 
218
209
  //.mat-mdc-card {
219
210
  // padding: 5px !important;
@@ -44,7 +44,7 @@
44
44
  }
45
45
 
46
46
  .mat-mdc-paginator-icon {
47
- fill: #445D7B;
47
+ fill: $black-bluish;
48
48
  }
49
49
 
50
50
  // END PAGINATOR
@@ -82,6 +82,10 @@
82
82
  background: $gray-background-lightest;
83
83
  }
84
84
 
85
+ .mat-mdc-header-cell mat-label {
86
+ color: $black-bluish !important;
87
+ }
88
+
85
89
  .mat-sort-header-arrow {
86
90
  color: $black-bluish;
87
91
  }
@@ -203,15 +207,6 @@
203
207
  }
204
208
  //END RADIO BUTTON
205
209
 
206
- //BADGE
207
-
208
- .mat-badge-content {
209
- color: white;
210
- background: $red-primary !important;
211
- }
212
-
213
- //END BADGE
214
-
215
210
 
216
211
 
217
212
  //.mat-mdc-card {
@@ -11,7 +11,8 @@
11
11
  max-width: 100%;
12
12
  }
13
13
 
14
- .action-menu .material-icons-outlined {
14
+
15
+ .action-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mat-icon {
15
16
  font-size: 14px;
16
17
  height: 14px;
17
18
  width: 14px;