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