@djb25/digit-ui-css 1.0.2 → 1.0.3

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 (98) hide show
  1. package/README.md +80 -0
  2. package/dist/index.css +7 -15823
  3. package/dist/index.min.css +1 -1
  4. package/package.json +1 -1
  5. package/src/components/CardBasedOptions.scss +36 -97
  6. package/src/components/CitizenHomeCard.scss +41 -43
  7. package/src/components/PageBasedInput.scss +0 -2
  8. package/src/components/PropertySearchForm.scss +4 -4
  9. package/src/components/SearchOnRadioButton.scss +1 -1
  10. package/src/components/StandaloneSearchBar.scss +1 -1
  11. package/src/components/TimeLine.scss +4 -4
  12. package/src/components/bannercomponents.scss +3 -4
  13. package/src/components/body.scss +4 -7
  14. package/src/components/buttons.scss +57 -1
  15. package/src/components/card.scss +97 -42
  16. package/src/components/charts.scss +3 -150
  17. package/src/components/checkbox.scss +4 -35
  18. package/src/components/checkpoint.scss +1 -3
  19. package/src/components/datatable.scss +65 -7
  20. package/src/components/filters.scss +3 -3
  21. package/src/components/financeUi.scss +875 -0
  22. package/src/components/hoc/InboxComposer.scss +1 -1
  23. package/src/components/inboxv2/InboxLinks.scss +59 -0
  24. package/src/components/inboxv2/horizontalNav.scss +224 -0
  25. package/src/components/inboxv2/inboxSearch.scss +116 -0
  26. package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
  27. package/src/components/inboxv2/index.scss +5 -0
  28. package/src/components/inboxv2/searchComponentTable.scss +44 -0
  29. package/src/components/languageSelector.scss +1 -2
  30. package/src/components/loader.scss +1 -1
  31. package/src/components/metricsTable.scss +2 -1
  32. package/src/components/multiLink.scss +1 -1
  33. package/src/components/multiSelectDropdown.scss +4 -0
  34. package/src/components/navbar.scss +13 -9
  35. package/src/components/plusMinus.scss +3 -3
  36. package/src/components/radiobtn.scss +0 -12
  37. package/src/components/searchAction.scss +1 -1
  38. package/src/components/selectdropdown.scss +12 -37
  39. package/src/components/sidebar.scss +141 -0
  40. package/src/components/table.scss +60 -8
  41. package/src/components/textfields.scss +4 -16
  42. package/src/components/toggleSwitch.scss +1 -1
  43. package/src/components/topbar.scss +11 -8
  44. package/src/components/uploadcomponents.scss +3 -16
  45. package/src/digitv2/components/ErrorMessage.scss +6 -0
  46. package/src/digitv2/components/FormComposerV2.scss +120 -0
  47. package/src/digitv2/components/actionLinkV2.scss +7 -0
  48. package/src/digitv2/components/actionbarV2.scss +110 -0
  49. package/src/digitv2/components/appContainerV2.scss +55 -0
  50. package/src/digitv2/components/backButtonV2.scss +26 -0
  51. package/src/digitv2/components/bannerV2.scss +120 -0
  52. package/src/digitv2/components/bodyContainerV2.scss +39 -0
  53. package/src/digitv2/components/breadCrumbV2.scss +31 -0
  54. package/src/digitv2/components/breakLineV2.scss +6 -0
  55. package/src/digitv2/components/buttonsV2.scss +40 -0
  56. package/src/digitv2/components/cardV2.scss +385 -0
  57. package/src/digitv2/components/checkboxV2.scss +61 -0
  58. package/src/digitv2/components/checkpointV2.scss +71 -0
  59. package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
  60. package/src/digitv2/components/dateWrapV2.scss +12 -0
  61. package/src/digitv2/components/displayPhotosV2.scss +33 -0
  62. package/src/digitv2/components/headerV2.scss +6 -0
  63. package/src/digitv2/components/infoBannerV2.scss +37 -0
  64. package/src/digitv2/components/keynoteV2.scss +35 -0
  65. package/src/digitv2/components/loaderV2.scss +81 -0
  66. package/src/digitv2/components/mobileNumberV2.scss +33 -0
  67. package/src/digitv2/components/multiSelectDropdownV2.scss +92 -0
  68. package/src/digitv2/components/noresultsfoundV2.scss +11 -0
  69. package/src/digitv2/components/otpInputV2.scss +15 -0
  70. package/src/digitv2/components/popUpV2.scss +16 -0
  71. package/src/digitv2/components/radiobtnV2.scss +51 -0
  72. package/src/digitv2/components/ratingV2.scss +33 -0
  73. package/src/digitv2/components/selectdropdownV2.scss +170 -0
  74. package/src/digitv2/components/tagV2.scss +28 -0
  75. package/src/digitv2/components/telephoneV2.scss +18 -0
  76. package/src/digitv2/components/textInputV2.scss +123 -0
  77. package/src/digitv2/components/textareaV2.scss +11 -0
  78. package/src/digitv2/components/uploadFileV2.scss +146 -0
  79. package/src/digitv2/index.scss +168 -0
  80. package/src/digitv2/pages/employee/index.scss +1 -0
  81. package/src/digitv2/pages/employee/workbench.scss +1042 -0
  82. package/src/digitv2/typography.scss +241 -0
  83. package/src/index.scss +109 -74
  84. package/src/pages/citizen/DocumentList.scss +5 -5
  85. package/src/pages/citizen/HomePageWrapper.scss +6 -11
  86. package/src/pages/citizen/container.scss +1 -1
  87. package/src/pages/employee/cardfix.scss +1 -2
  88. package/src/pages/employee/container.scss +8 -9
  89. package/src/pages/employee/dss.scss +29 -12
  90. package/src/pages/employee/inbox.scss +91 -144
  91. package/src/pages/employee/index.scss +244 -248
  92. package/src/pages/employee/login.scss +135 -93
  93. package/src/pages/employee/popupmodule.scss +0 -13
  94. package/src/pages/employee/scroll-table.scss +9 -4
  95. package/src/pages/employee/surveys.scss +14 -13
  96. package/svg/check.svg +1 -1
  97. package/svg/starempty.svg +1 -1
  98. package/svg/starfilled.svg +1 -1
