@pmidc/upyog-css 0.0.1

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.
Files changed (122) hide show
  1. package/example/employee.html +16 -0
  2. package/example/garbage.webp +0 -0
  3. package/example/index.css +10476 -0
  4. package/example/index.html +374 -0
  5. package/example/map.js +72 -0
  6. package/example/package.json +24 -0
  7. package/gulpfile.js +55 -0
  8. package/img/browser-icon.png +0 -0
  9. package/img/m_seva_white_logo.png +0 -0
  10. package/img/mseva-demo.png +0 -0
  11. package/package.json +53 -0
  12. package/postcss.config.js +55 -0
  13. package/src/components/CardBasedOptions.scss +110 -0
  14. package/src/components/CitizenHomeCard.scss +58 -0
  15. package/src/components/EllipsisMenu.scss +17 -0
  16. package/src/components/EventCalendarView.scss +10 -0
  17. package/src/components/FAQ.scss +64 -0
  18. package/src/components/OnGroundEventCard.scss +72 -0
  19. package/src/components/PageBasedInput.scss +31 -0
  20. package/src/components/PopupHeadingLabel.scss +15 -0
  21. package/src/components/PropertySearchForm.scss +58 -0
  22. package/src/components/SearchForm.scss +56 -0
  23. package/src/components/SearchOnRadioButton.scss +10 -0
  24. package/src/components/StandaloneSearchBar.scss +10 -0
  25. package/src/components/TimeLine.scss +68 -0
  26. package/src/components/WhatsNewCard.scss +13 -0
  27. package/src/components/actionLink.scss +3 -0
  28. package/src/components/actionbar.scss +97 -0
  29. package/src/components/bannercomponents.scss +137 -0
  30. package/src/components/body.scss +147 -0
  31. package/src/components/buttons.scss +50 -0
  32. package/src/components/card.scss +411 -0
  33. package/src/components/cardHeaderWithOptions.scss +14 -0
  34. package/src/components/changeLanguage.scss +3 -0
  35. package/src/components/charts.scss +186 -0
  36. package/src/components/checkbox.scss +83 -0
  37. package/src/components/checkpoint.scss +65 -0
  38. package/src/components/citizenInfoLabel.scss +14 -0
  39. package/src/components/custombtn.scss +16 -0
  40. package/src/components/datatable.scss +76 -0
  41. package/src/components/datewrap.scss +21 -0
  42. package/src/components/detailscard.scss +6 -0
  43. package/src/components/detailscontainer.scss +13 -0
  44. package/src/components/filters.scss +98 -0
  45. package/src/components/grey.scss +3 -0
  46. package/src/components/hoc/InboxComposer.scss +115 -0
  47. package/src/components/hoc/index.scss +1 -0
  48. package/src/components/howItWorks.scss +71 -0
  49. package/src/components/imageviewer.scss +33 -0
  50. package/src/components/info-banner.scss +35 -0
  51. package/src/components/inputotp.scss +15 -0
  52. package/src/components/keynote.scss +27 -0
  53. package/src/components/languageSelector.scss +24 -0
  54. package/src/components/loader.scss +96 -0
  55. package/src/components/map.scss +30 -0
  56. package/src/components/menu.scss +0 -0
  57. package/src/components/metricsTable.scss +27 -0
  58. package/src/components/multiLink.scss +88 -0
  59. package/src/components/multiSelectDropdown.scss +73 -0
  60. package/src/components/navbar.scss +308 -0
  61. package/src/components/plusMinus.scss +15 -0
  62. package/src/components/popup.scss +16 -0
  63. package/src/components/radiobtn.scss +45 -0
  64. package/src/components/ratingstar.scss +33 -0
  65. package/src/components/roundedLabel.scss +10 -0
  66. package/src/components/searchAction.scss +20 -0
  67. package/src/components/sectionalDropdown.scss +43 -0
  68. package/src/components/selectdropdown.scss +201 -0
  69. package/src/components/staticDynamicMessages.scss +107 -0
  70. package/src/components/staticSideBar.scss +27 -0
  71. package/src/components/statushighlight.scss +17 -0
  72. package/src/components/submiterrors.scss +11 -0
  73. package/src/components/summary.scss +29 -0
  74. package/src/components/table.scss +178 -0
  75. package/src/components/tag.scss +27 -0
  76. package/src/components/telephone.scss +17 -0
  77. package/src/components/textfields.scss +111 -0
  78. package/src/components/toast.scss +31 -0
  79. package/src/components/toggleSwitch.scss +41 -0
  80. package/src/components/topbar.scss +148 -0
  81. package/src/components/uploadcomponents.scss +113 -0
  82. package/src/index.scss +780 -0
  83. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  84. package/src/pages/citizen/DocumentList.scss +305 -0
  85. package/src/pages/citizen/Events.scss +47 -0
  86. package/src/pages/citizen/HomePageWrapper.scss +163 -0
  87. package/src/pages/citizen/SurveyList.scss +22 -0
  88. package/src/pages/citizen/citizenDocument.scss +22 -0
  89. package/src/pages/citizen/container.scss +19 -0
  90. package/src/pages/citizen/payment/payment-type.scss +3 -0
  91. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  92. package/src/pages/employee/EmployeeLogin.scss +7 -0
  93. package/src/pages/employee/cardfix.scss +14 -0
  94. package/src/pages/employee/container.scss +73 -0
  95. package/src/pages/employee/dss.scss +249 -0
  96. package/src/pages/employee/faq.scss +353 -0
  97. package/src/pages/employee/form-fields.scss +13 -0
  98. package/src/pages/employee/iframe.scss +66 -0
  99. package/src/pages/employee/inbox.scss +707 -0
  100. package/src/pages/employee/index.scss +632 -0
  101. package/src/pages/employee/landing.scss +177 -0
  102. package/src/pages/employee/login.scss +570 -0
  103. package/src/pages/employee/oldMobileInbox.scss +5 -0
  104. package/src/pages/employee/popupmodule.scss +47 -0
  105. package/src/pages/employee/response.scss +3 -0
  106. package/src/pages/employee/scroll-table.scss +114 -0
  107. package/src/pages/employee/surveys.scss +272 -0
  108. package/src/pages/employee/tooltip.scss +36 -0
  109. package/src/pages/employee/updateNumber.scss +13 -0
  110. package/svg/arrowdown.svg +1 -0
  111. package/svg/arrowleft.svg +1 -0
  112. package/svg/calendar.svg +1 -0
  113. package/svg/camera.svg +4 -0
  114. package/svg/check.svg +4 -0
  115. package/svg/close.svg +4 -0
  116. package/svg/error.svg +4 -0
  117. package/svg/error2.svg +5 -0
  118. package/svg/searchicon.svg +4 -0
  119. package/svg/starempty.svg +4 -0
  120. package/svg/starfilled.svg +5 -0
  121. package/svg/success.svg +4 -0
  122. package/tailwind.config.js +105 -0
