@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.
- package/dist/index.css +409 -2230
- package/dist/index.min.css +1 -1
- package/package.json +2 -2
- package/src/components/CardBasedOptions.scss +39 -105
- package/src/components/CitizenHomeCard.scss +35 -46
- package/src/components/PageBasedInput.scss +19 -27
- package/src/components/PropertySearchForm.scss +2 -2
- package/src/components/TimeLine.scss +2 -2
- package/src/components/bannercomponents.scss +3 -9
- package/src/components/body.scss +4 -32
- package/src/components/buttons.scss +0 -3
- package/src/components/card.scss +25 -48
- package/src/components/charts.scss +1 -134
- package/src/components/checkbox.scss +4 -35
- package/src/components/checkpoint.scss +1 -3
- package/src/components/datatable.scss +6 -10
- package/src/components/filters.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +15 -108
- package/src/components/info-banner.scss +2 -3
- package/src/components/languageSelector.scss +7 -8
- package/src/components/multiLink.scss +0 -15
- package/src/components/navbar.scss +12 -210
- package/src/components/radiobtn.scss +0 -12
- package/src/components/searchAction.scss +1 -1
- package/src/components/selectdropdown.scss +2 -28
- package/src/components/statushighlight.scss +1 -1
- package/src/components/summary.scss +0 -3
- package/src/components/table.scss +3 -14
- package/src/components/textfields.scss +1 -19
- package/src/components/topbar.scss +7 -21
- package/src/components/uploadcomponents.scss +0 -18
- package/src/index.scss +39 -263
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -8
- package/src/pages/citizen/DocumentList.scss +2 -2
- package/src/pages/citizen/HomePageWrapper.scss +84 -148
- package/src/pages/citizen/container.scss +1 -1
- package/src/pages/employee/cardfix.scss +1 -2
- package/src/pages/employee/container.scss +13 -13
- package/src/pages/employee/dss.scss +9 -142
- package/src/pages/employee/iframe.scss +1 -1
- package/src/pages/employee/inbox.scss +49 -259
- package/src/pages/employee/index.scss +75 -363
- package/src/pages/employee/login.scss +21 -96
- package/src/pages/employee/popupmodule.scss +0 -13
- package/src/pages/employee/scroll-table.scss +1 -1
- package/src/pages/employee/surveys.scss +6 -5
- package/svg/check.svg +1 -1
- package/svg/starempty.svg +1 -1
- package/svg/starfilled.svg +1 -1
- package/src/components/FAQ.scss +0 -64
- package/src/components/howItWorks.scss +0 -71
- package/src/components/plusMinus.scss +0 -15
- package/src/components/staticDynamicMessages.scss +0 -107
- package/src/components/staticSideBar.scss +0 -27
- 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
|
-
|
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
|
-
|
55
|
-
font-
|
56
|
-
|
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
|
-
|
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 {
|
@@ -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:
|
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
|
-
|
198
|
-
margin-top: 2px;
|
172
|
+
@screen dt {
|
199
173
|
}
|
@@ -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:
|
9
|
+
min-width: 256px;
|
10
10
|
}
|
11
11
|
&:nth-child(2) {
|
12
|
-
min-width:
|
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
|
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
|
-
|
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
|
-
|
22
|
-
|
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: #
|
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
|
-
|
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;
|