@@ -0,0 +1,241 @@
1
+ @import url("../index.scss");
2
+
3
+ .typography {
4
+ &.text-heading-xl {
5
+ font-family: theme(digitv2.fontFamily.rc);
6
+ font-style: theme(digitv2.fontStyle.normal);
7
+ font-weight: theme(digitv2.fontWeight.bold);
8
+ color: theme(digitv2.lightTheme.text-color-primary);
9
+ line-height: theme(digitv2.lineHeight.normal);
10
+
11
+ @media (min-width: theme(digitv2.screens.desktop)) {
12
+ font-size: theme(digitv2.fontSize.heading-xl.desktop);
13
+ }
14
+
15
+ @media (min-width: theme(digitv2.screens.tablet)) {
16
+ font-size: theme(digitv2.fontSize.heading-xl.tablet);
17
+ }
18
+
19
+ @media (min-width: theme(digitv2.screens.mobile)) {
20
+ font-size: theme(digitv2.fontSize.heading-xl.mobile);
21
+ }
22
+ }
23
+
24
+ &.text-heading-l {
25
+ font-family: theme(digitv2.fontFamily.sans);
26
+ font-style: theme(digitv2.fontStyle.normal);
27
+ font-weight: theme(digitv2.fontWeight.bold);
28
+ color: theme(digitv2.lightTheme.text-color-primary);
29
+ line-height: theme(digitv2.lineHeight.normal);
30
+
31
+ @media screen and (min-width: theme(digitv2.screens.desktop)) {
32
+ font-size: theme(digitv2.fontSize.heading-l.desktop);
33
+ }
34
+ @media screen and (min-width: theme(digitv2.screens.tablet)) {
35
+ font-size: theme(digitv2.fontSize.heading-l.tablet);
36
+ }
37
+
38
+ @media screen and (min-width: theme(digitv2.screens.mobile)) {
39
+ font-size: theme(digitv2.fontSize.heading-l.mobile);
40
+ }
41
+ }
42
+ &.text-heading-m {
43
+ font-family: theme(digitv2.fontFamily.sans);
44
+ font-style: theme(digitv2.fontStyle.normal);
45
+ font-weight: theme(digitv2.fontWeight.bold);
46
+ color: theme(digitv2.lightTheme.text-color-primary);
47
+ line-height: theme(digitv2.lineHeight.normal);
48
+
49
+ @media screen and (min-width: theme(digitv2.screens.desktop)) {
50
+ font-size: theme(digitv2.fontSize.heading-m.desktop);
51
+ }
52
+ @media screen and (min-width: theme(digitv2.screens.tablet)) {
53
+ font-size: theme(digitv2.fontSize.heading-m.tablet);
54
+ }
55
+
56
+ @media screen and (min-width: theme(digitv2.screens.mobile)) {
57
+ font-size: theme(digitv2.fontSize.heading-m.desktop);
58
+ }
59
+ }
60
+ &.text-heading-s {
61
+ font-family: theme(digitv2.fontFamily.sans);
62
+ font-style: theme(digitv2.fontStyle.normal);
63
+ font-weight: theme(digitv2.fontWeight.bold);
64
+ color: theme(digitv2.lightTheme.text-color-primary);
65
+ line-height: theme(digitv2.lineHeight.normal);
66
+
67
+ @media screen and (min-width: theme(digitv2.screens.desktop)) {
68
+ font-size: theme(digitv2.fontSize.heading-s.desktop);
69
+ }
70
+ @media screen and (min-width: theme(digitv2.screens.tablet)) {
71
+ font-size: theme(digitv2.fontSize.heading-s.tablet);
72
+ }
73
+
74
+ @media screen and (min-width: theme(digitv2.screens.mobile)) {
75
+ font-size: theme(digitv2.fontSize.heading-s.mobile);
76
+ }
77
+ }
78
+ &.text-heading-xs {
79
+ @media screen and (min-width: theme(digitv2.screens.mobile)) {
80
+ font-size: theme(digitv2.fontSize.heading-xs.mobile);
81
+ font-family: theme(digitv2.fontFamily.sans);
82
+ font-style: theme(digitv2.fontStyle.normal);
83
+ font-weight: theme(digitv2.fontWeight.bold);
84
+ color: theme(digitv2.lightTheme.text-color-primary);
85
+ line-height: theme(digitv2.lineHeight.normal);
86
+ }
87
+ }
88
+ &.text-caption-l {
89
+ font-family: theme(digitv2.fontFamily.sans);
90
+ font-style: theme(digitv2.fontStyle.italic);
91
+ font-weight: theme(digitv2.fontWeight.medium);
92
+ color: theme(digitv2.lightTheme.text-color-primary);
93
+ line-height: theme(digitv2.lineHeight.normal);
94
+
95
+ @media screen and (min-width: theme(digitv2.screens.desktop)) {
96
+ font-size: theme(digitv2.fontSize.caption-l.desktop);
97
+ }
98
+ @media screen and (min-width: theme(digitv2.screens.tablet)) {
99
+ font-size: theme(digitv2.fontSize.caption-l.tablet);
100
+ }
101
+
102
+ @media screen and (min-width: theme(digitv2.screens.mobile)) {
103
+ font-size: theme(digitv2.fontSize.caption-l.mobile);
104
+ }
105
+ }
106
+
107
+ &.text-caption-m {
108
+ font-family: theme(digitv2.fontFamily.sans);
109
+ font-style: theme(digitv2.fontStyle.italic);
110
+ font-weight: theme(digitv2.fontWeight.medium);
111
+ color: theme(digitv2.lightTheme.text-color-primary);
112
+ line-height: theme(digitv2.lineHeight.normal);
113
+
114
+ @media screen and (min-width: theme(digitv2.screens.desktop)) {
115
+ font-size: theme(digitv2.fontSize.caption-m.desktop);
116
+ }
117
+ @media screen and (min-width: theme(digitv2.screens.tablet)) {
118
+ font-size: theme(digitv2.fontSize.caption-m.tablet);
119
+ }
120
+
121
+ @media screen and (min-width: theme(digitv2.screens.mobile)) {
122
+ font-size: theme(digitv2.fontSize.caption-m.mobile);
123
+ }
124
+ }
125
+
126
+ &.text-caption-s {
127
+ font-family: theme(digitv2.fontFamily.sans);
128
+ font-style: theme(digitv2.fontStyle.italic);
129
+ font-weight: theme(digitv2.fontWeight.medium);
130
+ color: theme(digitv2.lightTheme.text-color-primary);
131
+ line-height: theme(digitv2.lineHeight.normal);
132
+
133
+ @media screen and (min-width: theme(digitv2.screens.desktop)) {
134
+ font-size: theme(digitv2.fontSize.caption-s.desktop);
135
+ }
136
+ @media screen and (min-width: theme(digitv2.screens.tablet)) {
137
+ font-size: theme(digitv2.fontSize.caption-s.tablet);
138
+ }
139
+
140
+ @media screen and (min-width: theme(digitv2.screens.mobile)) {
141
+ font-size: theme(digitv2.fontSize.caption-s.desktop);
142
+ }
143
+ }
144
+ &.text-body-l {
145
+ font-family: theme(digitv2.fontFamily.sans);
146
+ font-style: theme(digitv2.fontStyle.italic);
147
+ font-weight: theme(digitv2.fontWeight.regular);
148
+ color: theme(digitv2.lightTheme.text-color-primary);
149
+
150
+ @media screen and (min-width: theme(digitv2.screens.desktop)) {
151
+ font-size: theme(digitv2.fontSize.body-l.desktop);
152
+ line-height: theme(digitv2.lineHeight.line-height-body-l.desktop);
153
+ }
154
+ @media screen and (min-width: theme(digitv2.screens.tablet)) {
155
+ font-size: theme(digitv2.fontSize.body-l.tablet);
156
+ line-height: theme(digitv2.lineHeight.line-height-body-l.tablet);
157
+ }
158
+
159
+ @media screen and (min-width: theme(digitv2.screens.mobile)) {
160
+ font-size: theme(digitv2.fontSize.body-l.mobile);
161
+ line-height: theme(digitv2.lineHeight.line-height-body-l.mobile);
162
+ }
163
+ }
164
+ &.text-body-s {
165
+ font-family: theme(digitv2.fontFamily.sans);
166
+ font-style: theme(digitv2.fontStyle.italic);
167
+ font-weight: theme(digitv2.fontWeight.regular);
168
+ color: theme(digitv2.lightTheme.text-color-primary);
169
+
170
+ @media screen and (min-width: theme(digitv2.screens.desktop)) {
171
+ font-size: theme(digitv2.fontSize.body-s.desktop);
172
+ line-height: theme(digitv2.lineHeight.line-height-body-s.desktop);
173
+ }
174
+ @media screen and (min-width: theme(digitv2.screens.tablet)) {
175
+ font-size: theme(digitv2.fontSize.body-s.tablet);
176
+ line-height: theme(digitv2.lineHeight.line-height-body-s.tablet);
177
+ }
178
+
179
+ @media screen and (min-width: theme(digitv2.screens.mobile)) {
180
+ font-size: theme(digitv2.fontSize.body-s.mobile);
181
+ line-height: theme(digitv2.lineHeight.line-height-body-s.mobile);
182
+ }
183
+ }
184
+ &.text-body-xs {
185
+ font-family: theme(digitv2.fontFamily.sans);
186
+ font-style: theme(digitv2.fontStyle.italic);
187
+ font-weight: theme(digitv2.fontWeight.regular);
188
+ color: theme(digitv2.lightTheme.text-color-primary);
189
+
190
+ @media screen and (min-width: theme(digitv2.screens.desktop)) {
191
+ font-size: theme(digitv2.fontSize.body-xs.desktop);
192
+ line-height: theme(digitv2.lineHeight.line-height-body-xs.desktop);
193
+ }
194
+ @media screen and (min-width: theme(digitv2.screens.tablet)) {
195
+ font-size: theme(digitv2.fontSize.body-xs.tablet);
196
+ line-height: theme(digitv2.lineHeight.line-height-body-xs.tablet);
197
+ }
198
+
199
+ @media screen and (min-width: theme(digitv2.screens.mobile)) {
200
+ font-size: theme(digitv2.fontSize.body-xs.mobile);
201
+ line-height: theme(digitv2.lineHeight.line-height-body-xs.mobile);
202
+ }
203
+ }
204
+ &.text-label {
205
+ font-family: theme(digitv2.fontFamily.sans);
206
+ font-style: theme(digitv2.fontStyle.italic);
207
+ font-weight: theme(digitv2.fontWeight.regular);
208
+ color: theme(digitv2.lightTheme.text-color-primary);
209
+ line-height: theme(digitv2.lineHeight.normal);
210
+
211
+ @media screen and (min-width: theme(digitv2.screens.desktop)) {
212
+ font-size: theme(digitv2.fontSize.label.desktop);
213
+ }
214
+ @media screen and (min-width: theme(digitv2.screens.tablet)) {
215
+ font-size: theme(digitv2.fontSize.label.tablet);
216
+ }
217
+
218
+ @media screen and (min-width: theme(digitv2.screens.mobile)) {
219
+ font-size: theme(digitv2.fontSize.label.mobile);
220
+ }
221
+ }
222
+ &.text-link {
223
+ font-family: theme(digitv2.fontFamily.sans);
224
+ font-style: theme(digitv2.fontStyle.normal);
225
+ font-weight: theme(digitv2.fontWeight.regular);
226
+ color: theme(digitv2.lightTheme.text-color-primary);
227
+ line-height: theme(digitv2.lineHeight.normal);
228
+ text-decoration: theme(digitv2.textDecorationLine.underline);
229
+
230
+ @media screen and (min-width: theme(digitv2.screens.desktop)) {
231
+ font-size: theme(digitv2.fontSize.link.desktop);
232
+ }
233
+ @media screen and (min-width: theme(digitv2.screens.tablet)) {
234
+ font-size: theme(digitv2.fontSize.link.tablet);
235
+ }
236
+
237
+ @media screen and (min-width: theme(digitv2.screens.mobile)) {
238
+ font-size: theme(digitv2.fontSize.link.mobile);
239
+ }
240
+ }
241
+ }
package/src/index.scss CHANGED
@@ -81,6 +81,7 @@
81
81
  @import "./components/staticDynamicMessages.scss";
