@djb25/digit-ui-css 1.0.0

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 (161) hide show
  1. package/README.md +80 -0
  2. package/dist/index.css +17535 -0
  3. package/dist/index.min.css +1 -0
  4. package/img/browser-icon.png +0 -0
  5. package/img/m_seva_white_logo.png +0 -0
  6. package/img/mseva-demo.png +0 -0
  7. package/package.json +70 -0
  8. package/src/components/CardBasedOptions.scss +46 -0
  9. package/src/components/CitizenHomeCard.scss +56 -0
  10. package/src/components/EllipsisMenu.scss +17 -0
  11. package/src/components/EventCalendarView.scss +10 -0
  12. package/src/components/FAQ.scss +64 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +29 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +56 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/TimeLine.scss +68 -0
  21. package/src/components/WhatsNewCard.scss +13 -0
  22. package/src/components/actionLink.scss +3 -0
  23. package/src/components/actionbar.scss +97 -0
  24. package/src/components/bannercomponents.scss +136 -0
  25. package/src/components/body.scss +144 -0
  26. package/src/components/buttons.scss +106 -0
  27. package/src/components/card.scss +468 -0
  28. package/src/components/cardHeaderWithOptions.scss +14 -0
  29. package/src/components/changeLanguage.scss +3 -0
  30. package/src/components/charts.scss +186 -0
  31. package/src/components/checkbox.scss +53 -0
  32. package/src/components/checkpoint.scss +63 -0
  33. package/src/components/citizenInfoLabel.scss +14 -0
  34. package/src/components/custombtn.scss +11 -0
  35. package/src/components/datatable.scss +134 -0
  36. package/src/components/datewrap.scss +21 -0
  37. package/src/components/detailscard.scss +6 -0
  38. package/src/components/detailscontainer.scss +13 -0
  39. package/src/components/filters.scss +98 -0
  40. package/src/components/financeUi.scss +875 -0
  41. package/src/components/grey.scss +3 -0
  42. package/src/components/hoc/InboxComposer.scss +115 -0
  43. package/src/components/hoc/index.scss +1 -0
  44. package/src/components/howItWorks.scss +71 -0
  45. package/src/components/imageviewer.scss +33 -0
  46. package/src/components/inboxv2/InboxLinks.scss +59 -0
  47. package/src/components/inboxv2/horizontalNav.scss +224 -0
  48. package/src/components/inboxv2/inboxSearch.scss +116 -0
  49. package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
  50. package/src/components/inboxv2/index.scss +5 -0
  51. package/src/components/inboxv2/searchComponentTable.scss +44 -0
  52. package/src/components/info-banner.scss +35 -0
  53. package/src/components/inputotp.scss +15 -0
  54. package/src/components/keynote.scss +27 -0
  55. package/src/components/landingpage.scss +3860 -0
  56. package/src/components/languageSelector.scss +23 -0
  57. package/src/components/loader.scss +96 -0
  58. package/src/components/map.scss +30 -0
  59. package/src/components/menu.scss +0 -0
  60. package/src/components/metricsTable.scss +28 -0
  61. package/src/components/multiLink.scss +88 -0
  62. package/src/components/multiSelectDropdown.scss +77 -0
  63. package/src/components/navbar.scss +312 -0
  64. package/src/components/plusMinus.scss +15 -0
  65. package/src/components/popup.scss +16 -0
  66. package/src/components/radiobtn.scss +45 -0
  67. package/src/components/ratingstar.scss +33 -0
  68. package/src/components/roundedLabel.scss +10 -0
  69. package/src/components/searchAction.scss +20 -0
  70. package/src/components/sectionalDropdown.scss +43 -0
  71. package/src/components/selectdropdown.scss +174 -0
  72. package/src/components/sidebar.scss +141 -0
  73. package/src/components/staticDynamicMessages.scss +107 -0
  74. package/src/components/staticSideBar.scss +27 -0
  75. package/src/components/statushighlight.scss +17 -0
  76. package/src/components/submiterrors.scss +11 -0
  77. package/src/components/summary.scss +29 -0
  78. package/src/components/table.scss +230 -0
  79. package/src/components/tag.scss +27 -0
  80. package/src/components/telephone.scss +17 -0
  81. package/src/components/textfields.scss +96 -0
  82. package/src/components/toast.scss +31 -0
  83. package/src/components/toggleSwitch.scss +41 -0
  84. package/src/components/topbar.scss +151 -0
  85. package/src/components/uploadcomponents.scss +100 -0
  86. package/src/digitv2/components/ErrorMessage.scss +6 -0
  87. package/src/digitv2/components/FormComposerV2.scss +120 -0
  88. package/src/digitv2/components/actionLinkV2.scss +7 -0
  89. package/src/digitv2/components/actionbarV2.scss +110 -0
  90. package/src/digitv2/components/appContainerV2.scss +55 -0
  91. package/src/digitv2/components/backButtonV2.scss +26 -0
  92. package/src/digitv2/components/bannerV2.scss +120 -0
  93. package/src/digitv2/components/bodyContainerV2.scss +39 -0
  94. package/src/digitv2/components/breadCrumbV2.scss +31 -0
  95. package/src/digitv2/components/breakLineV2.scss +6 -0
  96. package/src/digitv2/components/buttonsV2.scss +40 -0
  97. package/src/digitv2/components/cardV2.scss +385 -0
  98. package/src/digitv2/components/checkboxV2.scss +61 -0
  99. package/src/digitv2/components/checkpointV2.scss +71 -0
  100. package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
  101. package/src/digitv2/components/dateWrapV2.scss +12 -0
  102. package/src/digitv2/components/displayPhotosV2.scss +33 -0
  103. package/src/digitv2/components/headerV2.scss +6 -0
  104. package/src/digitv2/components/infoBannerV2.scss +37 -0
  105. package/src/digitv2/components/keynoteV2.scss +35 -0
  106. package/src/digitv2/components/loaderV2.scss +81 -0
  107. package/src/digitv2/components/mobileNumberV2.scss +33 -0
  108. package/src/digitv2/components/multiSelectDropdownV2.scss +92 -0
  109. package/src/digitv2/components/noresultsfoundV2.scss +11 -0
  110. package/src/digitv2/components/otpInputV2.scss +15 -0
  111. package/src/digitv2/components/popUpV2.scss +16 -0
  112. package/src/digitv2/components/radiobtnV2.scss +51 -0
  113. package/src/digitv2/components/ratingV2.scss +33 -0
  114. package/src/digitv2/components/selectdropdownV2.scss +170 -0
  115. package/src/digitv2/components/tagV2.scss +28 -0
  116. package/src/digitv2/components/telephoneV2.scss +18 -0
  117. package/src/digitv2/components/textInputV2.scss +123 -0
  118. package/src/digitv2/components/textareaV2.scss +11 -0
  119. package/src/digitv2/components/uploadFileV2.scss +146 -0
  120. package/src/digitv2/index.scss +168 -0
  121. package/src/digitv2/pages/employee/index.scss +1 -0
  122. package/src/digitv2/pages/employee/workbench.scss +1042 -0
  123. package/src/digitv2/typography.scss +241 -0
  124. package/src/index.scss +804 -0
  125. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  126. package/src/pages/citizen/DocumentList.scss +305 -0
  127. package/src/pages/citizen/Events.scss +47 -0
  128. package/src/pages/citizen/HomePageWrapper.scss +158 -0
  129. package/src/pages/citizen/SurveyList.scss +22 -0
  130. package/src/pages/citizen/citizenDocument.scss +22 -0
  131. package/src/pages/citizen/container.scss +19 -0
  132. package/src/pages/citizen/payment/payment-type.scss +3 -0
  133. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  134. package/src/pages/employee/EmployeeLogin.scss +7 -0
  135. package/src/pages/employee/cardfix.scss +13 -0
  136. package/src/pages/employee/container.scss +72 -0
  137. package/src/pages/employee/dss.scss +266 -0
  138. package/src/pages/employee/form-fields.scss +13 -0
  139. package/src/pages/employee/iframe.scss +66 -0
  140. package/src/pages/employee/inbox.scss +634 -0
  141. package/src/pages/employee/index.scss +621 -0
  142. package/src/pages/employee/login.scss +302 -0
  143. package/src/pages/employee/oldMobileInbox.scss +5 -0
  144. package/src/pages/employee/popupmodule.scss +34 -0
  145. package/src/pages/employee/response.scss +3 -0
  146. package/src/pages/employee/scroll-table.scss +119 -0
  147. package/src/pages/employee/surveys.scss +273 -0
  148. package/src/pages/employee/tooltip.scss +36 -0
  149. package/src/pages/employee/updateNumber.scss +13 -0
  150. package/svg/arrowdown.svg +1 -0
  151. package/svg/arrowleft.svg +1 -0
  152. package/svg/calendar.svg +1 -0
  153. package/svg/camera.svg +4 -0
  154. package/svg/check.svg +4 -0
  155. package/svg/close.svg +4 -0
  156. package/svg/error.svg +4 -0
  157. package/svg/error2.svg +5 -0
  158. package/svg/searchicon.svg +4 -0
  159. package/svg/starempty.svg +4 -0
  160. package/svg/starfilled.svg +5 -0
  161. package/svg/success.svg +4 -0
