@pmidc/upyog-css 1.2.36-dev.1.21 → 1.2.36-dev.1.25

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 (141) hide show
  1. package/dist/index.css +23654 -14870
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +537 -537
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +969 -969
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/challanGeneration.scss +349 -0
  28. package/src/components/changeLanguage.scss +3 -3
  29. package/src/components/charts.scss +185 -185
  30. package/src/components/chb.scss +226 -0
  31. package/src/components/checkbox.scss +83 -83
  32. package/src/components/checkpoint.scss +65 -65
  33. package/src/components/citizenInfoLabel.scss +14 -14
  34. package/src/components/custombtn.scss +15 -15
  35. package/src/components/datatable.scss +119 -119
  36. package/src/components/datewrap.scss +21 -21
  37. package/src/components/detailscard.scss +6 -6
  38. package/src/components/detailscontainer.scss +13 -13
  39. package/src/components/documentSection.scss +134 -134
  40. package/src/components/filters.scss +379 -379
  41. package/src/components/garbageCollection.scss +535 -0
  42. package/src/components/grey.scss +3 -3
  43. package/src/components/hoc/InboxComposer.scss +111 -111
  44. package/src/components/howItWorks.scss +71 -71
  45. package/src/components/imageviewer.scss +33 -33
  46. package/src/components/info-banner.scss +35 -35
  47. package/src/components/inputotp.scss +15 -15
  48. package/src/components/keynote.scss +29 -29
  49. package/src/components/languageSelector.scss +24 -24
  50. package/src/components/loader.scss +96 -96
  51. package/src/components/map.scss +36 -36
  52. package/src/components/metricsTable.scss +26 -26
  53. package/src/components/multiLink.scss +117 -117
  54. package/src/components/multiSelectDropdown.scss +88 -88
  55. package/src/components/navbar.scss +377 -377
  56. package/src/components/ndc.scss +233 -0
  57. package/src/components/newFooter.scss +82 -82
  58. package/src/components/newInbox.scss +382 -382
  59. package/src/components/plusMinus.scss +15 -15
  60. package/src/components/popup.scss +26 -26
  61. package/src/components/ptr.scss +301 -0
  62. package/src/components/radiobtn.scss +46 -46
  63. package/src/components/ratingstar.scss +33 -33
  64. package/src/components/roundedLabel.scss +10 -10
  65. package/src/components/searchAction.scss +27 -27
  66. package/src/components/sectionalDropdown.scss +43 -43
  67. package/src/components/selectdropdown.scss +302 -302
  68. package/src/components/staticDynamicMessages.scss +110 -110
  69. package/src/components/staticSideBar.scss +27 -27
  70. package/src/components/statushighlight.scss +17 -17
  71. package/src/components/submiterrors.scss +11 -11
  72. package/src/components/summary.scss +28 -28
  73. package/src/components/table.scss +895 -895
  74. package/src/components/tag.scss +27 -27
  75. package/src/components/telephone.scss +17 -17
  76. package/src/components/textfields.scss +146 -146
  77. package/src/components/toast.scss +31 -31
  78. package/src/components/toggleSwitch.scss +40 -40
  79. package/src/components/topbar.scss +217 -217
  80. package/src/components/uploadcomponents.scss +116 -116
  81. package/src/index.scss +2429 -2423
  82. package/src/modules/BPA/index.scss +5241 -399
  83. package/src/modules/TL/index.scss +796 -796
  84. package/src/modules/adv/index.scss +1657 -643
  85. package/src/modules/hrms/index.scss +1327 -1327
  86. package/src/modules/noc/index.scss +1210 -0
  87. package/src/modules/rentAndLease/index.scss +541 -238
  88. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  89. package/src/pages/citizen/CitizenLogin.scss +50 -50
  90. package/src/pages/citizen/DocumentList.scss +470 -470
  91. package/src/pages/citizen/Events.scss +46 -46
  92. package/src/pages/citizen/HomePageWrapper.scss +220 -220
  93. package/src/pages/citizen/InboxCard.scss +378 -378
  94. package/src/pages/citizen/SurveyList.scss +24 -24
  95. package/src/pages/citizen/citizenDocument.scss +25 -25
  96. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  97. package/src/pages/citizen/container.scss +32 -32
  98. package/src/pages/citizen/loaderMessage.scss +341 -341
  99. package/src/pages/citizen/payment/payment-type.scss +2 -2
  100. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  101. package/src/pages/common/form.scss +25 -25
  102. package/src/pages/common/newApplicationTimeline.scss +341 -341
  103. package/src/pages/common/pgrUICssfix.scss +128 -128
  104. package/src/pages/common/requiredField.scss +2 -2
  105. package/src/pages/common/sanctionFeeTable.scss +91 -91
  106. package/src/pages/common/searchIcon.scss +21 -21
  107. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  108. package/src/pages/common/stepForm.scss +40 -40
  109. package/src/pages/employee/EmployeeLogin.scss +6 -6
  110. package/src/pages/employee/cardfix.scss +13 -13
  111. package/src/pages/employee/container.scss +73 -73
  112. package/src/pages/employee/dashboard.scss +204 -204
  113. package/src/pages/employee/disconnection.scss +425 -425
  114. package/src/pages/employee/dss.scss +251 -251
  115. package/src/pages/employee/faq.scss +353 -353
  116. package/src/pages/employee/footer.scss +68 -68
  117. package/src/pages/employee/form-fields.scss +26 -26
  118. package/src/pages/employee/header.scss +262 -262
  119. package/src/pages/employee/iframe.scss +65 -65
  120. package/src/pages/employee/inbox.scss +1110 -1110
  121. package/src/pages/employee/index.scss +733 -733
  122. package/src/pages/employee/landing.scss +1802 -1802
  123. package/src/pages/employee/login.scss +252 -252
  124. package/src/pages/employee/oldMobileInbox.scss +4 -4
  125. package/src/pages/employee/popupmodule.scss +47 -47
  126. package/src/pages/employee/response.scss +2 -2
  127. package/src/pages/employee/scroll-table.scss +113 -113
  128. package/src/pages/employee/surveys.scss +469 -469
  129. package/src/pages/employee/tooltip.scss +35 -35
  130. package/src/pages/employee/updateNumber.scss +12 -12
  131. package/src/pages/swach/index.scss +231 -231
  132. package/src/pages/ws/index.scss +118 -118
  133. package/svg/camera.svg +4 -4
  134. package/svg/check.svg +3 -3
  135. package/svg/close.svg +4 -4
  136. package/svg/error.svg +3 -3
  137. package/svg/error2.svg +5 -5
  138. package/svg/searchicon.svg +3 -3
  139. package/svg/starempty.svg +3 -3
  140. package/svg/starfilled.svg +4 -4
  141. package/svg/success.svg +3 -3