82
82
  @import "./components/toggleSwitch.scss";
83
83
  @import "./components/plusMinus.scss";
84
+ @import "./components/financeUi.scss";
84
85
  @import "./components/landingpage.scss";
85
86
 
86
87
  @import "./pages/employee/index.scss";
@@ -107,17 +108,30 @@
107
108
  @import "./pages/citizen/updatePropertyNumber.scss";
108
109
  @import "./pages/citizen/citizenDocument.scss";
109
110
  @import "./pages/employee/surveys.scss";
111
+ @import "./digitv2/index.scss";
112
+ /* @import "./digitv2/typography.scss"; */
113
+ @import "./components/inboxv2/index.scss";
114
+ @import "./components//sidebar.scss";
110
115
 
111
116
  .display-none {
112
117
  display: none;
113
118
  }
114
- .primary-label-btn{
115
- margin: 10px auto 0px !important;
116
- }
119
+
117
120
  .p-unset {
118
121
  padding: unset !important;
119
122
  }
120
123
 
124
+ h1,
125
+ h2,
126
+ h3,
127
+ h4,
128
+ h5,
129
+ h6 {
130
+ font-size: inherit;
131
+ font-weight: inherit;
132
+ }
133
+
134
+
121
135
  .flex-one {
122
136
  @apply flex-1;
123
137
  }
