@entit/digit-ui-css 2.0.0 → 2.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 (55) hide show
  1. package/dist/index.css +409 -2230
  2. package/dist/index.min.css +1 -1
  3. package/package.json +2 -2
  4. package/src/components/CardBasedOptions.scss +39 -105
  5. package/src/components/CitizenHomeCard.scss +35 -46
  6. package/src/components/PageBasedInput.scss +19 -27
  7. package/src/components/PropertySearchForm.scss +2 -2
  8. package/src/components/TimeLine.scss +2 -2
  9. package/src/components/bannercomponents.scss +3 -9
  10. package/src/components/body.scss +4 -32
  11. package/src/components/buttons.scss +0 -3
  12. package/src/components/card.scss +25 -48
  13. package/src/components/charts.scss +1 -134
  14. package/src/components/checkbox.scss +4 -35
  15. package/src/components/checkpoint.scss +1 -3
  16. package/src/components/datatable.scss +6 -10
  17. package/src/components/filters.scss +3 -3
  18. package/src/components/hoc/InboxComposer.scss +15 -108
  19. package/src/components/info-banner.scss +2 -3
  20. package/src/components/languageSelector.scss +7 -8
  21. package/src/components/multiLink.scss +0 -15
  22. package/src/components/navbar.scss +12 -210
  23. package/src/components/radiobtn.scss +0 -12
  24. package/src/components/searchAction.scss +1 -1
  25. package/src/components/selectdropdown.scss +2 -28
  26. package/src/components/statushighlight.scss +1 -1
  27. package/src/components/summary.scss +0 -3
  28. package/src/components/table.scss +3 -14
  29. package/src/components/textfields.scss +1 -19
  30. package/src/components/topbar.scss +7 -21
  31. package/src/components/uploadcomponents.scss +0 -18
  32. package/src/index.scss +39 -263
  33. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -8
  34. package/src/pages/citizen/DocumentList.scss +2 -2
  35. package/src/pages/citizen/HomePageWrapper.scss +84 -148
  36. package/src/pages/citizen/container.scss +1 -1
  37. package/src/pages/employee/cardfix.scss +1 -2
  38. package/src/pages/employee/container.scss +13 -13
  39. package/src/pages/employee/dss.scss +9 -142
  40. package/src/pages/employee/iframe.scss +1 -1
  41. package/src/pages/employee/inbox.scss +49 -259
  42. package/src/pages/employee/index.scss +75 -363
  43. package/src/pages/employee/login.scss +21 -96
  44. package/src/pages/employee/popupmodule.scss +0 -13
  45. package/src/pages/employee/scroll-table.scss +1 -1
  46. package/src/pages/employee/surveys.scss +6 -5
  47. package/svg/check.svg +1 -1
  48. package/svg/starempty.svg +1 -1
  49. package/svg/starfilled.svg +1 -1
  50. package/src/components/FAQ.scss +0 -64
  51. package/src/components/howItWorks.scss +0 -71
  52. package/src/components/plusMinus.scss +0 -15
  53. package/src/components/staticDynamicMessages.scss +0 -107
  54. package/src/components/staticSideBar.scss +0 -27
  55. package/src/components/toggleSwitch.scss +0 -41
@@ -8,20 +8,8 @@
8
8
  min-width: 78px;
9
9
  height: 24px;
10
10
  }
11
- .nav {
12
- display: flex;
13
- justify-content: space-between;
14
- }
15
- .nav-wrapper {
16
- display: flex;
17
- @media (min-width: 780px) {
18
- .hamburger-span {
19
- display: none;
20
- }
21
- }
22
- }
23
11
 
24
- h3 {
12
+ h3{
25
13
  @apply inline-block border-l border-solid border-white pl-sm ml-sm;
26
14
  }
27
15
  }
@@ -36,7 +24,8 @@
36
24
  flex-direction: column;
37
25
  align-items: center;
38
26
  padding-top: 30px;
39
- background-color: #ffffff;
27
+ padding-bottom: 30px;
28
+ background-color: rgb(224, 224, 224);
40
29
 
41
30
  img {
42
31
  width: 89px;
@@ -51,26 +40,18 @@
51
40
  &.name-Profile {
52
41
  .label-text {
53
42
  letter-spacing: 0.6px;
54
- font-weight: 700;
55
- font-size: 18px;
56
- color: #0b0c0c;
43
+ color: rgb(72, 72, 72);
44
+ font-weight: 500;
45
+ font-size: 14px;
57
46
  }
58
47
  }
59
48
  }
60
- .profile-divider {
61
- border-top: 1px solid #d6d5d4;
62
- margin-left: 20px;
63
- margin-right: 20px;
64
- width: 90%;
65
- margin-top: 1rem;
66
- }
67
49
  }