@@ -1,734 +1,734 @@
1
- @import "./login.scss";
2
- /* TODO: convert using tailwind */
3
- .employee {
4
- .breadcrumb {
5
- @apply ml-sm mb-lg;
6
- }
7
- .ground-container {
8
- margin-bottom: 56px;
9
- margin-left: 0px;
10
- margin-top: 5rem !important;
11
- @apply flex flex-col;
12
- }
13
- .card-home {
14
- font-size: 16px;
15
- padding: 0 0 16px 0;
16
- width: 92vw;
17
- display: inline-block;
18
- margin: 8px auto;
19
- }
20
- .home-action-cards {
21
- height: auto !important;
22
- min-height: 263px;
23
- }
24
- .topbar {
25
- position: fixed;
26
- top: 0;
27
- width: 100%;
28
- padding: 16px 24px;
29
- background: #ffffff;
30
- box-shadow: 0 1px 4px #b1b4b6;
31
- z-index: 9999;
32
-
33
- img {
34
- display: inline;
35
-
36
- &.city {
37
- margin-right: 8px;
38
- height: 48px;
39
- width: 48px;
40
- }
41
-
42
- &.state {
43
- height: 20px;
44
- max-height: 20px;
45
- width: auto;
46
- }
47
- }
48
-
49
- .ulb {
50
- font-weight: bold;
51
- }
52
-
53
- .right {
54
- float: right;
55
- margin-top: 12px;
56
-
57
- .user-img-txt {
58
- background: #a82227;
59
- padding: 10px 15px;
60
- border-radius: 50%;
61
- color: white;
62
- font-weight: 700;
63
- }
64
- }
65
- }
66
-
67
- .main {
68
- padding: 10px;
69
-
70
- }
71
-
72
- @media (min-width: 640px) {
73
- .main {
74
- padding-top: 26px !important;
75
- margin-top: 0 !important;
76
- padding: 0 !important;
77
- }
78
- }
79
-
80
- .submit-bar header {
81
- height: 2rem !important;
82
- line-height: 2rem !important;
83
- background-color: #003C71;
84
- }
85
-
86
- .loginContainer {
87
- padding-top: 88px;
88
- position: relative;
89
- }
90
-
91
- .loginnn {
92
- position: relative;
93
- max-width: 100%;
94
- width: 100%;
95
- min-width: 100%;
96
- }
97
- .loginnn .img {
98
- position: absolute;
99
- background-size: cover;
100
- width: 100%;
101
- max-width: 100%;
102
- max-height: 100%;
103
- }
104
- .logoNiua {
105
- display: flex;
106
- width: 100%;
107
- position: absolute;
108
- }
109
- .logoNiua .img {
110
- width: 15%;
111
- height: 15%;
112
- }
113
- .upyogLogo {
114
- width: 100% !important;
115
- }
116
- .login-logo-wrapper {
117
- min-width: 100%;
118
- height: 100%;
119
- position: absolute;
120
- display: flex;
121
- flex-direction: row;
122
- }
123
- .loginConference {
124
- position: relative;
125
- height: 100%;
126
- width: 100%;
127
- font-weight: 700;
128
- }
129
- .login-banner-wrapper {
130
- position: relative;
131
- color: white;
132
- float: right;
133
- z-index: 999;
134
- height: 100%;
135
- padding-top: 35vh;
136
- margin-right: 2%;
137
- text-align: right;
138
- font-family: none;
139
- }
140
-
141
- .react-time-picker {
142
- width: 100%;
143
- }
144
-
145
- .react-time-picker__wrapper {
146
- border: 1px solid #464646;
147
- }
148
-
149
- .react-time-picker__clock {
150
- display: none;
151
- }
152
-
153
- .react-time-picker__inputGroup__leadingZero {
154
- padding-right: 8px;
155
- display: inline !important;
156
- }
157
-
158
- .react-time-picker__inputGroup__input {
159
- padding: 0;
160
- min-width: none;
161
- outline: none !important;
162
- border: none !important;
163
- }
164
-
165
- .react-time-picker__wrapper {
166
- padding-left: 8px;
167
- }
168
- }
169
- #login-conference-table {
170
- position: absolute;
171
- z-index: 1;
172
- width: 36vw;
173
- height: 62vh;
174
- margin-top: 20vh;
175
- margin-left: 2vw;
176
- }
177
- .banner-slogan {
178
- padding-top: 10%;
179
- }
180
- .psuedo-banner span {
181
- color: #fdd049;
182
- }
183
- .login-banner-wrapper .psuedo-banner {
184
- font-size: 2.2rem;
185
- }
186
- .login-banner-wrapper .banner-slogan {
187
- font-size: 1.5rem;
188
- }
189
- .citizen {
190
- .main {
191
- padding-top: 56px;
192
- min-height: calc(100vh - 48px);
193
- display: flex !important;
194
- justify-content: center;
195
- }
196
- }
197
- .citizen,
198
- .employee {
199
- .sidebar {
200
- position: fixed;
201
- left: 0;
202
- height: calc(100vh - 36px);
203
- color: #1f2937;
204
- z-index: 999;
205
- transition: 0.25s ease all;
206
- white-space: nowrap;
207
- padding-bottom: 5rem;
208
- background: #ffffff;
209
- border-right: 1px solid rgba(15, 23, 42, 0.06);
210
- box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
211
- border-radius: 0 12px 12px 0;
212
- backdrop-filter: blur(6px);
213
- margin-top: 5rem;
214
-
215
- .actions {
216
- cursor: pointer;
217
- display: flex;
218
- align-items: center;
219
- gap: 10px;
220
- .tooltip {
221
- margin-left: 4px;
222
- }
223
- }
224
-
225
- svg {
226
- width: 24px;
227
- height: 24px;
228
- fill: #626A6E;
229
- transition: fill 0.18s ease;
230
- margin-right: 0;
231
- margin-left: 0;
232
- }
233
-
234
- a {
235
- display: flex;
236
- align-items: center;
237
- text-decoration: none;
238
- }
239
-
240
- .sidebar-link {
241
- display: flex;
242
- color: #374151;
243
- justify-content: space-between;
244
- align-items: center;
245
- padding: 12px 18px;
246
- font-size: 14px;
247
- border-left: 3px solid transparent;
248
- border-radius: 8px;
249
- margin: 4px 8px;
250
- transition: all 0.18s ease;
251
-
252
- &.active {
253
- color: #003C71 !important;
254
- background: #EEF4FF;
255
- border-left-color: #003C71;
256
- svg {
257
- fill: #003C71 !important;
258
- }
259
- .nav-icon-box {
260
- background-color: #003C71;
261
- svg {
262
- fill: #ffffff !important;
263
- }
264
- }
265
- }
266
-
267
- &:hover {
268
- color: #003C71 !important;
269
- background-color: rgba(0, 60, 113, 0.06);
270
- border-left-color: rgba(0, 60, 113, 0.18);
271
- cursor: pointer;
272
- svg {
273
- fill: #003C71 !important;
274
- }
275
- .nav-icon-box {
276
- background-color: rgba(0, 60, 113, 0.12);
277
- }
278
- }
279
-
280
- .employee-search-input {
281
- border: none;
282
- outline: none;
283
- background-color: transparent;
284
- margin-left: 13px;
285
- }
286
-
287
- .custom-link {
288
- .tooltip {
289
- margin-left: 8px;
290
- span {
291
- margin-left: unset !important;
292
- left: unset !important;
293
- }
294
- }
295
- }
296
-
297
- .search-icon-wrapper {
298
- svg {
299
- fill: #6b7280 !important;
300
- width: 20px;
301
- height: 20px;
302
- path {
303
- fill: #6b7280 !important;
304
- }
305
- }
306
- }
307
-
308
- span {
309
- margin-left: 0;
310
- text-overflow: ellipsis;
311
- overflow: hidden;
312
- white-space: nowrap;
313
- max-width: calc(100% - 56px);
314
- font-size: 13px;
315
- font-weight: 500;
316
- }
317
- }
318
-
319
- .dropdown-link {
320
- height: 40px;
321
- display: flex;
322
- margin-left: 40px;
323
- align-items: center;
324
- text-decoration: none;
325
- color: #374151;
326
- font-size: 13px;
327
- border-left: 2px solid transparent;
328
- transition: all 0.18s ease;
329
- .actions {
330
- .tooltiptext {
331
- left: unset;
332
- right: 1%;
333
- }
334
- }
335
- svg {
336
- width: 16px;
337
- height: 16px;
338
- fill: #626A6E;
339
- }
340
- &:hover {
341
- background: rgba(0, 60, 113, 0.05);
342
- color: #003C71;
343
- border-left-color: rgba(0, 60, 113, 0.25);
344
- }
345
- &.active {
346
- color: #003C71;
347
- font-weight: 600;
348
- border-left-color: #003C71;
349
- background: rgba(0, 60, 113, 0.04);
350
- }
351
- }
352
-
353
- .nav-icon-box {
354
- display: inline-flex;
355
- align-items: center;
356
- justify-content: center;
357
- width: 32px;
358
- height: 32px;
359
- min-width: 32px;
360
- border-radius: 8px;
361
- background-color: #F0F4F9;
362
- transition: background-color 0.18s ease;
363
- svg {
364
- width: 17px !important;
365
- height: 17px !important;
366
- margin: 0 !important;
367
- fill: #626A6E;
368
- }
369
- }
370
- }
371
-
372
- .wrapperStyles {
373
- margin-top: -5px;
374
- padding-left: 20px;
375
- padding-top: 10px;
376
-
377
- .containerStyles {
378
- border: 1px solid #505a5f;
379
- padding: 16px;
380
- margin-bottom: 20px;
381
- }
382
-
383
- &.leftBorder {
384
- border-left: 2px solid rgba(0, 0, 0, 0.12);
385
- }
386
- }
387
-
388
- .rowContainerStyles {
389
- @apply flex flex-col;
390
- }
391
-
392
- .tableContainerStyles {
393
- border: 1px solid #505a5f;
394
- padding: 16px;
395
- margin-bottom: 20px;
396
- }
397
-
398
- .historyTables {
399
- display: grid;
400
- grid-template-rows: 100px 100px;
401
- grid-template-columns: repeat(5, minmax(100px, 1fr));
402
- }
403
-
404
- .historyContent {
405
- margin: 0 10px;
406
- position: relative;
407
- padding-bottom: 5px;
408
- }
409
-
410
- .historyCheckpoint {
411
- background-color: #fe7a51;
412
- border-radius: 100%;
413
- width: 18px;
414
- height: 18px;
415
- display: inline-block;
416
- position: relative;
417
- left: -9px;
418
- top: 4px;
419
-
420
- &.zIndex {
421
- z-index: 10;
422
- }
423
- }
424
-
425
- .historyTableDateLabel {
426
- color: rgba(0, 0, 0, 0.87);
427
- font-size: 16px;
428
- font-weight: 700;
429
- line-height: 17px;
430
- text-align: left;
431
- display: inline-block;
432
- padding-top: 5px;
433
- }
434
-
435
- .bottomMargin {
436
- margin-bottom: 0px;
437
- }
438
-
439
- .historyTableDate {
440
- color: rgba(0, 0, 0, 0.87);
441
- font-size: 19px;
442
- font-weight: 400;
443
- line-height: 17px;
444
- text-align: left;
445
- display: inline-block;
446
- padding-top: 10px;
447
- }
448
-
449
- .historyHorizontalBar {
450
- background-color: rgba(0, 0, 0, 0.12);
451
- width: auto;
452
- height: 2px;
453
- margin-left: 16px;
454
- }
455
-
456
- .smallText {
457
- font-weight: 500;
458
- font-size: 14px;
459
- }
460
- }
461
-
462
- .citizen {
463
- .sidebar {
464
- margin-top: 54px;
465
- min-width: 200px;
466
- .actions {
467
- display: flex;
468
- align-items: center;
469
- gap: 10px;
470
- }
471
- }
472
- }
473
-
474
- .link {
475
- @apply text-primary-main cursor-pointer;
476
-
477
- :hover {
478
- @apply text-primary-dark;
479
- }
480
- }
481
-
482
- .RightMostTopBarOptions {
483
- @apply flex ;
484
- display: flex;
485
- .EventNotificationWrapper {
486
- @apply relative cursor-pointer;
487
- span {
488
- top: -10px;
489
- right: -10px;
490
- @apply absolute bg-error h-5 w-5 rounded-full text-center;
491
- p {
492
- line-height: 20px;
493
- }
494
- }
495
- }
496
- .select-wrap {
497
- margin-bottom: unset;
498
- svg {
499
- fill: #a82227;
500
- }
501
- .form-field, .field{
502
- width: 100%;
503
- }
504
- }
505
- }
506
-
507
- .fullWidth {
508
- width: 100%;
509
- }
510
-
511
- .multi-select-container {
512
- .disposal-text {
513
- @apply font-bold;
514
- }
515
-
516
- .disposal-info {
517
- @apply my-md ml-sm;
518
- }
519
-
520
- .disposal-action-bar {
521
- @apply flex justify-between items-center;
522
- }
523
- }
524
-
525
- @screen dt {
526
- .d-grid {
527
- display: flex-root;
528
- grid-template-columns: 250px 250px 250px 250px;
529
- column-gap: 10px;
530
- row-gap: 2px;
531
- margin-left: -12px;
532
- }
533
- }
534
-
535
- .m-auto {
536
- margin: auto !important;
537
- }
538
-
539
- .mb-50 {
540
- margin-bottom: 50px;
541
- }
542
- .mb-25 {
543
- margin-bottom: 25px;
544
- }
545
- @media (min-width: 640px) {
546
- .employee {
547
- .ground-container {
548
- margin-left: 0px !important;
549
- @apply block ml-md;
550
- }
551
- .breadcrumb {
552
- @apply mb-lg;
553
- margin-left: 0;
554
- }
555
- .card-home {
556
- width: 270px;
557
- margin-right: 10px;
558
- margin-bottom: 10px;
559
- }
560
- .card-home-hrms {
561
- width: 405px;
562
- padding: 0px;
563
- margin-right: 16px;
564
- margin-bottom: 16px;
565
- }
566
- .main {
567
- display: flex;
568
- flex-direction: column;
569
- margin-left: 64px;
570
- width: calc(100%-83px);
571
- }
572
- .citizen-home-container {
573
- display: flex;
574
- flex-direction: unset !important;
575
- width: unset !important;
576
- margin-left: unset !important;
577
- padding-top: 58px;
578
- }
579
- }
580
- #main-img {
581
- content: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png");
582
- }
583
- .citizen {
584
- .main {
585
- width: 100%;
586
- padding-top: 56px;
587
- min-height: calc(100vh - 48px);
588
- margin-bottom: 18px !important;
589
- display: flex !important;
590
- }
591
-
592
- .center-container {
593
- }
594
- }
595
- }
596
-
597
- /* Mobile view - add margin-top to ground-container */
598
- @media only screen and (max-width: 639px) {
599
- .employee .ground-container {
600
- margin-top: 1rem;
601
- }
602
- }
603
-
604
- @media only screen and (max-width: 950px) {
605
- #main-img {
606
- content: url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
607
- }
608
- #login-conference-table {
609
- position: relative;
610
- z-index: 1;
611
- width: 75%;
612
- height: 115%;
613
- margin: 12%;
614
- margin-top: 25%;
615
- }
616
- .loginConference {
617
- position: absolute;
618
- height: 100%;
619
- width: 100%;
620
- font-weight: 700;
621
- display: flex;
622
- flex-direction: column;
623
- }
624
- .employee .login-banner-wrapper {
625
- padding-top: 0vh;
626
- }
627
- .psuedo-banner {
628
- font-size: 4vw;
629
- }
630
- .banner-slogan {
631
- font-size: 3.5vw;
632
- }
633
- }
634
-
635
- @media screen and (min-width: 768) {
636
- #login-conference-table {
637
- position: absolute;
638
- z-index: 1;
639
- width: 40%;
640
- height: 30%;
641
- margin: 12%;
642
- margin-top: 25%;
643
- }
644
- }
645
- @media only screen and (max-width: 500px) {
646
- #main-img {
647
- content: url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
648
- }
649
- #login-conference-table {
650
- position: relative;
651
- z-index: 1;
652
- width: 75%;
653
- height: 80%;
654
- margin: 12%;
655
- margin-top: 25%;
656
- }
657
- .loginConference {
658
- position: absolute;
659
- height: 100%;
660
- width: 100%;
661
- font-weight: 700;
662
- display: flex;
663
- flex-direction: column;
664
- }
665
- .employee .psuedo-banner {
666
- font-size: 1.2rem;
667
- }
668
- .employee .banner-slogan {
669
- font-size: 0.8rem;
670
- }
671
- }
672
- @media only screen and (min-width: 300px) {
673
- .employee .card-home {
674
- height: 220px;
675
- border-radius: 12px;
676
- }
677
- }
678
-
679
- .pageCard {
680
- width: 100%;
681
- height: 100%;
682
- padding: 20px;
683
- border-radius: 24px;
684
- background: #ffffff;
685
- }
686
-
687
- .ndcFormCard {
688
- max-width: 1200px;
689
- margin: auto;
690
- padding: 20px;
691
- background: #fff;
692
- border-radius: 10px;
693
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
694
-
695
- form {
696
- display: grid;
697
- grid-template-columns: repeat(3, 1fr);
698
- gap: 20px;
699
-
700
- .surveydetailsform-wrapper {
701
- display: flex;
702
- flex-direction: column;
703
- width: 100%;
704
-
705
- label {
706
- font-weight: bold;
707
- margin-bottom: 5px;
708
- }
709
-
710
- input {
711
- padding: 10px;
712
- border: 1px solid #ccc;
713
- border-radius: 5px;
714
- }
715
-
716
- p {
717
- color: red;
718
- font-size: 14px;
719
- }
720
- }
721
- }
722
-
723
- @media (max-width: 1024px) {
724
- form {
725
- grid-template-columns: repeat(2, 1fr);
726
- }
727
- }
728
-
729
- @media (max-width: 768px) {
730
- form {
731
- grid-template-columns: 1fr;
732
- }
733
- }
1
+ @import "./login.scss";
2
+ /* TODO: convert using tailwind */
3
+ .employee {
4
+ .breadcrumb {
5
+ @apply ml-sm mb-lg;
6
+ }
7
+ .ground-container {
8
+ margin-bottom: 56px;
9
+ margin-left: 0px;
10
+ margin-top: 5rem !important;
11
+ @apply flex flex-col;
12
+ }
13
+ .card-home {
14
+ font-size: 16px;
15
+ padding: 0 0 16px 0;
16
+ width: 92vw;
17
+ display: inline-block;
18
+ margin: 8px auto;
19
+ }
20
+ .home-action-cards {
21
+ height: auto !important;
22
+ min-height: 263px;
23
+ }
24
+ .topbar {
25
+ position: fixed;
26
+ top: 0;
27
+ width: 100%;
28
+ padding: 16px 24px;
29
+ background: #ffffff;
30
+ box-shadow: 0 1px 4px #b1b4b6;
31
+ z-index: 9999;
32
+
33
+ img {
34
+ display: inline;
35
+
36
+ &.city {
37
+ margin-right: 8px;
38
+ height: 48px;
39
+ width: 48px;
40
+ }
41
+
42
+ &.state {
43
+ height: 20px;
44
+ max-height: 20px;
45
+ width: auto;
46
+ }
47
+ }
48
+
49
+ .ulb {
50
+ font-weight: bold;
51
+ }
52
+
53
+ .right {
54
+ float: right;
55
+ margin-top: 12px;
56
+
57
+ .user-img-txt {
58
+ background: #a82227;
59
+ padding: 10px 15px;
60
+ border-radius: 50%;
61
+ color: white;
62
+ font-weight: 700;
63
+ }
64
+ }
65
+ }
66
+
67
+ .main {
68
+ padding: 10px;
69
+
70
+ }
71
+
72
+ @media (min-width: 640px) {
73
+ .main {
74
+ padding-top: 26px !important;
75
+ margin-top: 0 !important;
76
+ padding: 0 !important;
77
+ }
78
+ }
79
+
80
+ .submit-bar header {
81
+ height: 2rem !important;
82
+ line-height: 2rem !important;
83
+ background-color: #003C71;
84
+ }
85
+
86
+ .loginContainer {
87
+ padding-top: 88px;
88
+ position: relative;
89
+ }
90
+
91
+ .loginnn {
92
+ position: relative;
93
+ max-width: 100%;
94
+ width: 100%;
95
+ min-width: 100%;
96
+ }
97
+ .loginnn .img {
98
+ position: absolute;
99
+ background-size: cover;
100
+ width: 100%;
101
+ max-width: 100%;
102
+ max-height: 100%;
103
+ }
104
+ .logoNiua {
105
+ display: flex;
106
+ width: 100%;
107
+ position: absolute;
108
+ }
109
+ .logoNiua .img {
110
+ width: 15%;
111
+ height: 15%;
112
+ }
113
+ .upyogLogo {
114
+ width: 100% !important;
115
+ }
116
+ .login-logo-wrapper {
117
+ min-width: 100%;
118
+ height: 100%;
119
+ position: absolute;
120
+ display: flex;
121
+ flex-direction: row;
122
+ }
123
+ .loginConference {
124
+ position: relative;
125
+ height: 100%;
126
+ width: 100%;
127
+ font-weight: 700;
128
+ }
129
+ .login-banner-wrapper {
130
+ position: relative;
131
+ color: white;
132
+ float: right;
133
+ z-index: 999;
134
+ height: 100%;
135
+ padding-top: 35vh;
136
+ margin-right: 2%;
137
+ text-align: right;
138
+ font-family: none;
139
+ }
140
+
141
+ .react-time-picker {
142
+ width: 100%;
143
+ }
144
+
145
+ .react-time-picker__wrapper {
146
+ border: 1px solid #464646;
147
+ }
148
+
149
+ .react-time-picker__clock {
150
+ display: none;
151
+ }
152
+
153
+ .react-time-picker__inputGroup__leadingZero {
154
+ padding-right: 8px;
155
+ display: inline !important;
156
+ }
157
+
158
+ .react-time-picker__inputGroup__input {
159
+ padding: 0;
160
+ min-width: none;
161
+ outline: none !important;
162
+ border: none !important;
163
+ }
164
+
165
+ .react-time-picker__wrapper {
166
+ padding-left: 8px;
167
+ }
168
+ }
169
+ #login-conference-table {
170
+ position: absolute;
171
+ z-index: 1;
172
+ width: 36vw;
173
+ height: 62vh;
174
+ margin-top: 20vh;
175
+ margin-left: 2vw;
176
+ }
177
+ .banner-slogan {
178
+ padding-top: 10%;
179
+ }
180
+ .psuedo-banner span {
181
+ color: #fdd049;
182
+ }
183
+ .login-banner-wrapper .psuedo-banner {
184
+ font-size: 2.2rem;
185
+ }
186
+ .login-banner-wrapper .banner-slogan {
187
+ font-size: 1.5rem;
188
+ }
189
+ .citizen {
190
+ .main {
191
+ padding-top: 56px;
192
+ min-height: calc(100vh - 48px);
193
+ display: flex !important;
194
+ justify-content: center;
195
+ }
196
+ }
197
+ .citizen,
198
+ .employee {
199
+ .sidebar {
200
+ position: fixed;
201
+ left: 0;
202
+ height: calc(100vh - 36px);
203
+ color: #1f2937;
204
+ z-index: 999;
205
+ transition: 0.25s ease all;
206
+ white-space: nowrap;
207
+ padding-bottom: 5rem;
208
+ background: #ffffff;
209
+ border-right: 1px solid rgba(15, 23, 42, 0.06);
210
+ box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
211
+ border-radius: 0 12px 12px 0;
212
+ backdrop-filter: blur(6px);
213
+ margin-top: 5rem;
214
+
215
+ .actions {
216
+ cursor: pointer;
217
+ display: flex;
218
+ align-items: center;
219
+ gap: 10px;
220
+ .tooltip {
221
+ margin-left: 4px;
222
+ }
223
+ }
224
+
225
+ svg {
226
+ width: 24px;
227
+ height: 24px;
228
+ fill: #626A6E;
229
+ transition: fill 0.18s ease;
230
+ margin-right: 0;
231
+ margin-left: 0;
232
+ }
233
+
234
+ a {
235
+ display: flex;
236
+ align-items: center;
237
+ text-decoration: none;
238
+ }
239
+
240
+ .sidebar-link {
241
+ display: flex;
242
+ color: #374151;
243
+ justify-content: space-between;
244
+ align-items: center;
245
+ padding: 12px 18px;
246
+ font-size: 14px;
247
+ border-left: 3px solid transparent;
248
+ border-radius: 8px;
249
+ margin: 4px 8px;
250
+ transition: all 0.18s ease;
251
+
252
+ &.active {
253
+ color: #003C71 !important;
254
+ background: #EEF4FF;
255
+ border-left-color: #003C71;
256
+ svg {
257
+ fill: #003C71 !important;
258
+ }
259
+ .nav-icon-box {
260
+ background-color: #003C71;
261
+ svg {
262
+ fill: #ffffff !important;
263
+ }
264
+ }
265
+ }
266
+
267
+ &:hover {
268
+ color: #003C71 !important;
269
+ background-color: rgba(0, 60, 113, 0.06);
270
+ border-left-color: rgba(0, 60, 113, 0.18);
271
+ cursor: pointer;
272
+ svg {
273
+ fill: #003C71 !important;
274
+ }
275
+ .nav-icon-box {
276
+ background-color: rgba(0, 60, 113, 0.12);
277
+ }
278
+ }
279
+
280
+ .employee-search-input {
281
+ border: none;
282
+ outline: none;
283
+ background-color: transparent;
284
+ margin-left: 13px;
285
+ }
286
+
287
+ .custom-link {
288
+ .tooltip {
289
+ margin-left: 8px;
290
+ span {
291
+ margin-left: unset !important;
292
+ left: unset !important;
293
+ }
294
+ }
295
+ }
296
+
297
+ .search-icon-wrapper {
298
+ svg {
299
+ fill: #6b7280 !important;
300
+ width: 20px;
301
+ height: 20px;
302
+ path {
303
+ fill: #6b7280 !important;
304
+ }
305
+ }
306
+ }
307
+
308
+ span {
309
+ margin-left: 0;
310
+ text-overflow: ellipsis;
311
+ overflow: hidden;
312
+ white-space: nowrap;
313
+ max-width: calc(100% - 56px);
314
+ font-size: 13px;
315
+ font-weight: 500;
316
+ }
317
+ }
318
+
319
+ .dropdown-link {
320
+ height: 40px;
321
+ display: flex;
322
+ margin-left: 40px;
323
+ align-items: center;
324
+ text-decoration: none;
325
+ color: #374151;
326
+ font-size: 13px;
327
+ border-left: 2px solid transparent;
328
+ transition: all 0.18s ease;
329
+ .actions {
330
+ .tooltiptext {
331
+ left: unset;
332
+ right: 1%;
333
+ }
334
+ }
335
+ svg {
336
+ width: 16px;
337
+ height: 16px;
338
+ fill: #626A6E;
339
+ }
340
+ &:hover {
341
+ background: rgba(0, 60, 113, 0.05);
342
+ color: #003C71;
343
+ border-left-color: rgba(0, 60, 113, 0.25);
344
+ }
345
+ &.active {
346
+ color: #003C71;
347
+ font-weight: 600;
348
+ border-left-color: #003C71;
349
+ background: rgba(0, 60, 113, 0.04);
350
+ }
351
+ }
352
+
353
+ .nav-icon-box {
354
+ display: inline-flex;
355
+ align-items: center;
356
+ justify-content: center;
357
+ width: 32px;
358
+ height: 32px;
359
+ min-width: 32px;
360
+ border-radius: 8px;
361
+ background-color: #F0F4F9;
362
+ transition: background-color 0.18s ease;
363
+ svg {
364
+ width: 17px !important;
365
+ height: 17px !important;
366
+ margin: 0 !important;
367
+ fill: #626A6E;
368
+ }
369
+ }
370
+ }
371
+
372
+ .wrapperStyles {
373
+ margin-top: -5px;
374
+ padding-left: 20px;
375
+ padding-top: 10px;
376
+
377
+ .containerStyles {
378
+ border: 1px solid #505a5f;
379
+ padding: 16px;
380
+ margin-bottom: 20px;
381
+ }
382
+
383
+ &.leftBorder {
384
+ border-left: 2px solid rgba(0, 0, 0, 0.12);
385
+ }
386
+ }
387
+
388
+ .rowContainerStyles {
389
+ @apply flex flex-col;
390
+ }
391
+
392
+ .tableContainerStyles {
393
+ border: 1px solid #505a5f;
394
+ padding: 16px;
395
+ margin-bottom: 20px;
396
+ }
397
+
398
+ .historyTables {
399
+ display: grid;
400
+ grid-template-rows: 100px 100px;
401
+ grid-template-columns: repeat(5, minmax(100px, 1fr));
402
+ }
403
+
404
+ .historyContent {
405
+ margin: 0 10px;
406
+ position: relative;
407
+ padding-bottom: 5px;
408
+ }
409
+
410
+ .historyCheckpoint {
411
+ background-color: #fe7a51;
412
+ border-radius: 100%;
413
+ width: 18px;
414
+ height: 18px;
415
+ display: inline-block;
416
+ position: relative;
417
+ left: -9px;
418
+ top: 4px;
419
+
420
+ &.zIndex {
421
+ z-index: 10;
422
+ }
423
+ }
424
+
425
+ .historyTableDateLabel {
426
+ color: rgba(0, 0, 0, 0.87);
427
+ font-size: 16px;
428
+ font-weight: 700;
429
+ line-height: 17px;
430
+ text-align: left;
431
+ display: inline-block;
432
+ padding-top: 5px;
433
+ }
434
+
435
+ .bottomMargin {
436
+ margin-bottom: 0px;
437
+ }
438
+
439
+ .historyTableDate {
440
+ color: rgba(0, 0, 0, 0.87);
441
+ font-size: 19px;
442
+ font-weight: 400;
443
+ line-height: 17px;
444
+ text-align: left;
445
+ display: inline-block;
446
+ padding-top: 10px;
447
+ }
448
+
449
+ .historyHorizontalBar {
450
+ background-color: rgba(0, 0, 0, 0.12);
451
+ width: auto;
452
+ height: 2px;
453
+ margin-left: 16px;
454
+ }
455
+
456
+ .smallText {
457
+ font-weight: 500;
458
+ font-size: 14px;
459
+ }
460
+ }
461
+
462
+ .citizen {
463
+ .sidebar {
464
+ margin-top: 54px;
465
+ min-width: 200px;
466
+ .actions {
467
+ display: flex;
468
+ align-items: center;
469
+ gap: 10px;
470
+ }
471
+ }
472
+ }
473
+
474
+ .link {
475
+ @apply text-primary-main cursor-pointer;
476
+
477
+ :hover {
478
+ @apply text-primary-dark;
479
+ }
480
+ }
481
+
482
+ .RightMostTopBarOptions {
483
+ @apply flex ;
484
+ display: flex;
485
+ .EventNotificationWrapper {
486
+ @apply relative cursor-pointer;
487
+ span {
488
+ top: -10px;
489
+ right: -10px;
490
+ @apply absolute bg-error h-5 w-5 rounded-full text-center;
491
+ p {
492
+ line-height: 20px;
493
+ }
494
+ }
495
+ }
496
+ .select-wrap {
497
+ margin-bottom: unset;
498
+ svg {
499
+ fill: #a82227;
500
+ }
501
+ .form-field, .field{
502
+ width: 100%;
503
+ }
504
+ }
505
+ }
506
+
507
+ .fullWidth {
508
+ width: 100%;
509
+ }
510
+
511
+ .multi-select-container {
512
+ .disposal-text {
513
+ @apply font-bold;
514
+ }
515
+
516
+ .disposal-info {
517
+ @apply my-md ml-sm;
518
+ }
519
+
520
+ .disposal-action-bar {
521
+ @apply flex justify-between items-center;
522
+ }
523
+ }
524
+
525
+ @screen dt {
526
+ .d-grid {
527
+ display: flex-root;
528
+ grid-template-columns: 250px 250px 250px 250px;
529
+ column-gap: 10px;
530
+ row-gap: 2px;
531
+ margin-left: -12px;
532
+ }
533
+ }
534
+
535
+ .m-auto {
536
+ margin: auto !important;
537
+ }
538
+
539
+ .mb-50 {
540
+ margin-bottom: 50px;
541
+ }
542
+ .mb-25 {
543
+ margin-bottom: 25px;
544
+ }
545
+ @media (min-width: 640px) {
546
+ .employee {
547
+ .ground-container {
548
+ margin-left: 0px !important;
549
+ @apply block ml-md;
550
+ }
551
+ .breadcrumb {
552
+ @apply mb-lg;
553
+ margin-left: 0;
554
+ }
555
+ .card-home {
556
+ width: 270px;
557
+ margin-right: 10px;
558
+ margin-bottom: 10px;
559
+ }
560
+ .card-home-hrms {
561
+ width: 405px;
562
+ padding: 0px;
563
+ margin-right: 16px;
564
+ margin-bottom: 16px;
565
+ }
566
+ .main {
567
+ display: flex;
568
+ flex-direction: column;
569
+ margin-left: 64px;
570
+ width: calc(100%-83px);
571
+ }
572
+ .citizen-home-container {
573
+ display: flex;
574
+ flex-direction: unset !important;
575
+ width: unset !important;
576
+ margin-left: unset !important;
577
+ padding-top: 58px;
578
+ }
579
+ }
580
+ #main-img {
581
+ content: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png");
582
+ }
583
+ .citizen {
584
+ .main {
585
+ width: 100%;
586
+ padding-top: 56px;
587
+ min-height: calc(100vh - 48px);
588
+ margin-bottom: 18px !important;
589
+ display: flex !important;
590
+ }
591
+
592
+ .center-container {
593
+ }
594
+ }
595
+ }
596
+
597
+ /* Mobile view - add margin-top to ground-container */
598
+ @media only screen and (max-width: 639px) {
599
+ .employee .ground-container {
600
+ margin-top: 1rem;
601
+ }
602
+ }
603
+
604
+ @media only screen and (max-width: 950px) {
605
+ #main-img {
606
+ content: url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
607
+ }
608
+ #login-conference-table {
609
+ position: relative;
610
+ z-index: 1;
611
+ width: 75%;
612
+ height: 115%;
613
+ margin: 12%;
614
+ margin-top: 25%;
615
+ }
616
+ .loginConference {
617
+ position: absolute;
618
+ height: 100%;
619
+ width: 100%;
620
+ font-weight: 700;
621
+ display: flex;
622
+ flex-direction: column;
623
+ }
624
+ .employee .login-banner-wrapper {
625
+ padding-top: 0vh;
626
+ }
627
+ .psuedo-banner {
628
+ font-size: 4vw;
629
+ }
630
+ .banner-slogan {
631
+ font-size: 3.5vw;
632
+ }
633
+ }
634
+
635
+ @media screen and (min-width: 768) {
636
+ #login-conference-table {
637
+ position: absolute;
638
+ z-index: 1;
639
+ width: 40%;
640
+ height: 30%;
641
+ margin: 12%;
642
+ margin-top: 25%;
643
+ }
644
+ }
645
+ @media only screen and (max-width: 500px) {
646
+ #main-img {
647
+ content: url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
648
+ }
649
+ #login-conference-table {
650
+ position: relative;
651
+ z-index: 1;
652
+ width: 75%;
653
+ height: 80%;
654
+ margin: 12%;
655
+ margin-top: 25%;
656
+ }
657
+ .loginConference {
658
+ position: absolute;
659
+ height: 100%;
660
+ width: 100%;
661
+ font-weight: 700;
662
+ display: flex;
663
+ flex-direction: column;
664
+ }
665
+ .employee .psuedo-banner {
666
+ font-size: 1.2rem;
667
+ }
668
+ .employee .banner-slogan {
669
+ font-size: 0.8rem;
670
+ }
671
+ }
672
+ @media only screen and (min-width: 300px) {
673
+ .employee .card-home {
674
+ height: 220px;
675
+ border-radius: 12px;
676
+ }
677
+ }
678
+
679
+ .pageCard {
680
+ width: 100%;
681
+ height: 100%;
682
+ padding: 20px;
683
+ border-radius: 24px;
684
+ background: #ffffff;
685
+ }
686
+
687
+ .ndcFormCard {
688
+ max-width: 1200px;
689
+ margin: auto;
690
+ padding: 20px;
691
+ background: #fff;
692
+ border-radius: 10px;
693
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
694
+
695
+ form {
696
+ display: grid;
697
+ grid-template-columns: repeat(3, 1fr);
698
+ gap: 20px;
699
+
700
+ .surveydetailsform-wrapper {
701
+ display: flex;
702
+ flex-direction: column;
703
+ width: 100%;
704
+
705
+ label {
706
+ font-weight: bold;
707
+ margin-bottom: 5px;
708
+ }
709
+
710
+ input {
711
+ padding: 10px;
712
+ border: 1px solid #ccc;
713
+ border-radius: 5px;
714
+ }
715
+
716
+ p {
717
+ color: red;
718
+ font-size: 14px;
719
+ }
720
+ }
721
+ }
722
+
723
+ @media (max-width: 1024px) {
724
+ form {
725
+ grid-template-columns: repeat(2, 1fr);
726
+ }
727
+ }
728
+
729
+ @media (max-width: 768px) {
730
+ form {
731
+ grid-template-columns: 1fr;
732
+ }
733
+ }
734
734
  }