@entit/digit-ui-css 1.5.6 → 2.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.
- package/dist/index.css +2302 -400
- package/dist/index.min.css +1 -1
- package/package.json +64 -64
- package/src/components/CardBasedOptions.scss +110 -44
- package/src/components/CitizenHomeCard.scss +57 -46
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +31 -23
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +55 -55
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +97 -58
- package/src/components/bannercomponents.scss +137 -131
- package/src/components/body.scss +146 -118
- package/src/components/buttons.scss +50 -47
- package/src/components/card.scss +412 -389
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +318 -185
- package/src/components/checkbox.scss +84 -53
- package/src/components/checkpoint.scss +65 -63
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +11 -11
- package/src/components/datatable.scss +76 -72
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -22
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -34
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +24 -23
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -72
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +308 -110
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +56 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +199 -173
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -25
- package/src/components/table.scss +178 -167
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +108 -90
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +148 -134
- package/src/components/uploadcomponents.scss +113 -95
- package/src/index.scss +768 -544
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -5
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +163 -99
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/container.scss +19 -19
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -12
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dss.scss +249 -116
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +687 -455
- package/src/pages/employee/index.scss +625 -337
- package/src/pages/employee/login.scss +260 -185
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -34
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +272 -273
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
@@ -1,185 +1,260 @@
|
|
1
|
-
.loginFormStyleEmployee {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
}
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
.
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
.
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
}
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
}
|
72
|
-
.
|
73
|
-
|
74
|
-
}
|
75
|
-
.
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
.
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
.
|
86
|
-
font-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
}
|
122
|
-
|
123
|
-
|
124
|
-
font-size:
|
125
|
-
line-height:
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
}
|
144
|
-
.
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
.
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
.
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
}
|
176
|
-
.
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
1
|
+
.loginFormStyleEmployee {
|
2
|
+
z-index: 10;
|
3
|
+
margin-top: 15px;
|
4
|
+
.employeeCard {
|
5
|
+
.submit-bar {
|
6
|
+
@apply w-full;
|
7
|
+
height: 2rem !important;
|
8
|
+
}
|
9
|
+
.employeeCard
|
10
|
+
.submit-bar .submit-bar header
|
11
|
+
{
|
12
|
+
line-height: 2rem !important;
|
13
|
+
font-size: 16px;
|
14
|
+
|
15
|
+
}
|
16
|
+
}
|
17
|
+
}
|
18
|
+
.banner .bannerCard{
|
19
|
+
min-width: 420px !important;
|
20
|
+
background-color: transparent;
|
21
|
+
}
|
22
|
+
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
23
|
+
border: 1px solid;
|
24
|
+
border-right: none;
|
25
|
+
height: 32px !important;
|
26
|
+
margin-top: -16px !important;
|
27
|
+
z-index: 999;
|
28
|
+
background-color:#ffffffeb;
|
29
|
+
}
|
30
|
+
@screen dt {
|
31
|
+
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
32
|
+
border: 1px solid black;
|
33
|
+
border-right: none;
|
34
|
+
height: 32px !important;
|
35
|
+
margin-top: -16px !important;
|
36
|
+
z-index: 999;
|
37
|
+
background-color: #ffffffeb;
|
38
|
+
|
39
|
+
}
|
40
|
+
.loginFormStyleEmployee .employeeCard, .banner .bannerCard{
|
41
|
+
min-width: 270px !important;
|
42
|
+
|
43
|
+
background-color: #ffffffd6 !important
|
44
|
+
}
|
45
|
+
.employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
|
46
|
+
max-width: 270px !important;
|
47
|
+
min-width: 270px !important;
|
48
|
+
background-color: #ffffffeb
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
.employeeForgotPassword .employee-card-input {
|
53
|
+
margin-bottom: 0px;
|
54
|
+
border-left: none;
|
55
|
+
}
|
56
|
+
|
57
|
+
.employeeForgotPassword .field-container {
|
58
|
+
margin: 10px 0;
|
59
|
+
}
|
60
|
+
.employeeForgotPassword {
|
61
|
+
.submit-bar {
|
62
|
+
@apply w-full;
|
63
|
+
background-color: #5a1166 !important;
|
64
|
+
}
|
65
|
+
}
|
66
|
+
.employeeChangePassword .submit-bar {
|
67
|
+
width: 100% !important;
|
68
|
+
}
|
69
|
+
.employeeChangePassword .card-text {
|
70
|
+
text-align: center;
|
71
|
+
}
|
72
|
+
.employeeChangePassword .input-otp-wrap {
|
73
|
+
text-align: center;
|
74
|
+
}
|
75
|
+
.submit-bar {
|
76
|
+
.submit-bar {
|
77
|
+
@apply w-full;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
.loginFormStyleEmployee .bannerHeader p,
|
81
|
+
.employeeForgotPassword .bannerHeader p,
|
82
|
+
.employeeChangePassword .bannerHeader p {
|
83
|
+
font-size: 19px;
|
84
|
+
}
|
85
|
+
.employeeCard .card-sub-header {
|
86
|
+
font-size: 24px;
|
87
|
+
}
|
88
|
+
.loginFormStyleEmployee .employeeCard .card-label, .employeeForgotPassword .employeeCard .card-label{
|
89
|
+
font-weight: 600 !important;
|
90
|
+
font-size: 14px !important;
|
91
|
+
line-height: 10px !important;
|
92
|
+
color: #0B0C0C;
|
93
|
+
z-index: 10 !important;
|
94
|
+
}
|
95
|
+
.banner .bannerHeader {
|
96
|
+
margin-bottom: 20px;
|
97
|
+
}
|
98
|
+
.employeeCard .card-label{
|
99
|
+
font-weight: normal;
|
100
|
+
font-size: 16px;
|
101
|
+
line-height: 19px;
|
102
|
+
color: #0B0C0C;
|
103
|
+
}
|
104
|
+
.profile-label-margin{
|
105
|
+
margin-top: 10px;
|
106
|
+
}
|
107
|
+
.loginFormStyleEmployee .primary-label-btn{
|
108
|
+
font-size: 12px;
|
109
|
+
}
|
110
|
+
.employeeForgotPassword .employeeCard .card-label-desc {
|
111
|
+
font-weight: normal;
|
112
|
+
font-size: 16px;
|
113
|
+
line-height: 24px;
|
114
|
+
color: #505a5f;
|
115
|
+
margin-top: 15px;
|
116
|
+
}
|
117
|
+
.employeeChangePassword .employeeCard .card-text {
|
118
|
+
margin-bottom: 15px;
|
119
|
+
font-size: 16px;
|
120
|
+
color: #505a5f;
|
121
|
+
}
|
122
|
+
.employeeCard .card-label{
|
123
|
+
font-weight: 600 !important;
|
124
|
+
font-size: 14px !important;
|
125
|
+
line-height: 10px !important;
|
126
|
+
color: #0b0c0c;
|
127
|
+
|
128
|
+
}
|
129
|
+
@media screen and (max-width: 768px) {
|
130
|
+
.employeeChangePassword .employeeCard .card-text {
|
131
|
+
margin-top: 7px;
|
132
|
+
}
|
133
|
+
.employeeCard .card-sub-header {
|
134
|
+
font-size: 18px;
|
135
|
+
}
|
136
|
+
}
|
137
|
+
.employeeChangePassword .employeeCard .card-text-button {
|
138
|
+
text-align: center !important;
|
139
|
+
margin-bottom: 12px !important;
|
140
|
+
}
|
141
|
+
.employeeChangePassword .employeeCard .input-otp-wrap {
|
142
|
+
margin-bottom: 10px;
|
143
|
+
}
|
144
|
+
.employee .loginContainer {
|
145
|
+
padding-top: 0px !important;
|
146
|
+
}
|
147
|
+
.banner {
|
148
|
+
height: calc(100vh ) !important;
|
149
|
+
}
|
150
|
+
|
151
|
+
.employeeChangePassword .employeeCard .field .field-container{
|
152
|
+
margin-bottom: 24px;
|
153
|
+
}
|
154
|
+
.upyog-copyright-footer-web
|
155
|
+
{
|
156
|
+
display: none;
|
157
|
+
}
|
158
|
+
.employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
|
159
|
+
font-size: 24px !important;
|
160
|
+
line-height: 28px !important;
|
161
|
+
margin-bottom: 0px !important;
|
162
|
+
}
|
163
|
+
@media screen and (max-width : 768px){
|
164
|
+
.employeeForgotPassword .employeeCard .employee-card-sub-header, .employeeChangePassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header{
|
165
|
+
font-size: 18px !important;
|
166
|
+
line-height: 21px !important;
|
167
|
+
margin-bottom: 0px !important;
|
168
|
+
z-index: 10 !important;
|
169
|
+
}
|
170
|
+
.loginFormStyleEmployee .employeeCard, .banner .bannerCard{
|
171
|
+
min-width: 270px !important;
|
172
|
+
z-index: 10 !important;
|
173
|
+
background-color: #ffffffd6 !important;
|
174
|
+
margin-top: 0 !important;
|
175
|
+
}
|
176
|
+
.employeeForgotPassword .employeeCard, .employeeChangePassword .employeeCard{
|
177
|
+
max-width: 250px !important;
|
178
|
+
min-width: 250px !important;
|
179
|
+
margin-top: -50% !important;
|
180
|
+
background-color: #ffffffeb;
|
181
|
+
}
|
182
|
+
}
|
183
|
+
.employeeChangePassword .employeeCard .card-text{
|
184
|
+
margin-top: 18px !important;
|
185
|
+
margin-bottom: 20px !important;
|
186
|
+
}
|
187
|
+
.employeeBackbuttonAlign{
|
188
|
+
display: none;
|
189
|
+
}
|
190
|
+
.employee-select-wrap .select{
|
191
|
+
height: 2.0rem !important;
|
192
|
+
background-color: white !important;
|
193
|
+
|
194
|
+
}
|
195
|
+
.employee-select-wrap.login-city-dd {
|
196
|
+
.options-card{
|
197
|
+
max-height: 150px;
|
198
|
+
}
|
199
|
+
}
|
200
|
+
.banner .bannerCard, .loginFormStyleEmployee .employeeCard{
|
201
|
+
background-color: transparent;
|
202
|
+
}
|
203
|
+
|
204
|
+
@media screen and (max-width: 768px){
|
205
|
+
.employeeBackbuttonAlign{
|
206
|
+
display: block;
|
207
|
+
position: absolute;
|
208
|
+
top: 20px;
|
209
|
+
left: 20px;
|
210
|
+
}
|
211
|
+
.banner{
|
212
|
+
padding-bottom: 40px;
|
213
|
+
height: 100vh !important;
|
214
|
+
z-index: 1;
|
215
|
+
}
|
216
|
+
.topbar{
|
217
|
+
background: white;
|
218
|
+
}
|
219
|
+
.employee .loginContainer{
|
220
|
+
padding-top: 0px !important;
|
221
|
+
}
|
222
|
+
.removeBottomMargin{
|
223
|
+
margin-bottom: 0px !important;
|
224
|
+
}
|
225
|
+
.employee-select-wrap.login-city-dd {
|
226
|
+
.options-card{
|
227
|
+
max-height: 160px;
|
228
|
+
}
|
229
|
+
}
|
230
|
+
.banner .upyog-copyright-footer
|
231
|
+
{
|
232
|
+
display: none;
|
233
|
+
}
|
234
|
+
.banner .upyog-copyright-footer-web
|
235
|
+
{
|
236
|
+
display: block;
|
237
|
+
}
|
238
|
+
}
|
239
|
+
@media screen and (max-width:900px) {
|
240
|
+
|
241
|
+
.loginFormStyleEmployee .employeeForgotPassword
|
242
|
+
{
|
243
|
+
margin-top: -50% !important;
|
244
|
+
background-color: #ffffffeb !important;
|
245
|
+
z-index: 2;
|
246
|
+
}
|
247
|
+
.psuedo-banner{
|
248
|
+
font-size: 20px;
|
249
|
+
}
|
250
|
+
.banner-slogan{
|
251
|
+
font-size: 14px;
|
252
|
+
}
|
253
|
+
.loginFormStyleEmployee, .employeeForgotPassword{
|
254
|
+
margin-top: -30% !important;
|
255
|
+
|
256
|
+
}
|
257
|
+
}
|
258
|
+
.employeeForgotPassword{
|
259
|
+
z-index: 2;
|
260
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
.linksWrapperForMobileInbox{
|
2
|
-
.header{
|
3
|
-
justify-content: initial;
|
4
|
-
}
|
1
|
+
.linksWrapperForMobileInbox{
|
2
|
+
.header{
|
3
|
+
justify-content: initial;
|
4
|
+
}
|
5
5
|
}
|
@@ -1,34 +1,47 @@
|
|
1
|
-
.popup-module {
|
2
|
-
width: 480px;
|
3
|
-
margin: 0 auto;
|
4
|
-
@apply bg-white;
|
5
|
-
|
6
|
-
.popup-module-main {
|
7
|
-
@apply px-lg pb-lg;
|
8
|
-
}
|
9
|
-
|
10
|
-
.popup-module-action-bar {
|
11
|
-
gap: 16px;
|
12
|
-
@apply flex flex-row justify-end;
|
13
|
-
}
|
14
|
-
}
|
15
|
-
|
16
|
-
@screen dt {
|
17
|
-
.popup-module {
|
18
|
-
width: 480px;
|
19
|
-
margin: auto;
|
20
|
-
@apply bg-white;
|
21
|
-
|
22
|
-
.popup-module-main {
|
23
|
-
@apply px-lg pb-lg;
|
24
|
-
}
|
25
|
-
.popup-module-main {
|
26
|
-
@apply w-full p-sm h-full;
|
27
|
-
}
|
28
|
-
|
29
|
-
.popup-module-action-bar {
|
30
|
-
gap: 16px;
|
31
|
-
@apply flex flex-row justify-end;
|
32
|
-
}
|
33
|
-
}
|
34
|
-
}
|
1
|
+
.popup-module {
|
2
|
+
width: 480px;
|
3
|
+
margin: 0 auto;
|
4
|
+
@apply bg-white;
|
5
|
+
|
6
|
+
.popup-module-main {
|
7
|
+
@apply px-lg pb-lg;
|
8
|
+
}
|
9
|
+
|
10
|
+
.popup-module-action-bar {
|
11
|
+
gap: 16px;
|
12
|
+
@apply flex flex-row justify-end;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
|
16
|
+
@screen dt {
|
17
|
+
.popup-module {
|
18
|
+
width: 480px;
|
19
|
+
margin: auto;
|
20
|
+
@apply bg-white;
|
21
|
+
|
22
|
+
.popup-module-main {
|
23
|
+
@apply px-lg pb-lg;
|
24
|
+
}
|
25
|
+
.popup-module-main {
|
26
|
+
@apply w-full p-sm h-full;
|
27
|
+
}
|
28
|
+
|
29
|
+
.popup-module-action-bar {
|
30
|
+
gap: 16px;
|
31
|
+
@apply flex flex-row justify-end;
|
32
|
+
}
|
33
|
+
}
|
34
|
+
}
|
35
|
+
|
36
|
+
.popup-module-main {
|
37
|
+
iframe #page-container div {
|
38
|
+
width: 99% !important;
|
39
|
+
margin: 5px !important;
|
40
|
+
}
|
41
|
+
|
42
|
+
iframe #page-container {
|
43
|
+
::-webkit-scrollbar {
|
44
|
+
width: 0px !important;
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
@@ -1,3 +1,3 @@
|
|
1
|
-
.secondary-action{
|
2
|
-
@apply inline float-right;
|
1
|
+
.secondary-action{
|
2
|
+
@apply inline float-right;
|
3
3
|
}
|