68
50
 
69
51
  .drawer-list {
70
- @apply pt-md;
52
+ @apply pt-md pl-md pr-md;
71
53
  position: relative;
72
54
  min-height: 1px;
73
- overflow: auto;
74
55
  .menu-item {
75
56
  border: 10px;
76
57
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -103,183 +84,6 @@
103
84
  }
104
85
  .icon + .menu-label {
105
86
  margin-left: 36px;
106
- text-overflow: ellipsis;
107
- white-space: nowrap;
108
- }
109
- }
110
- .sidebar-list {
111
- padding-right: 16px;
112
- padding-left: 16px;
113
- &.active {
114
- border-left: 5px solid #a82227;
115
- .menu-label {
116
- color: #a82227;
117
- }
118
- .icon {
119
- fill: #a82227;
120
- }
121
- }
122
-
123
- .submenu-container {
124
- cursor: pointer;
125
- display: flex;
126
- flex-direction: column;
127
- .sidebar-link {
128
- display: flex;
129
- justify-content: space-between;
130
- align-items: center;
131
- svg {
132
- width: 21px;
133
- height: 21px;
134
- color: rgb(117, 117, 117);
135
- fill: rgb(117, 117, 117);
136
- }
137
- }
138
- .actions {
139
- display: flex;
140
- align-items: center;
141
- overflow: hidden !important;
142
-
143
- span {
144
- margin-left: 13px;
145
- line-height: 48px;
146
- white-space: nowrap;
147
- color: #5f5c62;
148
- overflow: hidden;
149
- text-overflow: ellipsis;
150
- }
151
- input {
152
- border: none;
153
- outline: none;
154
- margin-left: 16px;
155
- padding: 0.5em;
156
- color: #5f5c62;
157
- }
158
- }
159
- }
160
- }
161
-
162
- .dropdown-link {
163
- .actions {
164
- display: flex;
165
- padding: 1em;
166
- svg {
167
- width: 21px;
168
- height: 21px;
169
- color: rgb(117, 117, 117);
170
- fill: rgb(117, 117, 117);
171
- }
172
- span {
173
- color: #5f5c62;
174
- }
175
- }
176
- }
177
- }
178
-
179
- .drawer-desktop {
180
- .menu-item {
181
- border: 10px;
182
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
183
- cursor: pointer;
184
- text-decoration: none;
185
- margin: 0px;
186
- padding: 0px;
187
- outline: none;
188
- font-size: 16px;
189
- position: relative;
190
- color: rgb(95, 92, 98);
191
- line-height: 48px;
192
- transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
193
- min-height: 48px;
194
- white-space: initial;
195
- background: none;
196
- .icon {
197
- display: block;
198
- color: rgb(117, 117, 117);
199
- fill: rgb(117, 117, 117);
200
- height: 21px !important;
201
- width: 21px !important;
202
- float: left;
203
- margin-top: 12px;
204
- }
205
- .edit-btn-ico {
206
- height: 17px;
207
- width: 17px;
208
- margin-top: 16px;
209
- }
210
- .icon + .menu-label {
211
- margin-left: 36px;
212
- overflow: hidden;
213
- text-overflow: ellipsis;
214
- white-space: nowrap;
215
- }
216
- }
217
- @media (min-width: 780px) {
218
- .sidebar-list {
219
- padding-right: 16px;
220
- padding-left: 16px;
221
- &.active {
222
- border-left: 5px solid #a82227;
223
- padding-left: 11px;
224
- .menu-label {
225
- color: #a82227;
226
- }
227
- .icon {
228
- fill: #a82227;
229
- }
230
- }
231
-
232
- .submenu-container {
233
- cursor: pointer;
234
- display: flex;
235
- flex-direction: column;
236
- .sidebar-link {
237
- display: flex;
238
- justify-content: space-between;
239
- align-items: center;
240
- svg {
241
- width: 21px;
242
- height: 21px;
243
- color: rgb(117, 117, 117);
244
- fill: rgb(117, 117, 117);
245
- }
246
- .actions {
247
- .tooltip {
248
- margin-left: 16px;
249
- }
250
- }
251
- }
252
- .actions {
253
- display: flex;
254
- align-items: center;
255
- overflow: hidden !important;
256
-
257
- span {
258
- margin-left: 13px;
259
- line-height: 48px;
260
- white-space: nowrap;
261
- color: #5f5c62;
262
- overflow: hidden;
263
- text-overflow: ellipsis;
264
- }
265
- }
266
- }
267
- }
268
-
269
- .dropdown-link {
270
- .actions {
271
- display: flex;
272
- padding: 1em;
273
- svg {
274
- width: 21px;
275
- height: 21px;
276
- color: rgb(117, 117, 117);
277
- fill: rgb(117, 117, 117);
278
- }
279
- span {
280
- color: #5f5c62;
281
- }
282
- }
283
87
  }
284
88
  }
285
89
  }
