@entit/digit-ui-css 1.5.6

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 (107) hide show
  1. package/dist/index.css +7724 -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 +64 -0
  7. package/src/components/CardBasedOptions.scss +45 -0
  8. package/src/components/CitizenHomeCard.scss +47 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/OnGroundEventCard.scss +72 -0
  12. package/src/components/PageBasedInput.scss +23 -0
  13. package/src/components/PopupHeadingLabel.scss +15 -0
  14. package/src/components/PropertySearchForm.scss +58 -0
  15. package/src/components/SearchForm.scss +56 -0
  16. package/src/components/SearchOnRadioButton.scss +10 -0
  17. package/src/components/StandaloneSearchBar.scss +10 -0
  18. package/src/components/TimeLine.scss +68 -0
  19. package/src/components/WhatsNewCard.scss +13 -0
  20. package/src/components/actionLink.scss +3 -0
  21. package/src/components/actionbar.scss +58 -0
  22. package/src/components/bannercomponents.scss +131 -0
  23. package/src/components/body.scss +119 -0
  24. package/src/components/buttons.scss +47 -0
  25. package/src/components/card.scss +390 -0
  26. package/src/components/cardHeaderWithOptions.scss +14 -0
  27. package/src/components/changeLanguage.scss +3 -0
  28. package/src/components/charts.scss +186 -0
  29. package/src/components/checkbox.scss +53 -0
  30. package/src/components/checkpoint.scss +63 -0
  31. package/src/components/citizenInfoLabel.scss +14 -0
  32. package/src/components/custombtn.scss +11 -0
  33. package/src/components/datatable.scss +72 -0
  34. package/src/components/datewrap.scss +21 -0
  35. package/src/components/detailscard.scss +6 -0
  36. package/src/components/detailscontainer.scss +13 -0
  37. package/src/components/filters.scss +98 -0
  38. package/src/components/grey.scss +3 -0
  39. package/src/components/hoc/InboxComposer.scss +22 -0
  40. package/src/components/hoc/index.scss +1 -0
  41. package/src/components/imageviewer.scss +33 -0
  42. package/src/components/info-banner.scss +34 -0
  43. package/src/components/inputotp.scss +15 -0
  44. package/src/components/keynote.scss +27 -0
  45. package/src/components/languageSelector.scss +23 -0
  46. package/src/components/loader.scss +96 -0
  47. package/src/components/map.scss +30 -0
  48. package/src/components/menu.scss +0 -0
  49. package/src/components/metricsTable.scss +27 -0
  50. package/src/components/multiLink.scss +73 -0
  51. package/src/components/multiSelectDropdown.scss +73 -0
  52. package/src/components/navbar.scss +110 -0
  53. package/src/components/popup.scss +16 -0
  54. package/src/components/radiobtn.scss +45 -0
  55. package/src/components/ratingstar.scss +33 -0
  56. package/src/components/roundedLabel.scss +10 -0
  57. package/src/components/searchAction.scss +20 -0
  58. package/src/components/sectionalDropdown.scss +43 -0
  59. package/src/components/selectdropdown.scss +173 -0
  60. package/src/components/statushighlight.scss +17 -0
  61. package/src/components/submiterrors.scss +11 -0
  62. package/src/components/summary.scss +26 -0
  63. package/src/components/table.scss +167 -0
  64. package/src/components/tag.scss +27 -0
  65. package/src/components/telephone.scss +17 -0
  66. package/src/components/textfields.scss +90 -0
  67. package/src/components/toast.scss +31 -0
  68. package/src/components/topbar.scss +134 -0
  69. package/src/components/uploadcomponents.scss +95 -0
  70. package/src/index.scss +544 -0
  71. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -0
  72. package/src/pages/citizen/DocumentList.scss +305 -0
  73. package/src/pages/citizen/Events.scss +47 -0
  74. package/src/pages/citizen/HomePageWrapper.scss +99 -0
  75. package/src/pages/citizen/SurveyList.scss +22 -0
  76. package/src/pages/citizen/citizenDocument.scss +22 -0
  77. package/src/pages/citizen/container.scss +19 -0
  78. package/src/pages/citizen/payment/payment-type.scss +3 -0
  79. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  80. package/src/pages/employee/EmployeeLogin.scss +7 -0
  81. package/src/pages/employee/cardfix.scss +13 -0
  82. package/src/pages/employee/container.scss +73 -0
  83. package/src/pages/employee/dss.scss +116 -0
  84. package/src/pages/employee/form-fields.scss +13 -0
  85. package/src/pages/employee/iframe.scss +66 -0
  86. package/src/pages/employee/inbox.scss +455 -0
  87. package/src/pages/employee/index.scss +337 -0
  88. package/src/pages/employee/login.scss +185 -0
  89. package/src/pages/employee/oldMobileInbox.scss +5 -0
  90. package/src/pages/employee/popupmodule.scss +34 -0
  91. package/src/pages/employee/response.scss +3 -0
  92. package/src/pages/employee/scroll-table.scss +114 -0
  93. package/src/pages/employee/surveys.scss +273 -0
  94. package/src/pages/employee/tooltip.scss +36 -0
  95. package/src/pages/employee/updateNumber.scss +13 -0
  96. package/svg/arrowdown.svg +1 -0
  97. package/svg/arrowleft.svg +1 -0
  98. package/svg/calendar.svg +1 -0
  99. package/svg/camera.svg +4 -0
  100. package/svg/check.svg +4 -0
  101. package/svg/close.svg +4 -0
  102. package/svg/error.svg +4 -0
  103. package/svg/error2.svg +5 -0
  104. package/svg/searchicon.svg +4 -0
  105. package/svg/starempty.svg +4 -0
  106. package/svg/starfilled.svg +5 -0
  107. package/svg/success.svg +4 -0