@@ -125,6 +139,7 @@
125
139
  .display-flex-gap-2 {
126
140
  @apply flex gap-3;
127
141
  }
142
+
128
143
  .rm-mb {
129
144
  margin-bottom: unset !important;
130
145
  }
@@ -177,17 +192,24 @@
177
192
  @apply mb-sm;
178
193
  }
179
194
 
195
+ .employeeCard {
196
+ /* TODO need to revisit that we need mx-md NABEEL/ANIL
197
+ @apply mb-md mx-md !important;
198
+ */
199
+ @apply mb-md !important;
200
+ }
201
+
180
202
  .home-link {
181
203
  margin-left: 16px;
182
204
  margin-bottom: 16px;
183
205
 
184
206
  a {
185
- color: #1d70b8;
207
+ color: theme(colors.link.normal);
186
208
  }
187
209
  }
188
210
 
189
211
  .clear-search-label {
190
- color: #a82227;
212
+ color: theme(colors.primary.main);
191
213
  cursor: pointer;
192
214
  }
193
215
 
@@ -200,7 +222,7 @@
200
222
  @apply flex justify-between items-center;
201
223
 
202
224
  .download-button {
203
- color: a82227;
225
+ color: theme(colors.primary.main);
204
226
  margin-left: 8px;
205
227
  }