@@ -0,0 +1,621 @@
1
+ @import "./login.scss";
2
+
3
+ /* TODO: convert using tailwind */
4
+ .employee {
5
+ .breadcrumb {
6
+ @apply ml-sm mb-lg;
7
+ }
8
+
9
+ .ground-container {
10
+ margin-bottom: 56px;
11
+ margin-left: 0;
12
+ margin-right: 0;
13
+ /* @apply flex flex-col; */
14
+ }
15
+
16
+ .card-home {
17
+ font-size: 16px;
18
+ /* padding: 0 0 16px 0; */
19
+ /* width: 23%; */
20
+ border-radius: 10px;
21
+ display: inline-block;
22
+ margin: 8px auto;
23
+ cursor: pointer;
24
+ overflow: hidden;
25
+ transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
26
+ }
27
+
28
+ .card-home:hover {
29
+ box-shadow: 0px 6px 0 0px #764ba2;
30
+ }
31
+
32
+ .topbar {
33
+ position: fixed;
34
+ top: 0;
35
+ width: 100%;
36
+ padding: 10px 24px;
37
+ background: white;
38
+ box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
39
+ z-index: 9999;
40
+
41
+ img {
42
+ display: inline;
43
+
44
+ &.city {
45
+ margin-right: 8px;
46
+ height: 60px;
47
+ margin-left: 53px;
48
+ }
49
+
50
+ &.state {
51
+ height: 20px;
52
+ max-height: 20px;
53
+ width: auto;
54
+ }
55
+ }
56
+
57
+ .ulb {
58
+ font-weight: bold;
59
+ }
60
+
61
+ .right {
62
+ float: right;
63
+ margin-top: 12px;
64
+ margin-right: 53px;
65
+
66
+ .user-img-txt {
67
+ background: theme(colors.primary.main);
68
+ padding: 10px 15px;
69
+ border-radius: 50%;
70
+ color: white;
71
+ font-weight: 700;
72
+ }
73
+ }
74
+ }
75
+
76
+ .main {
77
+ padding-top: 88px;
78
+ }
79
+
80
+ .loginContainer {
81
+ padding-top: 88px;
82
+ }
83
+
84
+ .react-time-picker {
85
+ width: 100%;
86
+ }
87
+
88
+ .react-time-picker__wrapper {
89
+ border: 1px solid theme(colors.inputBorder);
90
+ }
91
+
92
+ .react-time-picker__clock {
93
+ display: none;
94
+ }
95
+
96
+ .react-time-picker__inputGroup__leadingZero {
97
+ padding-right: 8px;
98
+ display: inline !important;
99
+ }
100
+
101
+ .react-time-picker__inputGroup__input {
102
+ padding: 0;
103
+ min-width: none;
104
+ outline: none !important;
105
+ border: none !important;
106
+ }
107
+
108
+ .react-time-picker__wrapper {
109
+ padding-left: 8px;
110
+ }
111
+ }
112
+
113
+ .citizen {
114
+ .main {
115
+ padding-top: 82px;
116
+ min-height: calc(100vh - 90px);
117
+ }
118
+ }
119
+
120
+ .citizen,
121
+ .employee {
122
+ .sidebar {
123
+ position: fixed;
124
+ left: 0;
125
+ background: #0B4B66;
126
+ height: 100%;
127
+ color: theme(colors.white);
128
+ margin-top: 83px;
129
+ z-index: 10000;
130
+ transition: 0.3s ease all;
131
+ white-space: nowrap;
132
+ height: calc(100vh - 36px);
133
+ padding-bottom: 5rem;
134
+
135
+ .actions {
136
+ cursor: pointer;
137
+ display: flex;
138
+ align-items: center;
139
+
140
+ .tooltip {
141
+ margin-left: 16px;
142
+ }
143
+
144
+ margin-bottom: 0px;
145
+ }
146
+
147
+ svg {
148
+ width: 24px;
149
+ height: 24px;
150
+ fill: theme(colors.white);
151
+ }
152
+
153
+ a {
154
+ display: flex;
155
+ }
156
+
157
+ .sidebar-link {
158
+ display: flex;
159
+ color: theme(colors.white);
160
+ justify-content: space-between;
161
+ align-items: center;
162
+ padding: 20px;
163
+ font-size: 14px;
164
+
165
+ &.level-0 {
166
+ margin: 0 0.3rem 0 0.3rem;
167
+
168
+ &.select-level {
169
+ border-top: 1px solid;
170
+ border-bottom: 1px solid;
171
+ }
172
+ }
173
+
174
+ &.active {
175
+ color: theme(colors.primary.main) !important;
176
+
177
+ border-right: none;
178
+
179
+ svg {
180
+ fill: theme(colors.primary.main) !important;
181
+ }
182
+ }
183
+
184
+ .employee-search-input {
185
+ border: none;
186
+ outline: none;
187
+ background-color: rgba(0, 0, 0, 0);
188
+ margin-left: 13px;
189
+ }
190
+
191
+ .custom-link {
192
+ .tooltip {
193
+ margin-left: 16px;
194
+
195
+ span {
196
+ margin-left: unset !important;
197
+ left: unset !important;
198
+ }
199
+ }
200
+ }
201
+
202
+ svg {
203
+ fill: theme(colors.white) !important;
204
+ width: 21px;
205
+ height: 21px;
206
+ }
207
+
208
+ &:hover {
209
+
210
+ background-color: #0B4B66;
211
+
212
+ cursor: pointer;
213
+
214
+ }
215
+
216
+ .search-icon-wrapper {
217
+ border: 2px solid theme(colors.white);
218
+ border-radius: 4px;
219
+ padding: 5px;
220
+
221
+ svg {
222
+ fill: theme(colors.white) !important;
223
+ width: 21px;
224
+ height: 21px;
225
+
226
+ path {
227
+ fill: theme(colors.white) !important;
228
+ }
229
+ }
230
+ }
231
+ }
232
+
233
+ .dropdown-link {
234
+ height: 40px;
235
+ display: flex;
236
+ margin-left: 40px;
237
+ align-items: center;
238
+ text-decoration: none;
239
+ color: theme(colors.white);
240
+ font-size: 14px;
241
+
242
+ .actions {
243
+ .tooltiptext {
244
+ left: unset;
245
+ right: 1%;
246
+ }
247
+ }
248
+
249
+ svg {
250
+ width: 20px;
251
+ height: 20px;
252
+ fill: theme(colors.white);
253
+ }
254
+
255
+ &:hover {
256
+ background-color: #6A8E9D;
257
+ opacity: 0.8;
258
+ cursor: pointer;
259
+
260
+ svg {
261
+ fill: #fe7a51 !important;
262
+ }
263
+ }
264
+
265
+
266
+ &.active {
267
+ border-left: 4px solid theme(colors.primary.main);
268
+
269
+ &.level-0 {}
270
+
271
+ &.level-1 {
272
+ border-left: 8.5px solid theme(colors.primary.main);
273
+ }
274
+
275
+ &.level-2 {
276
+ border-left: 4px solid theme(colors.primary.main);
277
+ }
278
+
279
+ &.level-3 {}
280
+
281
+ color: theme(colors.primary.main) !important;
282
+ border-right: none;
283
+
284
+ svg {
285
+ fill: theme(colors.primary.main) !important;
286
+ }
287
+ }
288
+ }
289
+
290
+ span {
291
+ margin-left: 16px;
292
+ text-overflow: ellipsis;
293
+ overflow: hidden;
294
+ white-space: nowrap;
295
+ }
296
+ }
297
+
298
+ .wrapperStyles {
299
+ margin-top: -5px;
300
+ padding-left: 20px;
301
+ padding-top: 10px;
302
+
303
+ .containerStyles {
304
+ border: 1px solid theme(colors.text.secondary);
305
+ padding: 16px;
306
+ margin-bottom: 20px;
307
+ }
308
+
309
+ &.leftBorder {
310
+ border-left: 2px solid rgba(0, 0, 0, 0.12);
311
+ }
312
+ }
313
+
314
+ .rowContainerStyles {
315
+ @apply flex flex-col;
316
+ }
317
+
318
+ .tableContainerStyles {
319
+ border: 1px solid theme(colors.text.secondary);
320
+ padding: 16px;
321
+ margin-bottom: 20px;
322
+ }
323
+
324
+ .historyTables {
325
+ display: grid;
326
+ grid-template-rows: 100px 100px;
327
+ grid-template-columns: repeat(5, minmax(100px, 1fr));
328
+ }
329
+
330
+ .historyContent {
331
+ margin: 0 10px;
332
+ position: relative;
333
+ padding-bottom: 5px;
334
+ }
335
+
336
+ .historyCheckpoint {
337
+ background-color: #fe7a51;
338
+ border-radius: 100%;
339
+ width: 18px;
340
+ height: 18px;
341
+ display: inline-block;
342
+ position: relative;
343
+ left: -9px;
344
+ top: 4px;
345
+
346
+ &.zIndex {
347
+ z-index: 10;
348
+ }
349
+ }
350
+
351
+ .historyTableDateLabel {
352
+ color: rgba(0, 0, 0, 0.87);
353
+ font-size: 16px;
354
+ font-weight: 700;
355
+ line-height: 17px;
356
+ text-align: left;
357
+ display: inline-block;
358
+ padding-top: 5px;
359
+ }
360
+
361
+ .bottomMargin {
362
+ margin-bottom: 0px;
363
+ }
364
+
365
+ .historyTableDate {
366
+ color: rgba(0, 0, 0, 0.87);
367
+ font-size: 19px;
368
+ font-weight: 400;
369
+ line-height: 17px;
370
+ text-align: left;
371
+ display: inline-block;
372
+ padding-top: 10px;
373
+ }
374
+
375
+ .historyHorizontalBar {
376
+ background-color: rgba(0, 0, 0, 0.12);
377
+ width: auto;
378
+ height: 2px;
379
+ margin-left: 16px;
380
+ }
381
+
382
+ .smallText {
383
+ font-weight: 500;
384
+ font-size: 14px;
385
+ }
386
+ }
387
+
388
+ .citizen {
389
+ .sidebar {
390
+ margin-top: 54px;
391
+ min-width: 200px;
392
+
393
+ .actions {
394
+ display: flex;
395
+ align-items: center;
396
+ gap: 10px;
397
+ }
398
+ }
399
+ }
400
+
401
+ .link {
402
+ @apply text-primary-main cursor-pointer;
403
+
404
+ :hover {
405
+ @apply text-primary-dark;
406
+ }
407
+ }
408
+
409
+ .RightMostTopBarOptions {
410
+ @apply flex;
411
+
412
+ .EventNotificationWrapper {
413
+ @apply relative cursor-pointer ml-md;
414
+
415
+ span {
416
+ top: -10px;
417
+ right: -10px;
418
+ @apply absolute bg-error h-5 w-5 rounded-full text-center;
419
+
420
+ p {
421
+ line-height: 20px;
422
+ }
423
+ }
424
+ }
425
+
426
+ .select-wrap {
427
+ margin-bottom: unset;
428
+
429
+ svg {
430
+ fill: theme(colors.white);
431
+ }
432
+ }
433
+ }
434
+
435
+ @media (min-width: 640px) {
436
+ .employee {
437
+ .ground-container {
438
+ /* @apply block; */
439
+ margin-left: 72px;
440
+ margin-right: 72px;
441
+ }
442
+
443
+ .breadcrumb {
444
+ @apply mb-lg;
445
+ margin-left: 0;
446
+ }
447
+
448
+ .card-home {
449
+ /* width: 23%; */
450
+ margin-right: 10px;
451
+ margin-bottom: 10px;
452
+ }
453
+
454
+ .card-home-hrms {
455
+ width: 405px;
456
+ padding: 0px;
457
+ margin-right: 16px;
458
+ margin-bottom: 16px;
459
+ }
460
+
461
+ .main {
462
+ display: flex;
463
+ flex-direction: column;
464
+ padding-top: 80px;
465
+ /* margin-left: 72px; */
466
+ /* width: calc(100%-83px); */
467
+ }
468
+
469
+ .citizen-home-container {
470
+ display: flex;
471
+ flex-direction: unset !important;
472
+ width: unset !important;
473
+ margin-left: unset !important;
474
+ padding-top: 58px;
475
+ }
476
+ }
477
+
478
+ .citizen {
479
+ .main {
480
+ width: 100%;
481
+ padding-top: 58px;
482
+ height: 100%;
483
+ display: flex;
484
+ justify-content: center;
485
+ }
486
+
487
+ .center-container {}
488
+ }
489
+ }
490
+
491
+ .fullWidth {
492
+ width: 100%;
493
+ }
494
+
495
+ .multi-select-container {
496
+ .disposal-text {
497
+ @apply font-bold;
498
+ }
499
+
500
+ .disposal-info {
501
+ @apply my-md ml-sm;
502
+ }
503
+
504
+ .disposal-action-bar {
505
+ @apply flex justify-between items-center;
506
+ }
507
+ }
508
+
509
+ @screen dt {
510
+ .d-grid {
511
+ display: grid;
512
+ grid-template-columns: 250px 250px 250px 250px;
513
+ column-gap: 10px;
514
+ row-gap: 2px;
515
+ margin-left: -12px;
516
+ }
517
+ }
518
+
519
+ .m-auto {
520
+ margin: auto !important;
521
+ }
522
+
523
+ .mb-50 {
524
+ margin-bottom: 50px;
525
+ }
526
+
527
+ .mb-25 {
528
+ margin-bottom: 25px;
529
+ }
530
+
531
+ .back-wrapper {
532
+ display: flex;
533
+ justify-content: space-between;
534
+
535
+ .top-back-btn {
536
+ margin-bottom: 0px;
537
+ color: theme(colors.white);
538
+ margin-right: 1em;
539
+
540
+ & svg {
541
+ fill: theme(colors.white);
542
+ }
543
+ }
544
+
545
+ .hambuger-back-wrapper {
546
+ display: flex;
547
+
548
+ @media (min-width: 780px) {
549
+ .hamburger-span {
550
+ display: none;
551
+ }
552
+ }
553
+ }
554
+ }
555
+
556
+ @screen dt {
557
+ .back-wrapper {
558
+ margin-right: 2rem;
559
+ margin-left: 2rem;
560
+ }
561
+ }
562
+
563
+ .user-profile {
564
+ @media (min-width: 780px) {
565
+ width: calc(100% - 219px);
566
+ margin-left: 16px;
567
+ margin-right: 16px;
568
+ }
569
+ }
570
+
571
+ .link {
572
+ a {
573
+ color: inherit;
574
+ text-decoration: inherit
575
+ }
576
+ }
577
+
578
+ .breadcrumb {
579
+ a {
580
+ color: inherit;
581
+ text-decoration: inherit
582
+ }
583
+ }
584
+
585
+ .sidebar-link.active {
586
+ .custom-link {
587
+ text-decoration: none;
588
+
589
+ div {
590
+ span {
591
+ color: theme(colors.primary.main) !important;
592
+ text-decoration: none;
593
+ }
594
+ }
595
+ }
596
+ }
597
+
598
+ .bread-crumb {
599
+ a {
600
+ color: inherit;
601
+ text-decoration: inherit
602
+ }
603
+ }
604
+
605
+ .sidebar-link {
606
+ .custom-link {
607
+ text-decoration: none;
608
+
609
+ div {
610
+ span {
611
+ color: theme(colors.white);
612
+ text-decoration: none;
613
+ }
614
+ }
615
+ }
616
+ }
617
+
618
+ /* TODO fix required NABEEL/ANIL for home screen card */
619
+ .customEmployeeCard {
620
+ @apply m-sm !important;
621
+ }