@pmidc/upyog-css 1.2.49 → 1.2.51

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