206
228
  }
@@ -209,15 +231,13 @@
209
231
  @apply flex mb-sm;
210
232
 
211
233
  .download-button {
212
- color: #a82227;
234
+ color: theme(colors.primary.main);
213
235
  margin-left: 8px;
214
- white-space: nowrap;
215
-
216
236
  }
217
237
  }
218
238
 
219
239
  .check-page-link-button {
220
- color: #a82227 !important;
240
+ color: theme(colors.primary.main) !important;
221
241
  }
222
242
 
223
243
  .pt-application-download-btn {
@@ -231,6 +251,7 @@
231
251
  position: unset;
232
252
  }
233
253
  }
254
+
234
255
  .application-table-container {
235
256
  @apply mt-lg ml-lg flex-1;
236
257
  }
@@ -240,10 +261,10 @@
240
261
  gap: 10px;
241
262
 
242
263
  svg {
243
- fill: #a82227;
264
+ fill: theme(colors.primary.main);
244
265
  }
245
266
 
246
- color: #5a1166;
267
+ color: theme(colors.primary.main);
247
268
 
248
269
  cursor: pointer;
249
270
  font-weight: 500;
@@ -251,7 +272,20 @@
251
272
  }
252
273
 
253
274
  .primaryColor {
254
- color: #0b0c0c !important;
275
+ color: theme(colors.text.primary) !important;
276
+ }
277
+
278
+ input[readonly] {
279
+ @apply border-grey-dark !important;
280
+ background-color: theme(digitv2.lightTheme.background);
281
+ border-color: theme(digitv2.lightTheme.text-color-secondary);
282
+ color: theme(digitv2.lightTheme.text-color-secondary);
283
+ }
284
+
285
+ .hide-input-type-file {
286
+ position: absolute;
287
+ clip: rect(0, 0, 0, 0);
288
+ pointer-events: none !important;
255
289
  }