@@ -292,17 +96,15 @@
292
96
  @apply font-light px-sm border-solid border-l border-white border-opacity-100
293
97
  }*/
294
98
 
295
- .side-bar-footer {
99
+ .side-bar-footer{
296
100
  width: 200px;
297
101
  margin-left: 50px;
298
- margin-top: 24px;
299
- margin-bottom: 16px;
300
- position: relative;
102
+ @apply absolute bottom-0;
301
103
  }
302
104
 
303
- .digit-footer {
105
+ .digit-footer{
304
106
  @apply flex h-4 mb-sm;
305
- img {
107
+ img{
306
108
  @apply mr-sm;
307
109
  }
308
- }
110
+ }
@@ -1,22 +1,10 @@
1
1
  .radio-wrap {
2
- line-height: 1.5rem !important;
3
2
  @apply my-sm block leading-10 mb-lg;
4
3
 
5
4
  div {
6
5
  @apply block mb-md;
7
6
  }
8
7
 
9
- .radio-btn-checkmark {
10
- height: 1.5rem !important;
11
- width: 1.5rem !important;
12
- }
13
- .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
14
- top: 0.35rem !important;
15
- left: 0.35rem !important;
16
- height: 0.8rem !important;
17
- width: 0.8rem !important;
18
- }
19
-
20
8
  .radio-btn-wrap {
21
9
  @apply block float-left relative;
22
10
  &:hover {
@@ -14,7 +14,7 @@
14
14
  width: 18px;
15
15
  @apply h-6;
16
16
  path{
17
- fill: #a82227;
17
+ fill: #F47738;
18
18
  }
19
19
  }
20
20
  }
@@ -18,9 +18,6 @@
18
18
  }
19
19
  }
20
20
  */
21
- .employee-select-wrap:active{
22
- background-color: white
23
- }
24
21
  .employee-select-wrap {
25
22
  @apply mb-lg relative;
26
23
 
@@ -52,9 +49,6 @@
52
49
 
53
50
  .select-active {
54
51
  @apply relative block w-full h-10 border-2 border-solid border-primary-main;
55
- height: 2 rem !important;
56
- border: 1px solid black;
57
- background-color: white;
58
52
 
59
53
  input[type="text"] {
60
54
  width: calc(100% - 32px);
@@ -83,9 +77,8 @@
83
77
  .options-card {
84
78
  width: 100% !important;
85
79
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
86
- max-height: 250px !important;
80
+ max-height: 400px;
87
81
  overflow: auto;
88
- z-index: 1000 !important;
89
82
  @apply absolute z-20 mt-xs bg-white max-w-full;
90
83
 
91
84
  p {
@@ -98,23 +91,6 @@
98
91
  }
99
92
  }
100
93
  }
101
- .fsm-registry-dropdown {
102
- .select {
103
- @apply flex;
104
- input {
105
- text-align: left;
106
- }
107
- }
108
- .select-active {
109
- text-align: left;
110
- }
111
- .options-card {
112
- .profile-dropdown--item {
113
- justify-content: left;
114
- }
115
- }
116
- margin-bottom: 0;
117
- }
118
94
 
119
95
  .employee-select-wrap--elipses {
120
96
  width: 85% !important;
@@ -125,7 +101,6 @@
125
101
 
126
102
  .select-wrap {
127
103
  @apply mb-lg relative;
128
- max-width: 540px;
129
104
 
130
105
  .select {
131
106
  @apply relative block w-full h-10 border border-solid border-input-border;
@@ -194,6 +169,5 @@
194
169
  }
195
170
  }
196
171
 
197
- .employee-select-wrap .select img, .employee-select-wrap .select svg{
198
- margin-top: 2px;
172
+ @screen dt {
199
173
  }
@@ -5,7 +5,7 @@
5
5
 
6
6
  p {
7
7
  padding-top: 6px;
8
- @apply block text-center text-caption-m text-error cursor-pointer;
8
+ @apply block text-center text-caption-m text-error;
9
9
  }
10
10
 
11
11
  &.success {
@@ -23,7 +23,4 @@
23
23
  }
24
24
  }
25
25
  }
26
- }
27
- .summary-card-margin{
28
- margin:0 24px 20px 0px !important;
29
26
  }
@@ -6,10 +6,10 @@
6
6
  padding: 20px 18px;
7
7
  @apply font-bold align-middle text-left;
8
8
  &:first-child {
9
- min-width: 100px;
9
+ min-width: 256px;
10
10
  }
11
11
  &:nth-child(2) {
12
- min-width: 150px;
12
+ min-width: 200px;
13
13
  }
14
14
  }