@@ -0,0 +1,707 @@
1
+ .complaint-links-container {
2
+ @apply bg-white;
3
+ border-radius: 4px;
4
+ .header {
5
+ @apply flex items-center border-b border-border justify-between;
6
+
7
+ .logo {
8
+ width: 56px;
9
+ height: 56px;
10
+ @apply bg-focus;
11
+ padding: 12px;
12
+ border-radius: 4px;
13
+ svg {
14
+ @apply w-8 h-8;
15
+ }
16
+ }
17
+
18
+ .text {
19
+ @apply pl-md text-heading-m font-bold;
20
+ }
21
+ }
22
+
23
+ .body {
24
+ padding: 10px;
25
+ @apply flex items-start flex-col;
26
+ margin-left: 46px;
27
+
28
+ .link {
29
+ @apply p-sm text-primary-main items-center;
30
+ display: flex !important;
31
+ color: #a82227 !important;
32
+ }
33
+
34
+ .inbox-total {
35
+ padding: 4px;
36
+ display: table;
37
+ @apply whitespace-normal text-center text-white w-8 h-8 bg-primary-main rounded-full ml-xs;
38
+ background-color: #a82227 !important;
39
+ }
40
+ }
41
+
42
+ .links-wrapper {
43
+ @apply pl-md py-sm text-text-btn;
44
+ .link {
45
+ padding: 0 !important;
46
+ padding-bottom: 4px !important;
47
+ color: #a82227 !important;
48
+ svg {
49
+ @apply ml-sm;
50
+ }
51
+ }
52
+ }
53
+ }
54
+
55
+ .MobilePopupHeadingWrapper {
56
+ @apply flex place-content-between mb-md;
57
+ h2 {
58
+ @apply text-heading-l font-bold;
59
+ }
60
+ }
61
+
62
+ .filter-button {
63
+ @apply text-primary-main;
64
+ &:hover {
65
+ @apply text-primary-dark cursor-pointer;
66
+ }
67
+ }
68
+
69
+ .employeeCard-info-box {
70
+ @apply flex justify-end ml-md;
71
+ background-color: #fafafa;
72
+ div {
73
+ margin-right: 32px;
74
+ span:nth-child(2) {
75
+ @apply font-bold;
76
+ color: #4f5a5f;
77
+ }
78
+ }
79
+ .employeeCard-info-data {
80
+ display: flex;
81
+ flex-direction: column;
82
+ }
83
+ }
84
+
85
+ .filter-form {
86
+ .filter-card {
87
+ @apply bg-white min-h-full;
88
+ padding: 10px;
89
+
90
+ .heading {
91
+ justify-content: unset;
92
+ @apply flex;
93
+
94
+ .clearAll {
95
+ display: none;
96
+ }
97
+ }
98
+
99
+ .filter-label {
100
+ @apply font-bold text-heading-l flex gap-3;
101
+ padding-bottom: 6px;
102
+ svg {
103
+ fill: #0b0c0c;
104
+ }
105
+ }
106
+ .sub-filter-label {
107
+ font-weight: 400;
108
+ font-size: 16px;
109
+ }
110
+ }
111
+ .filter-form-field {
112
+ p {
113
+ @apply text-form-field text-text-primary block mb-md;
114
+ }
115
+ }
116
+ }
117
+
118
+ .inbox-container {
119
+ .filters-container {
120
+ .filter {
121
+ .filter-card {
122
+ @apply bg-white;
123
+ padding: 10px;
124
+ .filter-card-close-button {
125
+ @apply flex flex-row-reverse;
126
+ }
127
+ .heading {
128
+ @apply flex justify-between;
129
+
130
+ .clearAll {
131
+ display: none;
132
+ }
133
+ }
134
+
135
+ .filter-label {
136
+ @apply text-heading-m block flex gap-3 items-center;
137
+ padding-bottom: 6px;
138
+ svg {
139
+ fill: #0b0c0c;
140
+ }
141
+ }
142
+
143
+ .sub-filter-label {
144
+ font-weight: 400;
145
+ font-size: 16px;
146
+ }
147
+ }
148
+ }
149
+
150
+ .search-complaint-container {
151
+ @apply items-center bg-white p-md;
152
+
153
+ .complaint-input-container {
154
+ @apply w-full;
155
+ .complaint-input {
156
+ @apply flex flex-col;
157
+
158
+ .clear-search {
159
+ @apply text-focus;
160
+ display: none;
161
+ &:hover {
162
+ color: #003078;
163
+ cursor: pointer;
164
+ }
165
+ }
166
+ }
167
+
168
+ .mobile-input {
169
+ }
170
+ }
171
+ }
172
+ }
173
+
174
+ .status-container {
175
+ margin-bottom: 50px;
176
+ }
177
+ }
178
+
179
+ .clear-search,
180
+ .clear-search .link-label {
181
+ @apply text-focus;
182
+ @apply block;
183
+ cursor: pointer;
184
+ &:hover {
185
+ color: #000;
186
+ }
187
+ }
188
+ .button-clear {
189
+ @apply text-focus text-body-s-dt;
190
+ }
191
+
192
+ .inbox-count {
193
+ @apply inline ml-sm p-sm bg-primary-main rounded-full text-white text-heading-s align-middle text-center font-regular;
194
+ }
195
+
196
+ @screen dt {
197
+ .complaint-links-container {
198
+ @apply bg-white;
199
+
200
+ .header {
201
+ @apply flex items-center border-b border-border;
202
+
203
+ .logo {
204
+ @apply bg-focus;
205
+ padding: 12px;
206
+ border-radius: 4px;
207
+ }
208
+
209
+ .text {
210
+ @apply pl-md text-heading-m-dt font-bold;
211
+ }
212
+ }
213
+
214
+ .body {
215
+ padding: 10px;
216
+ @apply flex items-start flex-col;
217
+ margin-left: 46px;
218
+
219
+ .link {
220
+ color:#a82227 !important;
221
+ @apply p-sm text-primary-main;
222
+ }
223
+ }
224
+ }
225
+
226
+ .inboxLinks {
227
+ margin: 0 !important;
228
+ padding: 0 !important;
229
+ .header {
230
+ border: none;
231
+ @apply justify-start;
232
+ .logo {
233
+ @apply bg-white;
234
+ svg {
235
+ path {
236
+ fill: #a82227;
237
+ }
238
+ }
239
+ }
240
+ }
241
+ .body {
242
+ margin-left: 0;
243
+ }
244
+ }
245
+
246
+ .filter-form {
247
+ .filter-card {
248
+ @apply p-md bg-white;
249
+
250
+ .heading {
251
+ @apply flex justify-between;
252
+ }
253
+
254
+ .label {
255
+ @apply text-heading-s;
256
+ }
257
+ }
258
+ }
259
+
260
+ .inbox-container {
261
+ @apply flex;
262
+
263
+ .filters-container {
264
+ width: 270px;
265
+
266
+ .filter {
267
+ @apply mt-md;
268
+
269
+ .filter-card {
270
+ @apply p-md bg-white;
271
+
272
+ .heading {
273
+ @apply flex justify-between;
274
+ }
275
+
276
+ .label {
277
+ @apply text-heading-s;
278
+ }
279
+ }
280
+ }
281
+ .citizen-filter {
282
+ margin-top: unset;
283
+ }
284
+ }
285
+
286
+ .search-container {
287
+ width: 874px;
288
+
289
+ .search-complaint-container {
290
+ margin: auto;
291
+ @apply flex flex-col items-start mb-md bg-white p-md;
292
+
293
+ .complaint-header {
294
+ display: flex;
295
+ @apply flex justify-between w-full;
296
+ margin-bottom: 20px;
297
+ }
298
+
299
+ .complaint-input-container {
300
+ /* display: inline-block !important; */
301
+ display: grid !important;
302
+ grid-template-columns: 33.33% 33.33% 33.33%;
303
+
304
+ &.for-pt {
305
+ &.for-search {
306
+ grid-template-columns: 25% 25% 25% 25%;
307
+
308
+ .input-fields:nth-child(3n) {
309
+ @apply mr-md !important;
310
+ }
311
+
312
+ .input-fields:nth-child(4n) {
313
+ margin-right: 0 !important;
314
+ }
315
+
316
+ .search-submit-wrapper {
317
+ grid-column: 4/5;
318
+ /* margin-top: 56px;*/
319
+ max-width: unset;
320
+ margin-left: unset;
321
+ }
322
+ }
323
+ }
324
+
325
+ .search-submit-wrapper {
326
+ grid-column: 3/4;
327
+ margin-left: 50%;
328
+ max-width: 50%;
329
+ grid-column: 3/4;
330
+ @apply flex flex-col justify-center text-center;
331
+
332
+ .submit-bar-search {
333
+ margin-top: unset;
334
+ width: 100%;
335
+ margin-bottom: 20px;
336
+ margin-left: unset;
337
+ max-width: 100%;
338
+ width: 100%;
339
+ }
340
+ }
341
+
342
+ .input-fields {
343
+ /*width: calc(50% - 16px);*/
344
+
345
+ @apply inline-block mr-md !important;
346
+
347
+ .inbox-search-form-error {
348
+ padding-top: 0;
349
+ margin-top: 0;
350
+ @apply absolute;
351
+ }
352
+ }
353
+
354
+ .input-fields:nth-child(3n) {
355
+ margin-right: 0 !important;
356
+ }
357
+
358
+ .complaint-input {
359
+ @apply flex flex-col;
360
+
361
+ .clear-search {
362
+ @apply text-focus;
363
+ @apply block;
364
+ cursor: pointer;
365
+ &:hover {
366
+ color: #003078;
367
+ cursor: pointer;
368
+ }
369
+ }
370
+ }
371
+
372
+ .mobile-input {
373
+ @apply ml-sm;
374
+ }
375
+ }
376
+
377
+ .search-action-wrapper {
378
+ width: 33%;
379
+ margin-top: 28px;
380
+ @apply inline-block align-middle text-center;
381
+ button {
382
+ margin: 0;
383
+ width: 100%;
384
+ max-width: 300px !important;
385
+ }
386
+ }
387
+ }
388
+
389
+ .search-complaint-container-for-search {
390
+ }
391
+ }
392
+ }
393
+ }
394
+
395
+ .document-clear-all {
396
+ grid-area: 2/2;
397
+ display: flex;
398
+ justify-content: flex-end;
399
+ padding-right: 16px;
400
+ align-items: center;
401
+ }
402
+
403
+ .cell-text {
404
+ color: #505a5f;
405
+ }
406
+
407
+ .sla-cell-error {
408
+ color: #d4351c;
409
+ background-color: rgba(212, 53, 28, 0.12);
410
+ padding: 0 24px;
411
+ border-radius: 11px;
412
+ }
413
+
414
+ .sla-cell-success {
415
+ color: #00703c;
416
+ background-color: rgba(0, 112, 60, 0.12);
417
+ padding: 0 24px;
418
+ border-radius: 11px;
419
+ }
420
+
421
+ .complain-no-cell-text {
422
+ margin-top: "4px";
423
+ color: "#505A5F";
424
+ }
425
+
426
+ .search-error-label {
427
+ @apply font-bold text-legend text-error mb-sm !important;
428
+ }
429
+
430
+ .inbox-action-container {
431
+ display: flex;
432
+ justify-content: flex-end;
433
+ align-items: flex-start;
434
+ }
435
+ .complaint-links-container .header .removeHeight {
436
+ line-height: 28px;
437
+ }
438
+
439
+ @screen dt {
440
+ .complaint-links-container .header .removeBorderRadiusLogo {
441
+ border-radius: 2px !important;
442
+ background-color: #a82227
443
+ }
444
+ }
445
+ @screen dt {
446
+ .customEmployeeCard {
447
+ width: 320px !important;
448
+ height: 220px !important;
449
+ padding: 0px !important;
450
+ }
451
+ }
452
+ .employeeTotalLink{
453
+ color: #a82227;
454
+
455
+ font-size: 12px;
456
+ }
457
+
458
+ @screen dt {
459
+ .groupBill-custom {
460
+ .custom-group-merge-container {
461
+ display: flex !important;
462
+ justify-content: space-between !important;
463
+ .header {
464
+ display: flex;
465
+ align-items: baseline;
466
+ .logo {
467
+ margin-right: 1rem;
468
+ svg {
469
+ path {
470
+ fill: #a82227;
471
+ }
472
+ }
473
+ }
474
+ .h1 {
475
+ font-size: 24px;
476
+ line-height: 28px;
477
+ font-weight: 400;
478
+ color: #a82227;
479
+ }
480
+ }
481
+ }
482
+ .inbox-container {
483
+ .search-container {
484
+ .search-complaint-container {
485
+ display: flex;
486
+ flex-direction: row;
487
+ }
488
+ .group-complaint-input-container {
489
+ width: 33% !important;
490
+ display: flex;
491
+ flex-direction: column;
492
+ }
493
+ }
494
+ }
495
+ .inbox-action-container {
496
+ display: flex;
497
+ flex-direction: row-reverse;
498
+ .clear-search {
499
+ margin-top: 65px;
500
+ margin-left: 16px;
501
+ padding-top: unset !important;
502
+ }
503
+ .submit-bar-search {
504
+ margin-top: 55px !important;
505
+ }
506
+ }
507
+ }
508
+ }
509
+
510
+ @screen dt {
511
+ .groupBill-custom {
512
+ .custom-group-merge-container {
513
+ display: flex !important;
514
+ justify-content: space-between !important;
515
+ .header {
516
+ display: flex;
517
+ align-items: baseline;
518
+ .logo {
519
+ margin-right: 1rem;
520
+ svg {
521
+ path {
522
+ fill: #a82227;
523
+ }
524
+ }
525
+ }
526
+ .h1 {
527
+ font-size: 24px;
528
+ line-height: 28px;
529
+ font-weight: 400;
530
+ color: #a82227;
531
+ }
532
+ }
533
+ }
534
+ .inbox-container {
535
+ .search-container {
536
+ .search-complaint-container {
537
+ display: flex;
538
+ flex-direction: row;
539
+ }
540
+ .group-complaint-input-container {
541
+ width: 33% !important;
542
+ display: flex;
543
+ flex-direction: column;
544
+ }
545
+ }
546
+ }
547
+ .inbox-action-container {
548
+ display: flex;
549
+ flex-direction: row-reverse;
550
+ .clear-search {
551
+ margin-top: 65px;
552
+ margin-left: 16px;
553
+ padding-top: unset !important;
554
+ }
555
+ .submit-bar-search {
556
+ margin-top: 55px !important;
557
+ }
558
+ }
559
+ }
560
+ }
561
+
562
+ .inboxLinksFSM {
563
+ margin: 0 !important;
564
+ }
565
+ .complaint-links-container .body .link{
566
+ color: #a82227 !important;
567
+ }
568
+
569
+ .employee .customEmployeeCard:nth-child(odd){
570
+ .employeeCustomCard{
571
+ background-color: white;
572
+ background-size: cover
573
+ }
574
+ }
575
+ .employee .customEmployeeCard:nth-child(even){
576
+ .employeeCustomCard{
577
+ background-color: white;
578
+ background-size: cover
579
+ }
580
+ }
581
+ .employee .employeeCustomCard {
582
+ border-radius: 4%;
583
+ .employeeCustomCard {
584
+ border-radius: 4%;
585
+ }
586
+ }
587
+ .employee-card-banner{
588
+ background-color: white;
589
+ width: 88%;
590
+ margin: 0 auto;
591
+ bottom: 0px;
592
+ position: absolute;
593
+ margin-bottom: -10%;
594
+ left: 6%;
595
+ box-shadow: 1px 5px 6px 0px #e3e4e3;
596
+ border-radius: 10px;
597
+ }
598
+ .text-employee-card{
599
+ font-size: 1.5rem;
600
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
601
+ position: absolute;
602
+ top:10%;
603
+ padding-left: 10%;
604
+ color: black !important;
605
+ width: 300px;
606
+ }
607
+
608
+ .plumber-details-new-value-wrapper {
609
+ flex: 2 1 auto;
610
+ }
611
+
612
+ .connection-details-new-value-wrapper {
613
+ flex: 1 1 auto;
614
+ }
615
+
616
+ .connection-details-old-value-wrapper,
617
+ .plumber-details-old-value-wrapper {
618
+ flex: 1 1 auto;
619
+
620
+ .old-value-null-wrapper {
621
+ visibility: hidden;
622
+ padding-bottom: 8px;
623
+ margin-bottom: 8px;
624
+ }
625
+ .row {
626
+ color: #b1b4b6;
627
+ font-weight: 700;
628
+ font-size: 16px;
629
+ }
630
+ }
631
+
632
+ .search-tabs-container {
633
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
634
+ margin-bottom: 35px;
635
+ display: flex;
636
+ justify-content: space-between;
637
+
638
+ .search-tab-head {
639
+ padding: 10px 35px;
640
+ }
641
+
642
+ .search-tab-head-selected {
643
+ padding: 10px 35px;
644
+ color: rgb(244, 119, 56);
645
+ border-bottom: 4px solid rgb(244, 119, 56);
646
+ font-weight: bold;
647
+ }
648
+
649
+ .search-tab-head-selected:focus {
650
+ outline: 0;
651
+ }
652
+ }
653
+
654
+ .card-with-background {
655
+ background: rgb(250, 250, 250);
656
+ border: 1px solid rgb(214, 213, 212);
657
+
658
+ .card-head {
659
+ display: flex;
660
+ justify-content: space-between;
661
+ margin-bottom: 30px;
662
+ }
663
+
664
+ h2 {
665
+ font-size: 16px;
666
+ font-weight: 700;
667
+ }
668
+ }
669
+
670
+ .registryTable {
671
+ tHead {
672
+ tr {
673
+ th {
674
+ text-align: left;
675
+ }
676
+ }
677
+ }
678
+ tBody {
679
+ tr {
680
+ td {
681
+ text-align: left;
682
+ }
683
+ }
684
+ }
685
+ }
686
+
687
+ .dashboardCardTypeOne {
688
+ border-top:5px solid #2947A3;
689
+ box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
690
+ background: #FFFFFF;
691
+ height: 188px;
692
+ padding: 16px 20px;
693
+ gap: 24px;
694
+ border-radius: 8px 0px 0px 0px;
695
+ border-top: 5px solid hsl(225, 60%, 40%);
696
+ opacity: 1;
697
+ }
698
+
699
+
700
+ .dashboardCardTypeOneHeader {
701
+ color: #14346D;
702
+ font-family: Roboto;
703
+ font-size: 20px;
704
+ font-weight: 500;
705
+ line-height: 24px;
706
+ text-align: left;
707
+ }