@pmidc/upyog-css 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/example/employee.html +16 -0
  2. package/example/garbage.webp +0 -0
  3. package/example/index.css +10476 -0
  4. package/example/index.html +374 -0
  5. package/example/map.js +72 -0
  6. package/example/package.json +24 -0
  7. package/gulpfile.js +55 -0
  8. package/img/browser-icon.png +0 -0
  9. package/img/m_seva_white_logo.png +0 -0
  10. package/img/mseva-demo.png +0 -0
  11. package/package.json +53 -0
  12. package/postcss.config.js +55 -0
  13. package/src/components/CardBasedOptions.scss +110 -0
  14. package/src/components/CitizenHomeCard.scss +58 -0
  15. package/src/components/EllipsisMenu.scss +17 -0
  16. package/src/components/EventCalendarView.scss +10 -0
  17. package/src/components/FAQ.scss +64 -0
  18. package/src/components/OnGroundEventCard.scss +72 -0
  19. package/src/components/PageBasedInput.scss +31 -0
  20. package/src/components/PopupHeadingLabel.scss +15 -0
  21. package/src/components/PropertySearchForm.scss +58 -0
  22. package/src/components/SearchForm.scss +56 -0
  23. package/src/components/SearchOnRadioButton.scss +10 -0
  24. package/src/components/StandaloneSearchBar.scss +10 -0
  25. package/src/components/TimeLine.scss +68 -0
  26. package/src/components/WhatsNewCard.scss +13 -0
  27. package/src/components/actionLink.scss +3 -0
  28. package/src/components/actionbar.scss +97 -0
  29. package/src/components/bannercomponents.scss +137 -0
  30. package/src/components/body.scss +147 -0
  31. package/src/components/buttons.scss +50 -0
  32. package/src/components/card.scss +411 -0
  33. package/src/components/cardHeaderWithOptions.scss +14 -0
  34. package/src/components/changeLanguage.scss +3 -0
  35. package/src/components/charts.scss +186 -0
  36. package/src/components/checkbox.scss +83 -0
  37. package/src/components/checkpoint.scss +65 -0
  38. package/src/components/citizenInfoLabel.scss +14 -0
  39. package/src/components/custombtn.scss +16 -0
  40. package/src/components/datatable.scss +76 -0
  41. package/src/components/datewrap.scss +21 -0
  42. package/src/components/detailscard.scss +6 -0
  43. package/src/components/detailscontainer.scss +13 -0
  44. package/src/components/filters.scss +98 -0
  45. package/src/components/grey.scss +3 -0
  46. package/src/components/hoc/InboxComposer.scss +115 -0
  47. package/src/components/hoc/index.scss +1 -0
  48. package/src/components/howItWorks.scss +71 -0
  49. package/src/components/imageviewer.scss +33 -0
  50. package/src/components/info-banner.scss +35 -0
  51. package/src/components/inputotp.scss +15 -0
  52. package/src/components/keynote.scss +27 -0
  53. package/src/components/languageSelector.scss +24 -0
  54. package/src/components/loader.scss +96 -0
  55. package/src/components/map.scss +30 -0
  56. package/src/components/menu.scss +0 -0
  57. package/src/components/metricsTable.scss +27 -0
  58. package/src/components/multiLink.scss +88 -0
  59. package/src/components/multiSelectDropdown.scss +73 -0
  60. package/src/components/navbar.scss +308 -0
  61. package/src/components/plusMinus.scss +15 -0
  62. package/src/components/popup.scss +16 -0
  63. package/src/components/radiobtn.scss +45 -0
  64. package/src/components/ratingstar.scss +33 -0
  65. package/src/components/roundedLabel.scss +10 -0
  66. package/src/components/searchAction.scss +20 -0
  67. package/src/components/sectionalDropdown.scss +43 -0
  68. package/src/components/selectdropdown.scss +201 -0
  69. package/src/components/staticDynamicMessages.scss +107 -0
  70. package/src/components/staticSideBar.scss +27 -0
  71. package/src/components/statushighlight.scss +17 -0
  72. package/src/components/submiterrors.scss +11 -0
  73. package/src/components/summary.scss +29 -0
  74. package/src/components/table.scss +178 -0
  75. package/src/components/tag.scss +27 -0
  76. package/src/components/telephone.scss +17 -0
  77. package/src/components/textfields.scss +111 -0
  78. package/src/components/toast.scss +31 -0
  79. package/src/components/toggleSwitch.scss +41 -0
  80. package/src/components/topbar.scss +148 -0
  81. package/src/components/uploadcomponents.scss +113 -0
  82. package/src/index.scss +780 -0
  83. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  84. package/src/pages/citizen/DocumentList.scss +305 -0
  85. package/src/pages/citizen/Events.scss +47 -0
  86. package/src/pages/citizen/HomePageWrapper.scss +163 -0
  87. package/src/pages/citizen/SurveyList.scss +22 -0
  88. package/src/pages/citizen/citizenDocument.scss +22 -0
  89. package/src/pages/citizen/container.scss +19 -0
  90. package/src/pages/citizen/payment/payment-type.scss +3 -0
  91. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  92. package/src/pages/employee/EmployeeLogin.scss +7 -0
  93. package/src/pages/employee/cardfix.scss +14 -0
  94. package/src/pages/employee/container.scss +73 -0
  95. package/src/pages/employee/dss.scss +249 -0
  96. package/src/pages/employee/faq.scss +353 -0
  97. package/src/pages/employee/form-fields.scss +13 -0
  98. package/src/pages/employee/iframe.scss +66 -0
  99. package/src/pages/employee/inbox.scss +707 -0
  100. package/src/pages/employee/index.scss +632 -0
  101. package/src/pages/employee/landing.scss +177 -0
  102. package/src/pages/employee/login.scss +570 -0
  103. package/src/pages/employee/oldMobileInbox.scss +5 -0
  104. package/src/pages/employee/popupmodule.scss +47 -0
  105. package/src/pages/employee/response.scss +3 -0
  106. package/src/pages/employee/scroll-table.scss +114 -0
  107. package/src/pages/employee/surveys.scss +272 -0
  108. package/src/pages/employee/tooltip.scss +36 -0
  109. package/src/pages/employee/updateNumber.scss +13 -0
  110. package/svg/arrowdown.svg +1 -0
  111. package/svg/arrowleft.svg +1 -0
  112. package/svg/calendar.svg +1 -0
  113. package/svg/camera.svg +4 -0
  114. package/svg/check.svg +4 -0
  115. package/svg/close.svg +4 -0
  116. package/svg/error.svg +4 -0
  117. package/svg/error2.svg +5 -0
  118. package/svg/searchicon.svg +4 -0
  119. package/svg/starempty.svg +4 -0
  120. package/svg/starfilled.svg +5 -0
  121. package/svg/success.svg +4 -0
  122. package/tailwind.config.js +105 -0