15
15
  }
@@ -88,7 +88,7 @@
88
88
  td:first-child {
89
89
  position: sticky;
90
90
  background: #fff;
91
- color:#a82227;
91
+ color: #f47738;
92
92
  left: 0;
93
93
  border-right: 1px solid #b1b4b6;
94
94
  }
@@ -165,14 +165,3 @@
165
165
  }
166
166
  }
167
167
  }
168
-
169
- .reports-table {
170
- margin-top: 2rem;
171
- thead {
172
- th {
173
- &:first-child {
174
- min-width: unset;
175
- }
176
- }
177
- }
178
- }
@@ -8,16 +8,6 @@
8
8
 
9
9
  .employee-card-input {
10
10
  @apply mb-lg pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
11
- margin-bottom: 16px !important;
12
- height: 40px !important;
13
- }
14
- .employee-card-input:disabled {
15
- @apply border-grey-dark text-grey-dark !important;
16
- pointer-events: none !important;
17
- }
18
- .employee-card-input:disabled {
19
- @apply border-grey-dark text-grey-dark !important;
20
- pointer-events: none !important;
21
11
  }
22
12
  .employee-card-input--front {
23
13
  width: fit-content !important;
@@ -74,9 +64,7 @@
74
64
  }
75
65
 
76
66
  .card-textarea {
77
- /* //width: 480px; */
78
- @apply w-full;
79
- max-width:540px;
67
+ width: 480px;
80
68
  }
81
69
 
82
70
  .employee-card-textarea {
@@ -90,12 +78,6 @@
90
78
 
91
79
  .citizen-card-input {
92
80
  @apply mb-lg pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
93
-
94
- }
95
- .citizen-card-input{
96
- height:2rem !important;
97
- margin-bottom: 16px !important;
98
- line-height: 2.0rem !important;
99
81
  }
100
82
 
101
83
  .citizen-card-input--front {
@@ -18,8 +18,9 @@
18
18
  }
19
19
 
20
20
  &.state {
21
- min-height: 50px;
22
- width: 80px;
21
+ height: 20px;
22
+ max-height: 20px;
23
+ width: auto;
23
24
  }
24
25
  }
25
26
 
@@ -38,7 +39,7 @@
38
39
  }
39
40
 
40
41
  .user-img-txt {
41
- background: #a82227;
42
+ background: #f47738;
42
43
  padding: 10px 15px;
43
44
  border-radius: 50%;
44
45
  color: white;
@@ -89,8 +90,8 @@
89
90
  .select-wrap,
90
91
  .employee-select-wrap {
91
92
  margin-bottom: 0px;
92
- .profile-dropdown--item {
93
- span {
93
+ .profile-dropdown--item{
94
+ span{
94
95
  white-space: pre;
95
96
  }
96
97
  }
@@ -99,15 +100,6 @@
99
100
 
100
101
  .cp {
101
102
  cursor: pointer;
102
- .hamburger {
103
- display: none;
104
- }
105
-
106
- @media (max-width: 780px) {
107
- .hamburger {
108
- display: none;
109
- }
110
- }
111
103
  }
112
104
 
113
105
  .citizen {
@@ -130,10 +122,9 @@
130
122
  flex-direction: row;
131
123
  padding: 10px;
132
124
  column-gap: 10px;
133
- color: #505a5f;
134
125
 
135
126
  &:hover {
136
- background: #eeeeee;
127
+ @apply bg-grey-mid;
137
128
  }
138
129
  }
139
130
 
@@ -141,8 +132,3 @@
141
132
  @apply flex items-center justify-end;
142
133
  min-width: 85px;
143
134
  }
144
- video::-webkit-media-controls-panel {
145
- top: 55%;
146
- position: absolute;
147
- width: 100%;
148
- }
@@ -1,6 +1,5 @@
1
1
  .upload-wrap {
2
2
  @apply flex w-full h-40 bg-grey-light relative mb-lg px-sm border border-border border-dashed;
3
- max-width: 540px;
4
3
 
5
4
  img {
6
5
  display: block;
@@ -71,23 +70,6 @@
71
70
  }
72
71
  }
73
72
 
74
- .upload-file-max-width {
75
- max-width: 540px;
76
- }
77
- .digilocker-btn{
78
- touch-action: manipulation;
79
- cursor: pointer;
80
- background-image: none;
81
- border: 1px solid transparent;
82
- padding: 6px 12px;
83
- font-size: 14px;
84
- line-height: 1.42857143;
85
- border-radius: 4px;
86
- user-select: none;
87
- background: #f0f0f0c9;
88
- display: flex;
89
- font-weight: bold;
90
- }
91
73
  .upload-file {
92
74
  min-height: 56px;
93
75
  @apply relative border border-input-border w-full;