@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,337 +1,625 @@
|
|
1
|
-
@import "./login.scss";
|
2
|
-
/* TODO: convert using tailwind */
|
3
|
-
.employee {
|
4
|
-
.breadcrumb {
|
5
|
-
@apply ml-sm mb-lg;
|
6
|
-
}
|
7
|
-
.ground-container {
|
8
|
-
margin-bottom: 56px;
|
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
|
-
height:
|
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
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
.
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
.
|
106
|
-
|
107
|
-
|
108
|
-
position:
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
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
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
}
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
}
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
.
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
.
|
335
|
-
|
336
|
-
}
|
337
|
-
|
1
|
+
@import "./login.scss";
|
2
|
+
/* TODO: convert using tailwind */
|
3
|
+
.employee {
|
4
|
+
.breadcrumb {
|
5
|
+
@apply ml-sm mb-lg;
|
6
|
+
}
|
7
|
+
.ground-container {
|
8
|
+
margin-bottom: 56px;
|
9
|
+
margin-left: 0px;
|
10
|
+
@apply flex flex-col;
|
11
|
+
}
|
12
|
+
.card-home {
|
13
|
+
font-size: 16px;
|
14
|
+
padding: 0 0 16px 0;
|
15
|
+
width: 92vw;
|
16
|
+
display: inline-block;
|
17
|
+
margin: 8px auto;
|
18
|
+
}
|
19
|
+
.home-action-cards {
|
20
|
+
height: auto !important;
|
21
|
+
min-height: 263px;
|
22
|
+
}
|
23
|
+
.topbar {
|
24
|
+
position: fixed;
|
25
|
+
top: 0;
|
26
|
+
width: 100%;
|
27
|
+
padding: 16px 24px;
|
28
|
+
background: #ffffff;
|
29
|
+
box-shadow: 0 1px 4px #b1b4b6;
|
30
|
+
z-index: 9999;
|
31
|
+
|
32
|
+
img {
|
33
|
+
display: inline;
|
34
|
+
|
35
|
+
&.city {
|
36
|
+
margin-right: 8px;
|
37
|
+
height: 48px;
|
38
|
+
width: 48px;
|
39
|
+
}
|
40
|
+
|
41
|
+
&.state {
|
42
|
+
height: 20px;
|
43
|
+
max-height: 20px;
|
44
|
+
width: auto;
|
45
|
+
}
|
46
|
+
}
|
47
|
+
|
48
|
+
.ulb {
|
49
|
+
font-weight: bold;
|
50
|
+
}
|
51
|
+
|
52
|
+
.right {
|
53
|
+
float: right;
|
54
|
+
margin-top: 12px;
|
55
|
+
|
56
|
+
.user-img-txt {
|
57
|
+
background: #a82227;
|
58
|
+
padding: 10px 15px;
|
59
|
+
border-radius: 50%;
|
60
|
+
color: white;
|
61
|
+
font-weight: 700;
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
|
66
|
+
.main {
|
67
|
+
padding-top: 88px;
|
68
|
+
}
|
69
|
+
|
70
|
+
.submit-bar header{
|
71
|
+
height: 2rem !important;
|
72
|
+
line-height: 2rem !important;
|
73
|
+
}
|
74
|
+
|
75
|
+
.loginContainer {
|
76
|
+
padding-top: 88px;
|
77
|
+
position: relative;
|
78
|
+
}
|
79
|
+
|
80
|
+
.loginnn{
|
81
|
+
position: relative;
|
82
|
+
max-width: 100%;
|
83
|
+
width: 100%;
|
84
|
+
min-width: 100%;
|
85
|
+
}
|
86
|
+
.loginnn .img{
|
87
|
+
position: absolute;
|
88
|
+
background-size: cover;
|
89
|
+
width: 100%;
|
90
|
+
max-width: 100%;
|
91
|
+
max-height: 100%;
|
92
|
+
}
|
93
|
+
.logoNiua{
|
94
|
+
display: flex;
|
95
|
+
width: 100%;
|
96
|
+
position: absolute;
|
97
|
+
}
|
98
|
+
.logoNiua .img{
|
99
|
+
width: 15%;
|
100
|
+
height: 15%;
|
101
|
+
}
|
102
|
+
.upyogLogo{
|
103
|
+
width: 100% !important;
|
104
|
+
}
|
105
|
+
.login-logo-wrapper{
|
106
|
+
min-width: 100%;
|
107
|
+
height: 100%;
|
108
|
+
position: absolute;
|
109
|
+
display: flex;
|
110
|
+
flex-direction: row;
|
111
|
+
}
|
112
|
+
.loginConference{
|
113
|
+
position: relative;
|
114
|
+
height: 100%;
|
115
|
+
width: 100%;
|
116
|
+
font-weight: 700;
|
117
|
+
|
118
|
+
}
|
119
|
+
.login-banner-wrapper{
|
120
|
+
position: relative;
|
121
|
+
color: white;
|
122
|
+
float: right;
|
123
|
+
z-index: 999;
|
124
|
+
height: 100%;
|
125
|
+
padding-top: 35vh;
|
126
|
+
margin-right: 2%;
|
127
|
+
text-align: right;
|
128
|
+
font-family: none;
|
129
|
+
}
|
130
|
+
|
131
|
+
.react-time-picker {
|
132
|
+
width: 100%;
|
133
|
+
}
|
134
|
+
|
135
|
+
.react-time-picker__wrapper {
|
136
|
+
border: 1px solid #464646;
|
137
|
+
}
|
138
|
+
|
139
|
+
.react-time-picker__clock {
|
140
|
+
display: none;
|
141
|
+
}
|
142
|
+
|
143
|
+
.react-time-picker__inputGroup__leadingZero {
|
144
|
+
padding-right: 8px;
|
145
|
+
display: inline !important;
|
146
|
+
}
|
147
|
+
|
148
|
+
.react-time-picker__inputGroup__input {
|
149
|
+
padding: 0;
|
150
|
+
min-width: none;
|
151
|
+
outline: none !important;
|
152
|
+
border: none !important;
|
153
|
+
}
|
154
|
+
|
155
|
+
.react-time-picker__wrapper {
|
156
|
+
padding-left: 8px;
|
157
|
+
}
|
158
|
+
}
|
159
|
+
#login-conference-table{
|
160
|
+
position:absolute;
|
161
|
+
z-index:1;
|
162
|
+
width:36vw;
|
163
|
+
height:62vh;
|
164
|
+
margin-top:20vh;
|
165
|
+
margin-left: 2vw;
|
166
|
+
}
|
167
|
+
.banner-slogan{
|
168
|
+
padding-top: 10%;
|
169
|
+
}
|
170
|
+
.psuedo-banner span{
|
171
|
+
color: #fdd049;
|
172
|
+
}
|
173
|
+
.login-banner-wrapper .psuedo-banner{
|
174
|
+
font-size: 2.2rem;
|
175
|
+
}
|
176
|
+
.login-banner-wrapper .banner-slogan{
|
177
|
+
font-size: 1.5rem;
|
178
|
+
}
|
179
|
+
.citizen {
|
180
|
+
.main {
|
181
|
+
padding-top: 82px;
|
182
|
+
min-height: calc(100vh - 48px);
|
183
|
+
display: flex !important;
|
184
|
+
}
|
185
|
+
}
|
186
|
+
.citizen,
|
187
|
+
.employee {
|
188
|
+
.sidebar {
|
189
|
+
position: fixed;
|
190
|
+
left: 0;
|
191
|
+
height: 100%;
|
192
|
+
color: #ffffff;
|
193
|
+
margin-top: 80px;
|
194
|
+
z-index: 999;
|
195
|
+
transition: 0.3s ease all;
|
196
|
+
white-space: nowrap;
|
197
|
+
height: calc(100vh - 36px);
|
198
|
+
padding-bottom: 5rem;
|
199
|
+
background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png), url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
|
200
|
+
background-blend-mode: lighten;
|
201
|
+
background-size: cover;
|
202
|
+
|
203
|
+
|
204
|
+
.actions {
|
205
|
+
cursor: pointer;
|
206
|
+
display: flex;
|
207
|
+
align-items: center;
|
208
|
+
.tooltip {
|
209
|
+
margin-left: 16px;
|
210
|
+
}
|
211
|
+
}
|
212
|
+
|
213
|
+
svg {
|
214
|
+
width: 24px;
|
215
|
+
height: 24px;
|
216
|
+
fill: #ffffff;
|
217
|
+
}
|
218
|
+
a {
|
219
|
+
display: flex;
|
220
|
+
}
|
221
|
+
.sidebar-link {
|
222
|
+
display: flex;
|
223
|
+
color: #ffffff;
|
224
|
+
justify-content: space-between;
|
225
|
+
align-items: center;
|
226
|
+
padding: 20px;
|
227
|
+
font-size: 14px;
|
228
|
+
&.active {
|
229
|
+
color: #a82227 !important;
|
230
|
+
|
231
|
+
border-right: 4px solid #a82227;
|
232
|
+
svg {
|
233
|
+
fill: #a82227 !important;
|
234
|
+
}
|
235
|
+
}
|
236
|
+
.employee-search-input {
|
237
|
+
border: none;
|
238
|
+
outline: none;
|
239
|
+
background-color: rgba(0, 0, 0, 0);
|
240
|
+
margin-left: 13px;
|
241
|
+
}
|
242
|
+
.custom-link {
|
243
|
+
.tooltip {
|
244
|
+
margin-left: 16px;
|
245
|
+
span {
|
246
|
+
margin-left: unset !important;
|
247
|
+
left: unset !important;
|
248
|
+
}
|
249
|
+
}
|
250
|
+
}
|
251
|
+
|
252
|
+
svg {
|
253
|
+
fill: #ffffff !important;
|
254
|
+
width: 21px;
|
255
|
+
height: 21px;
|
256
|
+
}
|
257
|
+
|
258
|
+
&:hover {
|
259
|
+
color: #a82227 !important;
|
260
|
+
background-color: #486480;
|
261
|
+
|
262
|
+
cursor: pointer;
|
263
|
+
svg {
|
264
|
+
fill: #a82227 !important;
|
265
|
+
}
|
266
|
+
}
|
267
|
+
.search-icon-wrapper {
|
268
|
+
svg {
|
269
|
+
fill: #ffffff !important;
|
270
|
+
width: 21px;
|
271
|
+
height: 21px;
|
272
|
+
path {
|
273
|
+
fill: #ffffff !important;
|
274
|
+
}
|
275
|
+
}
|
276
|
+
}
|
277
|
+
}
|
278
|
+
.dropdown-link {
|
279
|
+
height: 40px;
|
280
|
+
display: flex;
|
281
|
+
margin-left: 40px;
|
282
|
+
align-items: center;
|
283
|
+
text-decoration: none;
|
284
|
+
color: #ffffff;
|
285
|
+
font-size: 14px;
|
286
|
+
.actions {
|
287
|
+
.tooltiptext {
|
288
|
+
left: unset;
|
289
|
+
right: 1%;
|
290
|
+
}
|
291
|
+
}
|
292
|
+
svg {
|
293
|
+
width: 20px;
|
294
|
+
height: 20px;
|
295
|
+
fill: #ffffff;
|
296
|
+
}
|
297
|
+
&:hover {
|
298
|
+
color: #fe7a51 !important;
|
299
|
+
background-color: #486480;
|
300
|
+
cursor: pointer;
|
301
|
+
svg {
|
302
|
+
fill: #fe7a51 !important;
|
303
|
+
}
|
304
|
+
}
|
305
|
+
&.active {
|
306
|
+
color: #a82227 !important;
|
307
|
+
|
308
|
+
border-right: 4px solid #a82227;
|
309
|
+
svg {
|
310
|
+
fill: #a82227 !important;
|
311
|
+
}
|
312
|
+
}
|
313
|
+
}
|
314
|
+
span {
|
315
|
+
margin-left: 16px;
|
316
|
+
text-overflow: ellipsis;
|
317
|
+
overflow: hidden;
|
318
|
+
white-space: nowrap;
|
319
|
+
}
|
320
|
+
}
|
321
|
+
|
322
|
+
.wrapperStyles {
|
323
|
+
margin-top: -5px;
|
324
|
+
padding-left: 20px;
|
325
|
+
padding-top: 10px;
|
326
|
+
|
327
|
+
.containerStyles {
|
328
|
+
border: 1px solid #505a5f;
|
329
|
+
padding: 16px;
|
330
|
+
margin-bottom: 20px;
|
331
|
+
}
|
332
|
+
|
333
|
+
&.leftBorder {
|
334
|
+
border-left: 2px solid rgba(0, 0, 0, 0.12);
|
335
|
+
}
|
336
|
+
}
|
337
|
+
|
338
|
+
.rowContainerStyles {
|
339
|
+
@apply flex flex-col;
|
340
|
+
}
|
341
|
+
|
342
|
+
.tableContainerStyles {
|
343
|
+
border: 1px solid #505a5f;
|
344
|
+
padding: 16px;
|
345
|
+
margin-bottom: 20px;
|
346
|
+
}
|
347
|
+
|
348
|
+
.historyTables {
|
349
|
+
display: grid;
|
350
|
+
grid-template-rows: 100px 100px;
|
351
|
+
grid-template-columns: repeat(5, minmax(100px, 1fr));
|
352
|
+
}
|
353
|
+
|
354
|
+
.historyContent {
|
355
|
+
margin: 0 10px;
|
356
|
+
position: relative;
|
357
|
+
padding-bottom: 5px;
|
358
|
+
}
|
359
|
+
|
360
|
+
.historyCheckpoint {
|
361
|
+
background-color: #fe7a51;
|
362
|
+
border-radius: 100%;
|
363
|
+
width: 18px;
|
364
|
+
height: 18px;
|
365
|
+
display: inline-block;
|
366
|
+
position: relative;
|
367
|
+
left: -9px;
|
368
|
+
top: 4px;
|
369
|
+
|
370
|
+
&.zIndex {
|
371
|
+
z-index: 10;
|
372
|
+
}
|
373
|
+
}
|
374
|
+
|
375
|
+
.historyTableDateLabel {
|
376
|
+
color: rgba(0, 0, 0, 0.87);
|
377
|
+
font-size: 16px;
|
378
|
+
font-weight: 700;
|
379
|
+
line-height: 17px;
|
380
|
+
text-align: left;
|
381
|
+
display: inline-block;
|
382
|
+
padding-top: 5px;
|
383
|
+
}
|
384
|
+
|
385
|
+
.bottomMargin {
|
386
|
+
margin-bottom: 0px;
|
387
|
+
}
|
388
|
+
|
389
|
+
.historyTableDate {
|
390
|
+
color: rgba(0, 0, 0, 0.87);
|
391
|
+
font-size: 19px;
|
392
|
+
font-weight: 400;
|
393
|
+
line-height: 17px;
|
394
|
+
text-align: left;
|
395
|
+
display: inline-block;
|
396
|
+
padding-top: 10px;
|
397
|
+
}
|
398
|
+
|
399
|
+
.historyHorizontalBar {
|
400
|
+
background-color: rgba(0, 0, 0, 0.12);
|
401
|
+
width: auto;
|
402
|
+
height: 2px;
|
403
|
+
margin-left: 16px;
|
404
|
+
}
|
405
|
+
|
406
|
+
.smallText {
|
407
|
+
font-weight: 500;
|
408
|
+
font-size: 14px;
|
409
|
+
}
|
410
|
+
}
|
411
|
+
|
412
|
+
.citizen {
|
413
|
+
.sidebar {
|
414
|
+
margin-top: 54px;
|
415
|
+
min-width: 200px;
|
416
|
+
.actions {
|
417
|
+
display: flex;
|
418
|
+
align-items: center;
|
419
|
+
gap: 10px;
|
420
|
+
}
|
421
|
+
}
|
422
|
+
}
|
423
|
+
|
424
|
+
.link {
|
425
|
+
@apply text-primary-main cursor-pointer;
|
426
|
+
|
427
|
+
:hover {
|
428
|
+
@apply text-primary-dark;
|
429
|
+
}
|
430
|
+
}
|
431
|
+
|
432
|
+
.RightMostTopBarOptions{
|
433
|
+
@apply flex float-right;
|
434
|
+
display: flex;
|
435
|
+
.EventNotificationWrapper{
|
436
|
+
@apply relative cursor-pointer;
|
437
|
+
span{
|
438
|
+
top: -10px;
|
439
|
+
right: -10px;
|
440
|
+
@apply absolute bg-error h-5 w-5 rounded-full text-center;
|
441
|
+
p {
|
442
|
+
line-height: 20px;
|
443
|
+
}
|
444
|
+
}
|
445
|
+
}
|
446
|
+
.select-wrap {
|
447
|
+
margin-bottom: unset;
|
448
|
+
svg {
|
449
|
+
fill: #ffffff;
|
450
|
+
}
|
451
|
+
}
|
452
|
+
}
|
453
|
+
|
454
|
+
|
455
|
+
.fullWidth {
|
456
|
+
width: 100%;
|
457
|
+
}
|
458
|
+
|
459
|
+
.multi-select-container {
|
460
|
+
.disposal-text {
|
461
|
+
@apply font-bold;
|
462
|
+
}
|
463
|
+
|
464
|
+
.disposal-info {
|
465
|
+
@apply my-md ml-sm;
|
466
|
+
}
|
467
|
+
|
468
|
+
.disposal-action-bar {
|
469
|
+
@apply flex justify-between items-center;
|
470
|
+
}
|
471
|
+
}
|
472
|
+
|
473
|
+
@screen dt {
|
474
|
+
.d-grid {
|
475
|
+
display: flex-root;
|
476
|
+
grid-template-columns: 250px 250px 250px 250px;
|
477
|
+
column-gap: 10px;
|
478
|
+
row-gap: 2px;
|
479
|
+
margin-left: -12px;
|
480
|
+
}
|
481
|
+
|
482
|
+
}
|
483
|
+
|
484
|
+
.m-auto {
|
485
|
+
margin: auto !important;
|
486
|
+
}
|
487
|
+
|
488
|
+
.mb-50{
|
489
|
+
margin-bottom: 50px;
|
490
|
+
}
|
491
|
+
.mb-25{
|
492
|
+
margin-bottom: 25px;
|
493
|
+
}
|
494
|
+
@media (min-width: 640px) {
|
495
|
+
.employee {
|
496
|
+
.ground-container {
|
497
|
+
margin-left: 0px !important;
|
498
|
+
@apply block ml-md;
|
499
|
+
}
|
500
|
+
.breadcrumb {
|
501
|
+
@apply mb-lg;
|
502
|
+
margin-left: 0;
|
503
|
+
}
|
504
|
+
.card-home {
|
505
|
+
width: 270px;
|
506
|
+
margin-right: 10px;
|
507
|
+
margin-bottom: 10px;
|
508
|
+
}
|
509
|
+
.card-home-hrms {
|
510
|
+
width: 405px;
|
511
|
+
padding: 0px;
|
512
|
+
margin-right: 16px;
|
513
|
+
margin-bottom: 16px;
|
514
|
+
}
|
515
|
+
.main {
|
516
|
+
display: flex;
|
517
|
+
flex-direction: column;
|
518
|
+
padding-top: 80px;
|
519
|
+
margin-left: 64px;
|
520
|
+
width: calc(100%-83px);
|
521
|
+
}
|
522
|
+
.citizen-home-container {
|
523
|
+
display: flex;
|
524
|
+
flex-direction: unset !important;
|
525
|
+
width: unset !important;
|
526
|
+
margin-left: unset !important;
|
527
|
+
padding-top: 58px;
|
528
|
+
}
|
529
|
+
}
|
530
|
+
#main-img{
|
531
|
+
content:url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png");
|
532
|
+
}
|
533
|
+
.citizen {
|
534
|
+
.main {
|
535
|
+
width: 100%;
|
536
|
+
padding-top: 80px;
|
537
|
+
min-height: calc(100vh - 48px);
|
538
|
+
margin-bottom: 18px !important;
|
539
|
+
display: flex !important;
|
540
|
+
}
|
541
|
+
|
542
|
+
.center-container {
|
543
|
+
}
|
544
|
+
}
|
545
|
+
|
546
|
+
}
|
547
|
+
|
548
|
+
@media only screen and (max-width:950px){
|
549
|
+
#main-img{
|
550
|
+
content:url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
|
551
|
+
}
|
552
|
+
#login-conference-table{
|
553
|
+
position:relative;
|
554
|
+
z-index:1;
|
555
|
+
width:75%;
|
556
|
+
height:115%;
|
557
|
+
margin:12%;
|
558
|
+
margin-top:25%
|
559
|
+
}
|
560
|
+
.loginConference{
|
561
|
+
position: absolute;
|
562
|
+
height: 100%;
|
563
|
+
width: 100%;
|
564
|
+
font-weight: 700;
|
565
|
+
display: flex;
|
566
|
+
flex-direction: column;
|
567
|
+
}
|
568
|
+
.employee .login-banner-wrapper{
|
569
|
+
padding-top: 0vh;
|
570
|
+
|
571
|
+
}
|
572
|
+
.psuedo-banner{
|
573
|
+
font-size: 4vw;
|
574
|
+
}
|
575
|
+
.banner-slogan{
|
576
|
+
font-size: 3.5vw;
|
577
|
+
}
|
578
|
+
}
|
579
|
+
|
580
|
+
@media screen and (min-width:768){
|
581
|
+
|
582
|
+
#login-conference-table{
|
583
|
+
position:absolute;
|
584
|
+
z-index:1;
|
585
|
+
width:40%;
|
586
|
+
height:30%;
|
587
|
+
margin:12%;
|
588
|
+
margin-top:25%
|
589
|
+
}
|
590
|
+
}
|
591
|
+
@media only screen and (max-width:500px){
|
592
|
+
#main-img{
|
593
|
+
content:url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
|
594
|
+
}
|
595
|
+
#login-conference-table{
|
596
|
+
position:relative;
|
597
|
+
z-index:1;
|
598
|
+
width:75%;
|
599
|
+
height:80%;
|
600
|
+
margin:12%;
|
601
|
+
margin-top:25%
|
602
|
+
}
|
603
|
+
.loginConference{
|
604
|
+
position: absolute;
|
605
|
+
height: 100%;
|
606
|
+
width: 100%;
|
607
|
+
font-weight: 700;
|
608
|
+
display: flex;
|
609
|
+
flex-direction: column;
|
610
|
+
}
|
611
|
+
.employee .psuedo-banner{
|
612
|
+
font-size: 1.2rem;
|
613
|
+
}
|
614
|
+
.employee .banner-slogan{
|
615
|
+
font-size: 0.8rem;
|
616
|
+
}
|
617
|
+
}
|
618
|
+
@media only screen and (min-width:300px)
|
619
|
+
{
|
620
|
+
.employee .card-home{
|
621
|
+
height: 220px;
|
622
|
+
box-shadow: #32325d14 0px 50px 100px -20px, rgb(0 0 0 / 18%) 0px 30px 60px -30px, #0a254038 0px -2px 6px 0px inset;
|
623
|
+
border-radius: 12px;
|
624
|
+
}
|
625
|
+
}
|