@@ -0,0 +1,632 @@
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
+ @apply flex flex-col;
11
+ }
12
+ .card-home {
13
+ font-size: 16px;
14
+ padding: 0 0 16px 0;
15
+ width: 92vw;
16
+ display: inline-block;
17
+ margin: 8px auto;
18
+ }
19
+ .home-action-cards {
20
+ height: auto !important;
21
+ min-height: 263px;
22
+ }
23
+ .topbar {
24
+ position: fixed;
25
+ top: 0;
26
+ width: 100%;
27
+ padding: 16px 24px;
28
+ background: #ffffff;
29
+ box-shadow: 0 1px 4px #b1b4b6;
30
+ z-index: 9999;
31
+
32
+ img {
33
+ display: inline;
34
+
35
+ &.city {
36
+ margin-right: 8px;
37
+ height: 48px;
38
+ width: 48px;
39
+ }
40
+
41
+ &.state {
42
+ height: 20px;
43
+ max-height: 20px;
44
+ width: auto;
45
+ }
46
+ }
47
+
48
+ .ulb {
49
+ font-weight: bold;
50
+ }
51
+
52
+ .right {
53
+ float: right;
54
+ margin-top: 12px;
55
+
56
+ .user-img-txt {
57
+ background: #a82227;
58
+ padding: 10px 15px;
59
+ border-radius: 50%;
60
+ color: white;
61
+ font-weight: 700;
62
+ }
63
+ }
64
+ }
65
+
66
+ .main {
67
+ padding-top: 88px;
68
+ }
69
+
70
+ .submit-bar header{
71
+ height: 55px !important;
72
+ line-height: 2rem !important;
73
+ background-color: #2947A3;
74
+ border-radius: 8px;
75
+ border: transparent;
76
+ align-content: center;
77
+
78
+ }
79
+
80
+ .loginContainer {
81
+ padding-top: 88px;
82
+ position: relative;
83
+ }
84
+
85
+ .loginnn{
86
+ position: relative;
87
+ max-width: 100%;
88
+ width: 100%;
89
+ min-width: 100%;
90
+ }
91
+ .loginnn .img{
92
+ position: absolute;
93
+ background-size: cover;
94
+ width: 100%;
95
+ max-width: 100%;
96
+ max-height: 100%;
97
+ }
98
+ .logoNiua{
99
+ display: flex;
100
+ width: 100%;
101
+ position: absolute;
102
+ }
103
+ .logoNiua .img{
104
+ width: 15%;
105
+ height: 15%;
106
+ }
107
+ .upyogLogo{
108
+ width: 100% !important;
109
+ }
110
+ .login-logo-wrapper{
111
+ min-width: 100%;
112
+ height: 100%;
113
+ position: absolute;
114
+ display: flex;
115
+ flex-direction: row;
116
+ }
117
+ .loginConference{
118
+ position: relative;
119
+ height: 100%;
120
+ width: 100%;
121
+ font-weight: 700;
122
+
123
+ }
124
+ .login-banner-wrapper{
125
+ position: relative;
126
+ color: white;
127
+ float: right;
128
+ z-index: 999;
129
+ height: 100%;
130
+ padding-top: 35vh;
131
+ margin-right: 2%;
132
+ text-align: right;
133
+ font-family: none;
134
+ }
135
+
136
+ .react-time-picker {
137
+ width: 100%;
138
+ }
139
+
140
+ .react-time-picker__wrapper {
141
+ border: 1px solid #464646;
142
+ }
143
+
144
+ .react-time-picker__clock {
145
+ display: none;
146
+ }
147
+
148
+ .react-time-picker__inputGroup__leadingZero {
149
+ padding-right: 8px;
150
+ display: inline !important;
151
+ }
152
+
153
+ .react-time-picker__inputGroup__input {
154
+ padding: 0;
155
+ min-width: none;
156
+ outline: none !important;
157
+ border: none !important;
158
+ }
159
+
160
+ .react-time-picker__wrapper {
161
+ padding-left: 8px;
162
+ }
163
+ }
164
+ #login-conference-table{
165
+ position:absolute;
166
+ z-index:1;
167
+ width:36vw;
168
+ height:62vh;
169
+ margin-top:20vh;
170
+ margin-left: 2vw;
171
+ }
172
+ .banner-slogan{
173
+ padding-top: 10%;
174
+ }
175
+ .psuedo-banner span{
176
+ color: #fdd049;
177
+ }
178
+ .login-banner-wrapper .psuedo-banner{
179
+ font-size: 2.2rem;
180
+ }
181
+ .login-banner-wrapper .banner-slogan{
182
+ font-size: 1.5rem;
183
+ }
184
+ .citizen {
185
+ .main {
186
+ padding-top: 82px;
187
+ min-height: calc(100vh - 48px);
188
+ display: flex !important;
189
+ }
190
+ }
191
+ .citizen,
192
+ .employee {
193
+ .sidebar {
194
+ position: fixed;
195
+ left: 0;
196
+ height: 100%;
197
+ color: #ffffff;
198
+ margin-top: 80px;
199
+ z-index: 999;
200
+ transition: 0.3s ease all;
201
+ white-space: nowrap;
202
+ height: calc(100vh - 36px);
203
+ padding-bottom: 5rem;
204
+ background: linear-gradient(to bottom right, #3765CA, #294A97);
205
+ /* background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png), url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
206
+ background-blend-mode: lighten;
207
+ background-size: cover;*/
208
+
209
+
210
+ .actions {
211
+ cursor: pointer;
212
+ display: flex;
213
+ align-items: center;
214
+ .tooltip {
215
+ margin-left: 16px;
216
+ }
217
+ }
218
+
219
+ svg {
220
+ width: 24px;
221
+ height: 24px;
222
+ fill: #ffffff;
223
+ }
224
+ a {
225
+ display: flex;
226
+ }
227
+ .sidebar-link {
228
+ display: flex;
229
+ color: #ffffff;
230
+ justify-content: space-between;
231
+ align-items: center;
232
+ padding: 20px;
233
+ font-size: 14px;
234
+ border-left: 4px solid #294A97;
235
+ border-radius: 0px 10px 10px 0px;
236
+ &.active {
237
+ color: #0D43A7 !important;
238
+ background-color: #ffffff;
239
+ svg {
240
+ fill: #0D43A7 !important;
241
+ }
242
+ }
243
+ .employee-search-input {
244
+ border: none;
245
+ outline: none;
246
+ background-color: rgba(0, 0, 0, 0);
247
+ margin-left: 13px;
248
+ }
249
+ .custom-link {
250
+ .tooltip {
251
+ margin-left: 16px;
252
+ span {
253
+ margin-left: unset !important;
254
+ left: unset !important;
255
+ }
256
+ }
257
+ }
258
+
259
+ svg {
260
+ fill: #ffffff !important;
261
+ width: 21px;
262
+ height: 21px;
263
+ }
264
+
265
+ &:hover {
266
+ color: #0D43A7 !important;
267
+ background-color: #FFF;
268
+ border-radius: 8px;
269
+ padding: 1rem 0.2rem;
270
+
271
+ cursor: pointer;
272
+ svg {
273
+ fill: #0D43A7 !important;
274
+ }
275
+ }
276
+ .search-icon-wrapper {
277
+ svg {
278
+ fill: #ffffff !important;
279
+ width: 21px;
280
+ height: 21px;
281
+ path {
282
+ fill: #ffffff !important;
283
+ }
284
+ }
285
+ }
286
+ }
287
+ .dropdown-link {
288
+ height: 40px;
289
+ display: flex;
290
+ margin-left: 40px;
291
+ align-items: center;
292
+ text-decoration: none;
293
+ color: #ffffff;
294
+ font-size: 14px;
295
+ .actions {
296
+ .tooltiptext {
297
+ left: unset;
298
+ right: 1%;
299
+ }
300
+ }
301
+ svg {
302
+ width: 20px;
303
+ height: 20px;
304
+ fill: #ffffff;
305
+ }
306
+ &:hover {
307
+ /* color: #fe7a51 !important;
308
+ background-color: #486480;
309
+ cursor: pointer;
310
+ svg {
311
+ fill: #fe7a51 !important;
312
+ }
313
+ }
314
+ &.active {
315
+ /* color: #a82227 !important;
316
+
317
+ border-right: 4px solid #a82227;
318
+ svg {
319
+ fill: #a82227 !important;
320
+ } */
321
+ }
322
+ }
323
+ span {
324
+ margin-left: 16px;
325
+ text-overflow: ellipsis;
326
+ overflow: hidden;
327
+ white-space: nowrap;
328
+ }
329
+ }
330
+
331
+ .wrapperStyles {
332
+ margin-top: -5px;
333
+ padding-left: 20px;
334
+ padding-top: 10px;
335
+
336
+ .containerStyles {
337
+ border: 1px solid #505a5f;
338
+ padding: 16px;
339
+ margin-bottom: 20px;
340
+ }
341
+
342
+ &.leftBorder {
343
+ border-left: 2px solid rgba(0, 0, 0, 0.12);
344
+ }
345
+ }
346
+
347
+ .rowContainerStyles {
348
+ @apply flex flex-col;
349
+ }
350
+
351
+ .tableContainerStyles {
352
+ border: 1px solid #505a5f;
353
+ padding: 16px;
354
+ margin-bottom: 20px;
355
+ }
356
+
357
+ .historyTables {
358
+ display: grid;
359
+ grid-template-rows: 100px 100px;
360
+ grid-template-columns: repeat(5, minmax(100px, 1fr));
361
+ }
362
+
363
+ .historyContent {
364
+ margin: 0 10px;
365
+ position: relative;
366
+ padding-bottom: 5px;
367
+ }
368
+
369
+ .historyCheckpoint {
370
+ background-color: #fe7a51;
371
+ border-radius: 100%;
372
+ width: 18px;
373
+ height: 18px;
374
+ display: inline-block;
375
+ position: relative;
376
+ left: -9px;
377
+ top: 4px;
378
+
379
+ &.zIndex {
380
+ z-index: 10;
381
+ }
382
+ }
383
+
384
+ .historyTableDateLabel {
385
+ color: rgba(0, 0, 0, 0.87);
386
+ font-size: 16px;
387
+ font-weight: 700;
388
+ line-height: 17px;
389
+ text-align: left;
390
+ display: inline-block;
391
+ padding-top: 5px;
392
+ }
393
+
394
+ .bottomMargin {
395
+ margin-bottom: 0px;
396
+ }
397
+
398
+ .historyTableDate {
399
+ color: rgba(0, 0, 0, 0.87);
400
+ font-size: 19px;
401
+ font-weight: 400;
402
+ line-height: 17px;
403
+ text-align: left;
404
+ display: inline-block;
405
+ padding-top: 10px;
406
+ }
407
+
408
+ .historyHorizontalBar {
409
+ background-color: rgba(0, 0, 0, 0.12);
410
+ width: auto;
411
+ height: 2px;
412
+ margin-left: 16px;
413
+ }
414
+
415
+ .smallText {
416
+ font-weight: 500;
417
+ font-size: 14px;
418
+ }
419
+ }
420
+
421
+ .citizen {
422
+ .sidebar {
423
+ margin-top: 54px;
424
+ min-width: 200px;
425
+ .actions {
426
+ display: flex;
427
+ align-items: center;
428
+ gap: 10px;
429
+ }
430
+ }
431
+ }
432
+
433
+ .link {
434
+ @apply text-primary-main cursor-pointer;
435
+
436
+ :hover {
437
+ @apply text-primary-dark;
438
+ }
439
+ }
440
+
441
+ .RightMostTopBarOptions{
442
+ @apply flex float-right;
443
+ display: flex;
444
+ .EventNotificationWrapper{
445
+ @apply relative cursor-pointer;
446
+ span{
447
+ top: -10px;
448
+ right: -10px;
449
+ @apply absolute bg-error h-5 w-5 rounded-full text-center;
450
+ p {
451
+ line-height: 20px;
452
+ }
453
+ }
454
+ }
455
+ .select-wrap {
456
+ margin-bottom: unset;
457
+ svg {
458
+ fill: #ffffff;
459
+ }
460
+ }
461
+ }
462
+
463
+
464
+ .fullWidth {
465
+ width: 100%;
466
+ }
467
+
468
+ .multi-select-container {
469
+ .disposal-text {
470
+ @apply font-bold;
471
+ }
472
+
473
+ .disposal-info {
474
+ @apply my-md ml-sm;
475
+ }
476
+
477
+ .disposal-action-bar {
478
+ @apply flex justify-between items-center;
479
+ }
480
+ }
481
+
482
+ @screen dt {
483
+ .d-grid {
484
+ display: flex-root;
485
+ grid-template-columns: 250px 250px 250px 250px;
486
+ column-gap: 10px;
487
+ row-gap: 2px;
488
+ margin-left: -12px;
489
+ }
490
+
491
+ }
492
+
493
+ .m-auto {
494
+ margin: auto !important;
495
+ }
496
+
497
+ .mb-50{
498
+ margin-bottom: 50px;
499
+ }
500
+ .mb-25{
501
+ margin-bottom: 25px;
502
+ }
503
+ @media (min-width: 640px) {
504
+ .employee {
505
+ .ground-container {
506
+ margin-left: 0px !important;
507
+ @apply block ml-md;
508
+ }
509
+ .breadcrumb {
510
+ @apply mb-lg;
511
+ margin-left: 0;
512
+ }
513
+ .card-home {
514
+ width: 270px;
515
+ margin-right: 10px;
516
+ margin-bottom: 10px;
517
+ }
518
+ .card-home-hrms {
519
+ width: 405px;
520
+ padding: 0px;
521
+ margin-right: 16px;
522
+ margin-bottom: 16px;
523
+ }
524
+ .main {
525
+ display: flex;
526
+ flex-direction: column;
527
+ padding-top: 80px;
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: 80px;
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
+
557
+ @media only screen and (max-width:950px){
558
+ #main-img{
559
+ content:url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
560
+ }
561
+ #login-conference-table{
562
+ position:relative;
563
+ z-index:1;
564
+ width:75%;
565
+ height:115%;
566
+ margin:12%;
567
+ margin-top:25%
568
+ }
569
+ .loginConference{
570
+ position: absolute;
571
+ height: 100%;
572
+ width: 100%;
573
+ font-weight: 700;
574
+ display: flex;
575
+ flex-direction: column;
576
+ }
577
+ .employee .login-banner-wrapper{
578
+ padding-top: 0vh;
579
+
580
+ }
581
+ .psuedo-banner{
582
+ font-size: 4vw;
583
+ }
584
+ .banner-slogan{
585
+ font-size: 3.5vw;
586
+ }
587
+ }
588
+
589
+ @media screen and (min-width:768){
590
+
591
+ #login-conference-table{
592
+ position:absolute;
593
+ z-index:1;
594
+ width:40%;
595
+ height:30%;
596
+ margin:12%;
597
+ margin-top:25%
598
+ }
599
+ }
600
+ @media only screen and (max-width:500px){
601
+ #main-img{
602
+ content:url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
603
+ }
604
+ #login-conference-table{
605
+ position:relative;
606
+ z-index:1;
607
+ width:75%;
608
+ height:80%;
609
+ margin:12%;
610
+ margin-top:25%
611
+ }
612
+ .loginConference{
613
+ position: absolute;
614
+ height: 100%;
615
+ width: 100%;
616
+ font-weight: 700;
617
+ display: flex;
618
+ flex-direction: column;
619
+ }
620
+ .employee .psuedo-banner{
621
+ font-size: 1.2rem;
622
+ }
623
+ .employee .banner-slogan{
624
+ font-size: 0.8rem;
625
+ }
626
+ }
627
+ @media only screen and (min-width:300px)
628
+ {
629
+ .employee .card-home{
630
+ height: 220px;
631
+ }
632
+ }