@@ -0,0 +1,116 @@
1
+ .dss-switch-tabs{/* Card / Primary */
2
+
3
+ /* Light Theme / Paper */
4
+
5
+ background: #FFFFFF;
6
+ /* Card-Shadow */
7
+
8
+ box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
9
+ border-radius: 4px;
10
+ margin-bottom:3%;
11
+ margin-right:25px;
12
+ }
13
+
14
+ .dss-header-label{
15
+ font-weight: 600 !important;
16
+ font-size: 22px !important;
17
+ white-space: pre-line;
18
+ }
19
+ .dss-switch-tab-wrapper{
20
+ cursor:pointer;
21
+ display: flex;
22
+ flex-direction: row;
23
+ height: 50px;
24
+ align-items: center;
25
+ }
26
+
27
+ .dss-switch-tab-selected{
28
+ /* Revenue */
29
+ border-bottom: 3px solid #f47738;
30
+ font-family: Roboto;
31
+ font-style: normal;
32
+ font-weight: 500;
33
+ font-size: 22px;
34
+ color: #f47738;
35
+ padding: 7px 24px;
36
+
37
+ }
38
+ .dss-switch-tab-unselected{
39
+
40
+ font-family: Roboto;
41
+ font-style: normal;
42
+ font-weight: 500;
43
+ font-size: 22px;
44
+ color: #505A5F;
45
+ padding: 8px 24px;
46
+
47
+ }
48
+
49
+ .dss-table-subheader{
50
+ position: relative;
51
+ top: -7px;
52
+ font-size: 13px;
53
+ font-weight: 400;
54
+ color: rgba(80, 90, 95, 1);
55
+ }
56
+
57
+ .dss-pie-subheader{
58
+ position: relative;
59
+ top: -7px;
60
+ font-size: 13px;
61
+ font-weight: 400;
62
+ color: rgba(80, 90, 95, 1);
63
+ }
64
+
65
+ .recharts-legend-item{
66
+ margin-bottom: 20px !important;
67
+ white-space: pre;
68
+ }
69
+
70
+ @media screen and (max-width: 768px) {
71
+ .dss-switch-tabs{/* Card / Primary */
72
+ margin-right:0px;
73
+ }
74
+ }
75
+
76
+ .dss-white-pre{
77
+ white-space: pre;
78
+
79
+ }
80
+ .dss-white-pre-line{
81
+ white-space: pre-line;
82
+
83
+ }
84
+ .dss-white-pre-temp{
85
+ white-space: pre-line;
86
+
87
+ }
88
+
89
+ .multi-select-dropdown-wrap{
90
+ .master{
91
+ .label{
92
+ p{
93
+ white-space:pre;
94
+ }
95
+ }
96
+ }
97
+ }
98
+
99
+ .divToBeHidden{
100
+ display:block;
101
+ }
102
+
103
+ .divWillGetHidden{
104
+ display:none;
105
+ }
106
+
107
+ .dss-temp-white-pre{
108
+ white-space: pre;
109
+ }
110
+
111
+ .dss-input-active-border{
112
+ --border-opacity: 1;
113
+ border: 1px solid #f47738 !important;
114
+ border-color: rgba(244, 119, 56, var(--border-opacity));
115
+ }
116
+
@@ -0,0 +1,13 @@
1
+ .form-field{
2
+ @apply w-full
3
+ }
4
+
5
+ @screen dt {
6
+ .form-field{
7
+ @apply w-1/2
8
+ }
9
+
10
+ .desktop-w-full{
11
+ @apply w-full !important
12
+ }
13
+ }
@@ -0,0 +1,66 @@
1
+ body {
2
+ margin: 0;
3
+ padding: 0;
4
+ font-family: sans-serif;
5
+ background: #f4f7fb;
6
+ }
7
+
8
+
9
+ .app-container-iframe {
10
+ border-width: 0px;
11
+ div[class^="MuiCircularProgress"] {
12
+ position: sticky;
13
+ top: 90%;
14
+ left: 50%;
15
+ }
16
+ div[role^="progressbar"] {
17
+ left: 50%;
18
+ position: sticky;
19
+ }
20
+ }
21
+
22
+ @media only screen and (min-width: 953px) {
23
+ .app-container-iframe {
24
+ border-width: 0px;
25
+ position: fixed;
26
+ width: 83.5%;
27
+ height: calc(100vh - 64px);
28
+ }
29
+ }
30
+
31
+
32
+ @media (max-width: 768px) {
33
+ .app-container-iframe {
34
+ border-width: 0;
35
+ width: 100vw;
36
+ height: 100vh;
37
+ margin: 32px 0 0 0;
38
+ }
39
+ }
40
+ @media (max-width: 375px) {
41
+ .app-container-iframe {
42
+ border-width: 0;
43
+ width: 100vw;
44
+ height: 100vh;
45
+ margin: 32px 0 0 0;
46
+ }
47
+ }
48
+
49
+ .app-iframe-wrapper{
50
+ left: 64px;
51
+ border-width: 0;
52
+ position: fixed;
53
+ top: 80px;
54
+ }
55
+ .app-iframe{
56
+ width: 97%;
57
+ height: calc(100vh - 90px);
58
+ border-width: 0;
59
+ position: fixed;
60
+ }
61
+ @media (max-width: 768px) {
62
+
63
+ .app-iframe-wrapper{
64
+ left: 0px;
65
+ }
66
+ }
@@ -0,0 +1,455 @@
1
+ .complaint-links-container {
2
+ @apply bg-white;
3
+ border-radius: 4px;
4
+ .header {
5
+ @apply flex items-center border-b border-border justify-between;
6
+
7
+ .logo {
8
+ width: 56px;
9
+ height: 56px;
10
+ @apply bg-focus;
11
+ padding: 12px;
12
+ border-radius: 4px;
13
+ svg {
14
+ @apply w-8 h-8;
15
+ }
16
+ }
17
+
18
+ .text {
19
+ @apply pl-md text-heading-m font-bold;
20
+ }
21
+ }
22
+
23
+ .body {
24
+ padding: 10px;
25
+ @apply flex items-start flex-col;
26
+ margin-left: 46px;
27
+
28
+ .link {
29
+ @apply p-sm text-primary-main items-center;
30
+ display: flex !important;
31
+ }
32
+
33
+ .inbox-total {
34
+ padding: 4px;
35
+ display: table;
36
+ @apply whitespace-normal text-center text-white w-8 h-8 bg-primary-main rounded-full ml-xs;
37
+ }
38
+ }
39
+
40
+ .links-wrapper {
41
+ @apply pl-md py-sm text-text-btn;
42
+ .link {
43
+ padding: 0 !important;
44
+ padding-bottom: 4px !important;
45
+ svg {
46
+ @apply ml-sm;
47
+ }
48
+ }
49
+ }
50
+ }
51
+
52
+ .MobilePopupHeadingWrapper{
53
+ @apply flex place-content-between mb-md;
54
+ h2{
55
+ @apply text-heading-l font-bold;
56
+ }
57
+ }
58
+
59
+ .filter-button {
60
+ @apply text-primary-main;
61
+ &:hover {
62
+ @apply text-primary-dark cursor-pointer;
63
+ }
64
+ }
65
+
66
+ .employeeCard-info-box {
67
+ @apply flex justify-end ml-md;
68
+ background-color: #fafafa;
69
+ div {
70
+ margin-right: 32px;
71
+ span:nth-child(2) {
72
+ @apply font-bold;
73
+ color: #4f5a5f;
74
+ }
75
+ }
76
+ .employeeCard-info-data {
77
+ display: flex;
78
+ flex-direction: column;
79
+ }
80
+ }
81
+
82
+ .filter-form {
83
+ .filter-card {
84
+ @apply bg-white min-h-full;
85
+ padding: 10px;
86
+
87
+ .heading {
88
+ justify-content: unset ;
89
+ @apply flex ;
90
+
91
+ .clearAll {
92
+ display: none;
93
+ }
94
+ }
95
+
96
+ .filter-label {
97
+ @apply font-bold text-heading-l flex gap-3;
98
+ padding-bottom: 6px;
99
+ svg{
100
+ fill: #0b0c0c
101
+ }
102
+ }
103
+ .sub-filter-label{
104
+ font-weight: 400;
105
+ font-size: 16px;
106
+ }
107
+ }
108
+ .filter-form-field{
109
+ p{
110
+ @apply text-form-field text-text-primary block mb-md;
111
+ }
112
+ }
113
+ }
114
+
115
+ .inbox-container {
116
+ .filters-container {
117
+ .filter {
118
+ .filter-card {
119
+ @apply bg-white;
120
+ padding: 10px;
121
+ .filter-card-close-button{
122
+ @apply flex flex-row-reverse;
123
+ }
124
+ .heading {
125
+ @apply flex justify-between;
126
+
127
+ .clearAll {
128
+ display: none;
129
+ }
130
+ }
131
+
132
+ .filter-label {
133
+ @apply text-heading-m block flex gap-3 items-center;
134
+ padding-bottom: 6px;
135
+ svg{
136
+ fill: #0b0c0c
137
+ }
138
+ }
139
+
140
+ .sub-filter-label{
141
+ font-weight: 400;
142
+ font-size: 16px;
143
+ }
144
+ }
145
+ }
146
+
147
+ .search-complaint-container {
148
+ @apply items-center bg-white p-md;
149
+
150
+ .complaint-input-container {
151
+ @apply w-full;
152
+ .complaint-input {
153
+ @apply flex flex-col;
154
+
155
+ .clear-search {
156
+ @apply text-focus;
157
+ display: none;
158
+ &:hover {
159
+ color: #003078;
160
+ cursor: pointer;
161
+ }
162
+ }
163
+ }
164
+
165
+ .mobile-input {
166
+ }
167
+ }
168
+ }
169
+ }
170
+
171
+ .status-container {
172
+ margin-bottom: 50px;
173
+ }
174
+ }
175
+
176
+ .clear-search,
177
+ .clear-search .link-label {
178
+ @apply text-focus;
179
+ @apply block;
180
+ cursor: pointer;
181
+ &:hover {
182
+ color: #000;
183
+ }
184
+ }
185
+ .button-clear {
186
+ @apply text-focus text-body-s-dt;
187
+ }
188
+
189
+ .inbox-count {
190
+ @apply inline ml-sm p-sm bg-primary-main rounded-full text-white text-heading-s align-middle text-center font-regular;
191
+ }
192
+
193
+ @screen dt {
194
+ .complaint-links-container {
195
+ @apply bg-white;
196
+
197
+ .header {
198
+ @apply flex items-center border-b border-border;
199
+
200
+ .logo {
201
+ @apply bg-focus;
202
+ padding: 12px;
203
+ border-radius: 4px;
204
+ }
205
+
206
+ .text {
207
+ @apply pl-md text-heading-m-dt font-bold;
208
+ }
209
+ }
210
+
211
+ .body {
212
+ padding: 10px;
213
+ @apply flex items-start flex-col;
214
+ margin-left: 46px;
215
+
216
+ .link {
217
+ @apply p-sm text-primary-main;
218
+ }
219
+ }
220
+ }
221
+
222
+ .inboxLinks {
223
+ margin: 0 !important;
224
+ padding: 0 !important;
225
+ .header {
226
+ border: none;
227
+ @apply justify-start;
228
+ .logo {
229
+ @apply bg-white;
230
+ svg {
231
+ path {
232
+ fill: #f47738;
233
+ }
234
+ }
235
+ }
236
+ }
237
+ .body {
238
+ margin-left: 0;
239
+ }
240
+ }
241
+
242
+ .filter-form {
243
+ .filter-card {
244
+ @apply p-md bg-white;
245
+
246
+ .heading {
247
+ @apply flex justify-between;
248
+ }
249
+
250
+ .label {
251
+ @apply text-heading-s;
252
+ }
253
+ }
254
+ }
255
+
256
+ .inbox-container {
257
+ @apply flex;
258
+
259
+ .filters-container {
260
+ width: 270px;
261
+
262
+ .filter {
263
+ @apply mt-md;
264
+
265
+ .filter-card {
266
+ @apply p-md bg-white;
267
+
268
+ .heading {
269
+ @apply flex justify-between;
270
+ }
271
+
272
+ .label {
273
+ @apply text-heading-s;
274
+ }
275
+ }
276
+ }
277
+ }
278
+
279
+ .search-container {
280
+ width: 874px;
281
+
282
+ .search-complaint-container {
283
+ margin: auto;
284
+ @apply flex flex-col items-start mb-md bg-white p-md;
285
+
286
+ .complaint-header {
287
+ display: flex;
288
+ @apply flex justify-between w-full;
289
+ margin-bottom: 20px;
290
+ }
291
+
292
+ .complaint-input-container {
293
+ /* display: inline-block !important; */
294
+ display: grid;
295
+ grid-template-columns: 33.33% 33.33% 33.33%;
296
+
297
+ &.for-pt {
298
+ &.for-search {
299
+ grid-template-columns: 25% 25% 25% 25%;
300
+
301
+ .input-fields:nth-child(3n) {
302
+ @apply mr-md !important;
303
+ }
304
+
305
+ .input-fields:nth-child(4n) {
306
+ margin-right: 0 !important;
307
+ }
308
+
309
+ .search-submit-wrapper {
310
+ grid-column: 4/5;
311
+ /* margin-top: 56px;*/
312
+ max-width: unset;
313
+ margin-left: unset;
314
+ }
315
+ }
316
+ }
317
+
318
+ .search-submit-wrapper {
319
+ grid-column: 3/4;
320
+ margin-left: 50%;
321
+ max-width: 50%;
322
+ grid-column: 3/4;
323
+ @apply flex flex-col justify-center text-center;
324
+
325
+ .submit-bar-search {
326
+ margin-top: unset;
327
+ width: 100%;
328
+ margin-bottom: 20px;
329
+ margin-left: unset;
330
+ max-width: 100%;
331
+ width: 100%;
332
+ }
333
+ }
334
+
335
+
336
+ .input-fields {
337
+ /*width: calc(50% - 16px);*/
338
+
339
+ @apply inline-block mr-md !important;
340
+
341
+ .inbox-search-form-error {
342
+ padding-top: 0;
343
+ margin-top: 0;
344
+ @apply absolute;
345
+ }
346
+ }
347
+
348
+ .input-fields:nth-child(3n) {
349
+ margin-right: 0 !important;
350
+ }
351
+
352
+ .complaint-input {
353
+ @apply flex flex-col;
354
+
355
+ .clear-search {
356
+ @apply text-focus;
357
+ @apply block;
358
+ cursor: pointer;
359
+ &:hover {
360
+ color: #003078;
361
+ cursor: pointer;
362
+ }
363
+ }
364
+ }
365
+
366
+ .mobile-input {
367
+ @apply ml-sm;
368
+ }
369
+ }
370
+
371
+
372
+
373
+ .search-action-wrapper {
374
+ width: 33%;
375
+ margin-top: 28px;
376
+ @apply inline-block align-middle text-center;
377
+ button {
378
+ margin: 0;
379
+ width: 100%;
380
+ max-width: 300px !important;
381
+ }
382
+ }
383
+ }
384
+
385
+ .search-complaint-container-for-search {
386
+ }
387
+ }
388
+ }
389
+ }
390
+
391
+ .document-clear-all{
392
+ grid-area: 2/2;
393
+ display: flex;
394
+ justify-content: flex-end;
395
+ padding-right: 16px;
396
+ align-items: center;
397
+ }
398
+
399
+
400
+
401
+ .cell-text {
402
+ color: #505a5f;
403
+ }
404
+
405
+ .sla-cell-error {
406
+ color: #d4351c;
407
+ background-color: rgba(212, 53, 28, 0.12);
408
+ padding: 0 24px;
409
+ border-radius: 11px;
410
+ }
411
+
412
+ .sla-cell-success {
413
+ color: #00703c;
414
+ background-color: rgba(0, 112, 60, 0.12);
415
+ padding: 0 24px;
416
+ border-radius: 11px;
417
+ }
418
+
419
+ .complain-no-cell-text {
420
+ margin-top: "4px";
421
+ color: "#505A5F";
422
+ }
423
+
424
+ .search-error-label {
425
+ @apply font-bold text-legend text-error mb-sm !important;
426
+ }
427
+
428
+ .inbox-action-container {
429
+ display: flex;
430
+ justify-content: flex-end;
431
+ align-items: flex-start;
432
+ }
433
+ .complaint-links-container .header .removeHeight {
434
+ line-height: 28px;
435
+ }
436
+
437
+ @screen dt {
438
+ .complaint-links-container .header .removeBorderRadiusLogo {
439
+ border-radius: 2px !important;
440
+ }
441
+ }
442
+ @screen dt {
443
+ .customEmployeeCard {
444
+ width: 273px !important;
445
+ height: 263px !important;
446
+ }
447
+ }
448
+ .employeeTotalLink{
449
+ color: #505A5F;
450
+ font-size: 16px;
451
+ }
452
+
453
+ .inboxLinksFSM {
454
+ margin: 0 !important;
455
+ }