halleyx-ui-framework 3.0.4 → 3.0.7

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.
@@ -291,6 +291,25 @@ padding: 0px;
291
291
  cursor: pointer;
292
292
  background: var(--hlx-color-primary-light);
293
293
  }
294
+ .abc, .a123{
295
+ font-size: 12px;
296
+ margin-right: 12px;
297
+ font-weight: 200;
298
+ }
299
+ .a123 {
300
+ margin-right: 12px;
301
+ font-size: 11px;
302
+ font-weight: 200;
303
+ }
304
+ .icon-calendar-regular {
305
+ margin-right: 12px;
306
+ font-size: 20px;
307
+ }
308
+ .abcarray {
309
+ font-size: 15px;
310
+ margin-left: 3px;
311
+ margin-right: 16px;
312
+ }
294
313
  }
295
314
  .list-item {
296
315
  display: flex;
@@ -300,8 +319,8 @@ padding: 0px;
300
319
  flex-direction: row;
301
320
  }
302
321
  .list-item-icon {
303
- font-size: 22px;
304
- margin-right: 5px;
322
+ font-size: 20px;
323
+ margin-right: 12px;
305
324
  }
306
325
  }
307
326
 
@@ -1,5 +1,6 @@
1
1
  .parent {
2
2
  display: none;
3
+ font-size: 15px !important;
3
4
  }
4
5
  .parent:first-child {
5
6
  display: block;
@@ -85,7 +86,7 @@
85
86
  font-size: 1.5rem;
86
87
  margin-left: 4px;
87
88
  }
88
- .icon-check-square-filled {
89
+ .icon-check-square-regular {
89
90
  color: #54bd95;
90
91
  font-size: 1.5rem;
91
92
  }