256
290
 
257
291
  @media (hover: hover) {
@@ -284,14 +318,17 @@
284
318
  .react-time-picker {
285
319
  width: 194px;
286
320
  height: 2.5rem;
321
+
287
322
  &__wrapper {
288
- border: 2px solid #0b0c0c;
323
+ border: 2px solid theme(colors.text.primary);
289
324
  padding-left: 16px;
290
325
  }
326
+
291
327
  &__inputGroup__input {
292
328
  @apply px-sm;
293
329
  line-height: 2.5rem;
294
330
  min-width: 16px;
331
+
295
332
  &:focus {
296
333
  outline: 2px solid black;
297
334
  }
@@ -308,10 +345,12 @@ input[type="number"]::-webkit-outer-spin-button {
308
345
  -webkit-appearance: none;
309
346
  margin: 0;
310
347
  }
348
+
311
349
  input[type="number"] {
312
350
  -moz-appearance: textfield;
313
351
  }
314
352
 
353
+
315
354
  .static {
316
355
  @apply flex flex-col;
317
356
  min-height: 85vh;
@@ -320,8 +359,10 @@ input[type="number"] {
320
359
  flex: 1;
321
360
  max-height: 75vh;
322
361
  overflow: scroll;
323
- -ms-overflow-style: none; /* IE and Edge */
324
- scrollbar-width: none; /* Firefox */
362
+ -ms-overflow-style: none;
363
+ /* IE and Edge */
364
+ scrollbar-width: none;
365
+ /* Firefox */
325
366
 
326
367
  &::-webkit-scrollbar {
327
368
  display: none;
@@ -389,7 +430,7 @@ input[type="number"] {
389
430
 
390
431
  .cheque-date {
391
432
  @apply flex items-center mb-lg;
392
- border: 2px solid #0b0c0c;
433
+ border: 2px solid theme(colors.text.primary);
393
434
  border-radius: 2px;
394
435
 
395
436
  input {
@@ -414,7 +455,7 @@ input[type="number"] {
414
455
 
415
456
  .ifsc-field {
416
457
  @apply flex items-center mb-lg;
417
- border: 2px solid #0b0c0c;
458
+ border: 2px solid theme(colors.text.primary);
418
459
  border-radius: 2px;
419
460
 
420
461
  input {
@@ -424,6 +465,7 @@ input[type="number"] {
424
465
  text-indent: 5px;
425
466
  padding: 6px 0px;
426
467
  }
468
+
427
469
  button {
428
470
  @apply outline-none;
429
471
  border: 0px;
@@ -434,9 +476,11 @@ input[type="number"] {
434
476
 
435
477
  .text-input {
436
478
  @apply relative w-full;
479
+
437
480
  input {
438
481
  &:hover {
439
- @apply border-2 border-solid border-primary-main;
482
+ --border-opacity: 1;
483
+ border: 1px solid #667eea;
440
484
  }
441
485
  }
442
486
  }
@@ -506,12 +550,10 @@ input[type="number"] {
506
550
  width: 100% !important;
507
551
  }
508
552
 
509
-
510
- .edcr-citizen-inbox{
511
- thead th:first-child{
512
- min-width:100px;
513
- }
514
-
553
+ .edcr-citizen-inbox {
554
+ thead th:first-child {
555
+ min-width: 155px;
556
+ }
515
557
  }
516
558
 
517
559
  .error-boundary {
@@ -523,17 +565,19 @@ input[type="number"] {
523
565
  justify-content: center;
524
566
  align-items: center;
525
567
  flex-direction: column;
526
- position: absolute !important;
568
+
527
569
  .error-container {
528
570
  display: flex;
529
571
  width: 400px;
530
572
  justify-content: center;
531
573
  align-items: center;
532
574
  flex-direction: column;
575
+
533
576
  h1 {
534
577
  font-size: 32px;
535
578
  font-weight: bold;
536
579
  }
580
+
537
581
  button {
538
582
  height: 40px;
539
583
  width: 153px;
@@ -541,7 +585,7 @@ input[type="number"] {
541
585
  padding: 8px 24px;
542
586
  color: white;
543
587
  cursor: pointer;
544
- background-color: #a82227;
588
+ background-color: theme(colors.primary.main);
545
589
  }
546
590
  }
547
591
  }
@@ -559,10 +603,17 @@ input[type="number"] {
559
603
  .full-width-card {
560
604
  width: 92vw !important;
561
605
  }
606
+
562
607
  .full-employee-card-link {
563
608
  width: 100% !important;
564
609
  margin: 7px 0px;
610
+
611
+ a {
612
+ color: inherit;
613
+ text-decoration: inherit;
614
+ }
565
615
  }
616
+
566
617
  .full-employee-card-height {
567
618
  height: unset !important;
568
619
  }
@@ -571,15 +622,18 @@ input[type="number"] {
571
622
  .full-employee-card-height {
572
623
  height: 196px !important;
573
624
  }
625
+
574
626
  .full-employee-card-link {
575
627
  width: 30% !important;
576
628
  }
629
+
577
630
  .full-width-card {
578
631
  @apply w-full !important;
579
632
  }
580
633
  }
581
- .applications-list-container {
582
- }
634
+
635
+ .applications-list-container {}
636
+
583
637
  .complaint-summary {
584
638
  @media (min-width: 780px) {
585
639
  flex: 1 0 auto;
@@ -598,6 +652,7 @@ input[type="number"] {
598
652
  padding-right: 16px;
599
653
  }
600
654
  }
655
+
601
656
  @media (min-width: 780px) {
602
657
  .citizen-card-container {
603
658
  padding-left: 15px;
@@ -607,9 +662,9 @@ input[type="number"] {
607
662
  }
608
663
 
609
664
  @media (min-width: 780px) {
665
+
610
666
  .citizen-obps-wrapper,
611
667
  .selection-card-wrapper,
612
- .fsm-citizen-wrapper,
613
668
  .pgr-citizen-wrapper,
614
669
  .pt-citizen,
615
670
  .bill-citizen,
@@ -626,12 +681,15 @@ input[type="number"] {
626
681
  margin-top: 1rem;
627
682
  }
628
683
  }
684
+
629
685
  @media only screen and (max-width: 768px) {
686
+
630
687
  /* For mobile phones: */
631
688
  .error-boundary {
632
689
  height: 75vh;
633
690
  }
634
691
  }
692
+
635
693
  .employee-app-wrapper {
636
694
  min-height: calc(100vh - 8em);
637
695
  }
@@ -642,9 +700,11 @@ input[type="number"] {
642
700
  flex-direction: row-reverse !important;
643
701
  width: 100% !important;
644
702
  align-items: center;
703
+
645
704
  button {
646
705
  width: 240px !important;
647
706
  }
707
+
648
708
  p {
649
709
  width: unset;
650
710
  margin-right: 1rem;
@@ -669,6 +729,7 @@ input[type="number"] {
669
729
  padding-bottom: 8px;
670
730
  margin-bottom: 8px;
671
731
  }
732
+
672
733
  .row {
673
734
  color: #b1b4b6;
674
735
  font-weight: 700;
@@ -687,11 +748,13 @@ input[type="number"] {
687
748
  .connection-details-old-value-wrapper,
688
749
  .plumber-details-old-value-wrapper {
689
750
  flex: 1 1 auto;
751
+
690
752
  .old-value-null-wrapper {
691
753
  visibility: hidden;
692
754
  padding-bottom: 8px;
693
755
  margin-bottom: 8px;
694
756
  }
757
+
695
758
  .row {
696
759
  color: #b1b4b6;
697
760
  font-weight: 700;
@@ -703,67 +766,39 @@ input[type="number"] {
703
766
  padding: 1rem;
704
767
  font-weight: 400;
705
768
  }
769
+
706
770
  .modal-body-ws {
707
771
  padding: 1rem;
708
772
  font-weight: 700;
709
- color: #0b0c0c;
773
+ color: theme(colors.text.primary);
710
774
  font-size: 24px;
711
775
  margin-bottom: 1rem;
712
776
  }
777
+
713
778
  .privacy-icon {
714
779
  cursor: pointer;
715
780
  }
781
+
716
782
  .privacy-icon:hover {
717
783
  path {
718
784
  fill: rgba(244, 119, 56, 1);
719
785
  }
720
786
  }
721
787
 
722
- .employee-app-wrapper{
723
- min-height: calc(100vh - 8em);
724
- }
725
- .submit-bar header{
726
- line-height: 2.0rem !important;
727
- }
728
- .logo-removeBorderRadiusLogo svg{
729
- width: 50px;
730
- height: 60px;
731
- }
732
-
733
- .icon-banner-employee {
734
- background-color:#d7aefc !important;
735
- }
736
- .icon-banner-employee svg{
737
- background-color:#bf2f3b !important;
738
- width: 40px;
739
- height: 40px;
740
- }
741
- .inboxButton{
742
- border: none;
743
- color: white;
744
- text-align: center;
745
- text-decoration: none;
746
- display: inline-block;
747
- font-size: 14px;
748
- margin: 4px 2px;
749
- cursor: pointer;
750
- height: fit-content;
751
- border-radius: 5px;
752
- font-family: sans-serif;
753
- font-weight: 700;
754
- }
755
- .employee .inboxButton{
756
- padding: 5px 15px;
757
- background: #ba2b36
758
- }
759
- .citizen .inboxButton{
760
- padding: 15px;
761
- font-size: 1.2rem
788
+ .privacy-icon-2 {
789
+ cursor: pointer;
762
790
  }
763
791
 
764
- @media screen and (max-width: 768px) {
765
- .citizen .inboxButton{
766
- font-size: 1rem;
792
+ .privacy-icon-2:hover {
793
+ path {
794
+ fill: none;
767
795
  }
768
796
  }
769
797
 
798
+ .audit-card {
799
+ width: 80%;
800
+ margin-left: -260px;
801
+ margin-right: -27%;
802
+ max-height: 120px;
803
+ margin-top: 90px;
804
+ }