@nudmcdgnpm/cnd-css 1.0.0

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