@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.
- package/README.md +80 -0
- package/dist/index.css +7 -15823
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +36 -97
- package/src/components/CitizenHomeCard.scss +41 -43
- package/src/components/PageBasedInput.scss +0 -2
- package/src/components/PropertySearchForm.scss +4 -4
- package/src/components/SearchOnRadioButton.scss +1 -1
- package/src/components/StandaloneSearchBar.scss +1 -1
- package/src/components/TimeLine.scss +4 -4
- package/src/components/bannercomponents.scss +3 -4
- package/src/components/body.scss +4 -7
- package/src/components/buttons.scss +57 -1
- package/src/components/card.scss +97 -42
- package/src/components/charts.scss +3 -150
- package/src/components/checkbox.scss +4 -35
- package/src/components/checkpoint.scss +1 -3
- package/src/components/datatable.scss +65 -7
- package/src/components/filters.scss +3 -3
- package/src/components/financeUi.scss +875 -0
- package/src/components/hoc/InboxComposer.scss +1 -1
- package/src/components/inboxv2/InboxLinks.scss +59 -0
- package/src/components/inboxv2/horizontalNav.scss +224 -0
- package/src/components/inboxv2/inboxSearch.scss +116 -0
- package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
- package/src/components/inboxv2/index.scss +5 -0
- package/src/components/inboxv2/searchComponentTable.scss +44 -0
- package/src/components/languageSelector.scss +1 -2
- package/src/components/loader.scss +1 -1
- package/src/components/metricsTable.scss +2 -1
- package/src/components/multiLink.scss +1 -1
- package/src/components/multiSelectDropdown.scss +4 -0
- package/src/components/navbar.scss +13 -9
- package/src/components/plusMinus.scss +3 -3
- package/src/components/radiobtn.scss +0 -12
- package/src/components/searchAction.scss +1 -1
- package/src/components/selectdropdown.scss +12 -37
- package/src/components/sidebar.scss +141 -0
- package/src/components/table.scss +60 -8
- package/src/components/textfields.scss +4 -16
- package/src/components/toggleSwitch.scss +1 -1
- package/src/components/topbar.scss +11 -8
- package/src/components/uploadcomponents.scss +3 -16
- package/src/digitv2/components/ErrorMessage.scss +6 -0
- package/src/digitv2/components/FormComposerV2.scss +120 -0
- package/src/digitv2/components/actionLinkV2.scss +7 -0
- package/src/digitv2/components/actionbarV2.scss +110 -0
- package/src/digitv2/components/appContainerV2.scss +55 -0
- package/src/digitv2/components/backButtonV2.scss +26 -0
- package/src/digitv2/components/bannerV2.scss +120 -0
- package/src/digitv2/components/bodyContainerV2.scss +39 -0
- package/src/digitv2/components/breadCrumbV2.scss +31 -0
- package/src/digitv2/components/breakLineV2.scss +6 -0
- package/src/digitv2/components/buttonsV2.scss +40 -0
- package/src/digitv2/components/cardV2.scss +385 -0
- package/src/digitv2/components/checkboxV2.scss +61 -0
- package/src/digitv2/components/checkpointV2.scss +71 -0
- package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
- package/src/digitv2/components/dateWrapV2.scss +12 -0
- package/src/digitv2/components/displayPhotosV2.scss +33 -0
- package/src/digitv2/components/headerV2.scss +6 -0
- package/src/digitv2/components/infoBannerV2.scss +37 -0
- package/src/digitv2/components/keynoteV2.scss +35 -0
- package/src/digitv2/components/loaderV2.scss +81 -0
- package/src/digitv2/components/mobileNumberV2.scss +33 -0
- package/src/digitv2/components/multiSelectDropdownV2.scss +92 -0
- package/src/digitv2/components/noresultsfoundV2.scss +11 -0
- package/src/digitv2/components/otpInputV2.scss +15 -0
- package/src/digitv2/components/popUpV2.scss +16 -0
- package/src/digitv2/components/radiobtnV2.scss +51 -0
- package/src/digitv2/components/ratingV2.scss +33 -0
- package/src/digitv2/components/selectdropdownV2.scss +170 -0
- package/src/digitv2/components/tagV2.scss +28 -0
- package/src/digitv2/components/telephoneV2.scss +18 -0
- package/src/digitv2/components/textInputV2.scss +123 -0
- package/src/digitv2/components/textareaV2.scss +11 -0
- package/src/digitv2/components/uploadFileV2.scss +146 -0
- package/src/digitv2/index.scss +168 -0
- package/src/digitv2/pages/employee/index.scss +1 -0
- package/src/digitv2/pages/employee/workbench.scss +1042 -0
- package/src/digitv2/typography.scss +241 -0
- package/src/index.scss +109 -74
- package/src/pages/citizen/DocumentList.scss +5 -5
- package/src/pages/citizen/HomePageWrapper.scss +6 -11
- package/src/pages/citizen/container.scss +1 -1
- package/src/pages/employee/cardfix.scss +1 -2
- package/src/pages/employee/container.scss +8 -9
- package/src/pages/employee/dss.scss +29 -12
- package/src/pages/employee/inbox.scss +91 -144
- package/src/pages/employee/index.scss +244 -248
- package/src/pages/employee/login.scss +135 -93
- package/src/pages/employee/popupmodule.scss +0 -13
- package/src/pages/employee/scroll-table.scss +9 -4
- package/src/pages/employee/surveys.scss +14 -13
- package/svg/check.svg +1 -1
- package/svg/starempty.svg +1 -1
- package/svg/starfilled.svg +1 -1
|
@@ -1,41 +1,50 @@
|
|
|
1
1
|
@import "./login.scss";
|
|
2
|
+
|
|
2
3
|
/* TODO: convert using tailwind */
|
|
3
4
|
.employee {
|
|
4
5
|
.breadcrumb {
|
|
5
6
|
@apply ml-sm mb-lg;
|
|
6
7
|
}
|
|
8
|
+
|
|
7
9
|
.ground-container {
|
|
8
10
|
margin-bottom: 56px;
|
|
9
|
-
margin-left:
|
|
10
|
-
|
|
11
|
+
margin-left: 0;
|
|
12
|
+
margin-right: 0;
|
|
13
|
+
/* @apply flex flex-col; */
|
|
11
14
|
}
|
|
15
|
+
|
|
12
16
|
.card-home {
|
|
13
17
|
font-size: 16px;
|
|
14
|
-
padding: 0 0 16px 0;
|
|
15
|
-
width:
|
|
18
|
+
/* padding: 0 0 16px 0; */
|
|
19
|
+
/* width: 23%; */
|
|
20
|
+
border-radius: 10px;
|
|
16
21
|
display: inline-block;
|
|
17
22
|
margin: 8px auto;
|
|
23
|
+
cursor: pointer;
|
|
24
|
+
overflow: hidden;
|
|
25
|
+
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
|
|
18
26
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
27
|
+
|
|
28
|
+
.card-home:hover {
|
|
29
|
+
box-shadow: 0px 6px 0 0px #764ba2;
|
|
22
30
|
}
|
|
31
|
+
|
|
23
32
|
.topbar {
|
|
24
33
|
position: fixed;
|
|
25
34
|
top: 0;
|
|
26
35
|
width: 100%;
|
|
27
|
-
padding:
|
|
28
|
-
background:
|
|
29
|
-
box-shadow: 0 1px 4px
|
|
36
|
+
padding: 10px 24px;
|
|
37
|
+
background: white;
|
|
38
|
+
box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
|
|
30
39
|
z-index: 9999;
|
|
31
40
|
|
|
32
41
|
img {
|
|
33
42
|
display: inline;
|
|
34
43
|
|
|
35
44
|
&.city {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
45
|
+
margin-right: 8px;
|
|
46
|
+
height: 60px;
|
|
47
|
+
margin-left: 53px;
|
|
39
48
|
}
|
|
40
49
|
|
|
41
50
|
&.state {
|
|
@@ -52,9 +61,10 @@
|
|
|
52
61
|
.right {
|
|
53
62
|
float: right;
|
|
54
63
|
margin-top: 12px;
|
|
64
|
+
margin-right: 53px;
|
|
55
65
|
|
|
56
66
|
.user-img-txt {
|
|
57
|
-
background:
|
|
67
|
+
background: theme(colors.primary.main);
|
|
58
68
|
padding: 10px 15px;
|
|
59
69
|
border-radius: 50%;
|
|
60
70
|
color: white;
|
|
@@ -67,73 +77,16 @@
|
|
|
67
77
|
padding-top: 88px;
|
|
68
78
|
}
|
|
69
79
|
|
|
70
|
-
.submit-bar header{
|
|
71
|
-
height: 2rem !important;
|
|
72
|
-
line-height: 2rem !important;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
80
|
.loginContainer {
|
|
76
81
|
padding-top: 88px;
|
|
77
|
-
position: relative;
|
|
78
82
|
}
|
|
79
83
|
|
|
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
84
|
.react-time-picker {
|
|
132
85
|
width: 100%;
|
|
133
86
|
}
|
|
134
87
|
|
|
135
88
|
.react-time-picker__wrapper {
|
|
136
|
-
border: 1px solid
|
|
89
|
+
border: 1px solid theme(colors.inputBorder);
|
|
137
90
|
}
|
|
138
91
|
|
|
139
92
|
.react-time-picker__clock {
|
|
@@ -156,92 +109,89 @@
|
|
|
156
109
|
padding-left: 8px;
|
|
157
110
|
}
|
|
158
111
|
}
|
|
159
|
-
|
|
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
|
-
}
|
|
112
|
+
|
|
179
113
|
.citizen {
|
|
180
114
|
.main {
|
|
181
115
|
padding-top: 82px;
|
|
182
|
-
min-height: calc(100vh -
|
|
183
|
-
display: flex !important;
|
|
116
|
+
min-height: calc(100vh - 90px);
|
|
184
117
|
}
|
|
185
118
|
}
|
|
119
|
+
|
|
186
120
|
.citizen,
|
|
187
121
|
.employee {
|
|
188
122
|
.sidebar {
|
|
189
123
|
position: fixed;
|
|
190
124
|
left: 0;
|
|
125
|
+
background: #0B4B66;
|
|
191
126
|
height: 100%;
|
|
192
|
-
color:
|
|
193
|
-
margin-top:
|
|
194
|
-
z-index:
|
|
127
|
+
color: theme(colors.white);
|
|
128
|
+
margin-top: 83px;
|
|
129
|
+
z-index: 10000;
|
|
195
130
|
transition: 0.3s ease all;
|
|
196
131
|
white-space: nowrap;
|
|
197
132
|
height: calc(100vh - 36px);
|
|
198
133
|
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
134
|
|
|
204
135
|
.actions {
|
|
205
136
|
cursor: pointer;
|
|
206
137
|
display: flex;
|
|
207
138
|
align-items: center;
|
|
139
|
+
|
|
208
140
|
.tooltip {
|
|
209
141
|
margin-left: 16px;
|
|
210
142
|
}
|
|
143
|
+
|
|
144
|
+
margin-bottom: 0px;
|
|
211
145
|
}
|
|
212
146
|
|
|
213
147
|
svg {
|
|
214
148
|
width: 24px;
|
|
215
149
|
height: 24px;
|
|
216
|
-
fill:
|
|
150
|
+
fill: theme(colors.white);
|
|
217
151
|
}
|
|
152
|
+
|
|
218
153
|
a {
|
|
219
154
|
display: flex;
|
|
220
155
|
}
|
|
156
|
+
|
|
221
157
|
.sidebar-link {
|
|
222
158
|
display: flex;
|
|
223
|
-
color:
|
|
159
|
+
color: theme(colors.white);
|
|
224
160
|
justify-content: space-between;
|
|
225
161
|
align-items: center;
|
|
226
162
|
padding: 20px;
|
|
227
163
|
font-size: 14px;
|
|
164
|
+
|
|
165
|
+
&.level-0 {
|
|
166
|
+
margin: 0 0.3rem 0 0.3rem;
|
|
167
|
+
|
|
168
|
+
&.select-level {
|
|
169
|
+
border-top: 1px solid;
|
|
170
|
+
border-bottom: 1px solid;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
228
174
|
&.active {
|
|
229
|
-
color:
|
|
175
|
+
color: theme(colors.primary.main) !important;
|
|
176
|
+
|
|
177
|
+
border-right: none;
|
|
230
178
|
|
|
231
|
-
border-right: 4px solid #a82227;
|
|
232
179
|
svg {
|
|
233
|
-
fill:
|
|
180
|
+
fill: theme(colors.primary.main) !important;
|
|
234
181
|
}
|
|
235
182
|
}
|
|
183
|
+
|
|
236
184
|
.employee-search-input {
|
|
237
185
|
border: none;
|
|
238
186
|
outline: none;
|
|
239
187
|
background-color: rgba(0, 0, 0, 0);
|
|
240
188
|
margin-left: 13px;
|
|
241
189
|
}
|
|
190
|
+
|
|
242
191
|
.custom-link {
|
|
243
192
|
.tooltip {
|
|
244
193
|
margin-left: 16px;
|
|
194
|
+
|
|
245
195
|
span {
|
|
246
196
|
margin-left: unset !important;
|
|
247
197
|
left: unset !important;
|
|
@@ -250,67 +200,93 @@
|
|
|
250
200
|
}
|
|
251
201
|
|
|
252
202
|
svg {
|
|
253
|
-
fill:
|
|
203
|
+
fill: theme(colors.white) !important;
|
|
254
204
|
width: 21px;
|
|
255
205
|
height: 21px;
|
|
256
206
|
}
|
|
257
207
|
|
|
258
208
|
&:hover {
|
|
259
|
-
|
|
260
|
-
background-color: #
|
|
209
|
+
|
|
210
|
+
background-color: #0B4B66;
|
|
261
211
|
|
|
262
212
|
cursor: pointer;
|
|
263
|
-
|
|
264
|
-
fill: #a82227 !important;
|
|
265
|
-
}
|
|
213
|
+
|
|
266
214
|
}
|
|
215
|
+
|
|
267
216
|
.search-icon-wrapper {
|
|
217
|
+
border: 2px solid theme(colors.white);
|
|
218
|
+
border-radius: 4px;
|
|
219
|
+
padding: 5px;
|
|
220
|
+
|
|
268
221
|
svg {
|
|
269
|
-
fill:
|
|
222
|
+
fill: theme(colors.white) !important;
|
|
270
223
|
width: 21px;
|
|
271
224
|
height: 21px;
|
|
225
|
+
|
|
272
226
|
path {
|
|
273
|
-
fill:
|
|
227
|
+
fill: theme(colors.white) !important;
|
|
274
228
|
}
|
|
275
229
|
}
|
|
276
230
|
}
|
|
277
231
|
}
|
|
232
|
+
|
|
278
233
|
.dropdown-link {
|
|
279
234
|
height: 40px;
|
|
280
235
|
display: flex;
|
|
281
236
|
margin-left: 40px;
|
|
282
237
|
align-items: center;
|
|
283
238
|
text-decoration: none;
|
|
284
|
-
color:
|
|
239
|
+
color: theme(colors.white);
|
|
285
240
|
font-size: 14px;
|
|
241
|
+
|
|
286
242
|
.actions {
|
|
287
243
|
.tooltiptext {
|
|
288
244
|
left: unset;
|
|
289
245
|
right: 1%;
|
|
290
246
|
}
|
|
291
247
|
}
|
|
248
|
+
|
|
292
249
|
svg {
|
|
293
250
|
width: 20px;
|
|
294
251
|
height: 20px;
|
|
295
|
-
fill:
|
|
252
|
+
fill: theme(colors.white);
|
|
296
253
|
}
|
|
254
|
+
|
|
297
255
|
&:hover {
|
|
298
|
-
color: #
|
|
299
|
-
|
|
256
|
+
background-color: #6A8E9D;
|
|
257
|
+
opacity: 0.8;
|
|
300
258
|
cursor: pointer;
|
|
259
|
+
|
|
301
260
|
svg {
|
|
302
261
|
fill: #fe7a51 !important;
|
|
303
262
|
}
|
|
304
263
|
}
|
|
264
|
+
|
|
265
|
+
|
|
305
266
|
&.active {
|
|
306
|
-
|
|
267
|
+
border-left: 4px solid theme(colors.primary.main);
|
|
268
|
+
|
|
269
|
+
&.level-0 {}
|
|
270
|
+
|
|
271
|
+
&.level-1 {
|
|
272
|
+
border-left: 8.5px solid theme(colors.primary.main);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
&.level-2 {
|
|
276
|
+
border-left: 4px solid theme(colors.primary.main);
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
&.level-3 {}
|
|
280
|
+
|
|
281
|
+
color: theme(colors.primary.main) !important;
|
|
282
|
+
border-right: none;
|
|
307
283
|
|
|
308
|
-
border-right: 4px solid #a82227;
|
|
309
284
|
svg {
|
|
310
|
-
fill:
|
|
285
|
+
fill: theme(colors.primary.main) !important;
|
|
311
286
|
}
|
|
312
287
|
}
|
|
313
288
|
}
|
|
289
|
+
|
|
314
290
|
span {
|
|
315
291
|
margin-left: 16px;
|
|
316
292
|
text-overflow: ellipsis;
|
|
@@ -325,7 +301,7 @@
|
|
|
325
301
|
padding-top: 10px;
|
|
326
302
|
|
|
327
303
|
.containerStyles {
|
|
328
|
-
border: 1px solid
|
|
304
|
+
border: 1px solid theme(colors.text.secondary);
|
|
329
305
|
padding: 16px;
|
|
330
306
|
margin-bottom: 20px;
|
|
331
307
|
}
|
|
@@ -340,7 +316,7 @@
|
|
|
340
316
|
}
|
|
341
317
|
|
|
342
318
|
.tableContainerStyles {
|
|
343
|
-
border: 1px solid
|
|
319
|
+
border: 1px solid theme(colors.text.secondary);
|
|
344
320
|
padding: 16px;
|
|
345
321
|
margin-bottom: 20px;
|
|
346
322
|
}
|
|
@@ -413,6 +389,7 @@
|
|
|
413
389
|
.sidebar {
|
|
414
390
|
margin-top: 54px;
|
|
415
391
|
min-width: 200px;
|
|
392
|
+
|
|
416
393
|
.actions {
|
|
417
394
|
display: flex;
|
|
418
395
|
align-items: center;
|
|
@@ -429,96 +406,66 @@
|
|
|
429
406
|
}
|
|
430
407
|
}
|
|
431
408
|
|
|
432
|
-
.RightMostTopBarOptions{
|
|
433
|
-
@apply flex
|
|
434
|
-
|
|
435
|
-
.EventNotificationWrapper{
|
|
436
|
-
@apply relative cursor-pointer;
|
|
437
|
-
|
|
409
|
+
.RightMostTopBarOptions {
|
|
410
|
+
@apply flex;
|
|
411
|
+
|
|
412
|
+
.EventNotificationWrapper {
|
|
413
|
+
@apply relative cursor-pointer ml-md;
|
|
414
|
+
|
|
415
|
+
span {
|
|
438
416
|
top: -10px;
|
|
439
417
|
right: -10px;
|
|
440
418
|
@apply absolute bg-error h-5 w-5 rounded-full text-center;
|
|
419
|
+
|
|
441
420
|
p {
|
|
442
421
|
line-height: 20px;
|
|
443
422
|
}
|
|
444
423
|
}
|
|
445
424
|
}
|
|
425
|
+
|
|
446
426
|
.select-wrap {
|
|
447
427
|
margin-bottom: unset;
|
|
428
|
+
|
|
448
429
|
svg {
|
|
449
|
-
fill:
|
|
430
|
+
fill: theme(colors.white);
|
|
450
431
|
}
|
|
451
432
|
}
|
|
452
433
|
}
|
|
453
434
|
|
|
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
435
|
@media (min-width: 640px) {
|
|
495
436
|
.employee {
|
|
496
437
|
.ground-container {
|
|
497
|
-
|
|
498
|
-
|
|
438
|
+
/* @apply block; */
|
|
439
|
+
margin-left: 72px;
|
|
440
|
+
margin-right: 72px;
|
|
499
441
|
}
|
|
442
|
+
|
|
500
443
|
.breadcrumb {
|
|
501
444
|
@apply mb-lg;
|
|
502
445
|
margin-left: 0;
|
|
503
446
|
}
|
|
447
|
+
|
|
504
448
|
.card-home {
|
|
505
|
-
width:
|
|
449
|
+
/* width: 23%; */
|
|
506
450
|
margin-right: 10px;
|
|
507
451
|
margin-bottom: 10px;
|
|
508
452
|
}
|
|
453
|
+
|
|
509
454
|
.card-home-hrms {
|
|
510
455
|
width: 405px;
|
|
511
456
|
padding: 0px;
|
|
512
457
|
margin-right: 16px;
|
|
513
458
|
margin-bottom: 16px;
|
|
514
459
|
}
|
|
460
|
+
|
|
515
461
|
.main {
|
|
516
462
|
display: flex;
|
|
517
463
|
flex-direction: column;
|
|
518
464
|
padding-top: 80px;
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
465
|
+
/* margin-left: 72px; */
|
|
466
|
+
/* width: calc(100%-83px); */
|
|
467
|
+
}
|
|
468
|
+
|
|
522
469
|
.citizen-home-container {
|
|
523
470
|
display: flex;
|
|
524
471
|
flex-direction: unset !important;
|
|
@@ -527,99 +474,148 @@
|
|
|
527
474
|
padding-top: 58px;
|
|
528
475
|
}
|
|
529
476
|
}
|
|
530
|
-
|
|
531
|
-
content:url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png");
|
|
532
|
-
}
|
|
477
|
+
|
|
533
478
|
.citizen {
|
|
534
479
|
.main {
|
|
535
480
|
width: 100%;
|
|
536
|
-
padding-top:
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
481
|
+
padding-top: 58px;
|
|
482
|
+
height: 100%;
|
|
483
|
+
display: flex;
|
|
484
|
+
justify-content: center;
|
|
540
485
|
}
|
|
541
486
|
|
|
542
|
-
.center-container {
|
|
543
|
-
}
|
|
487
|
+
.center-container {}
|
|
544
488
|
}
|
|
545
|
-
|
|
546
489
|
}
|
|
547
490
|
|
|
548
|
-
|
|
549
|
-
|
|
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%
|
|
491
|
+
.fullWidth {
|
|
492
|
+
width: 100%;
|
|
559
493
|
}
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
494
|
+
|
|
495
|
+
.multi-select-container {
|
|
496
|
+
.disposal-text {
|
|
497
|
+
@apply font-bold;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.disposal-info {
|
|
501
|
+
@apply my-md ml-sm;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.disposal-action-bar {
|
|
505
|
+
@apply flex justify-between items-center;
|
|
506
|
+
}
|
|
567
507
|
}
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
508
|
+
|
|
509
|
+
@screen dt {
|
|
510
|
+
.d-grid {
|
|
511
|
+
display: grid;
|
|
512
|
+
grid-template-columns: 250px 250px 250px 250px;
|
|
513
|
+
column-gap: 10px;
|
|
514
|
+
row-gap: 2px;
|
|
515
|
+
margin-left: -12px;
|
|
516
|
+
}
|
|
571
517
|
}
|
|
572
|
-
|
|
573
|
-
|
|
518
|
+
|
|
519
|
+
.m-auto {
|
|
520
|
+
margin: auto !important;
|
|
574
521
|
}
|
|
575
|
-
|
|
576
|
-
|
|
522
|
+
|
|
523
|
+
.mb-50 {
|
|
524
|
+
margin-bottom: 50px;
|
|
577
525
|
}
|
|
526
|
+
|
|
527
|
+
.mb-25 {
|
|
528
|
+
margin-bottom: 25px;
|
|
578
529
|
}
|
|
579
530
|
|
|
580
|
-
|
|
531
|
+
.back-wrapper {
|
|
532
|
+
display: flex;
|
|
533
|
+
justify-content: space-between;
|
|
534
|
+
|
|
535
|
+
.top-back-btn {
|
|
536
|
+
margin-bottom: 0px;
|
|
537
|
+
color: theme(colors.white);
|
|
538
|
+
margin-right: 1em;
|
|
581
539
|
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
540
|
+
& svg {
|
|
541
|
+
fill: theme(colors.white);
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.hambuger-back-wrapper {
|
|
546
|
+
display: flex;
|
|
547
|
+
|
|
548
|
+
@media (min-width: 780px) {
|
|
549
|
+
.hamburger-span {
|
|
550
|
+
display: none;
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
}
|
|
590
554
|
}
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
z-index:1;
|
|
598
|
-
width:75%;
|
|
599
|
-
height:80%;
|
|
600
|
-
margin:12%;
|
|
601
|
-
margin-top:25%
|
|
555
|
+
|
|
556
|
+
@screen dt {
|
|
557
|
+
.back-wrapper {
|
|
558
|
+
margin-right: 2rem;
|
|
559
|
+
margin-left: 2rem;
|
|
560
|
+
}
|
|
602
561
|
}
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
width: 100
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
562
|
+
|
|
563
|
+
.user-profile {
|
|
564
|
+
@media (min-width: 780px) {
|
|
565
|
+
width: calc(100% - 219px);
|
|
566
|
+
margin-left: 16px;
|
|
567
|
+
margin-right: 16px;
|
|
568
|
+
}
|
|
610
569
|
}
|
|
611
|
-
|
|
612
|
-
|
|
570
|
+
|
|
571
|
+
.link {
|
|
572
|
+
a {
|
|
573
|
+
color: inherit;
|
|
574
|
+
text-decoration: inherit
|
|
575
|
+
}
|
|
613
576
|
}
|
|
614
|
-
|
|
615
|
-
|
|
577
|
+
|
|
578
|
+
.breadcrumb {
|
|
579
|
+
a {
|
|
580
|
+
color: inherit;
|
|
581
|
+
text-decoration: inherit
|
|
582
|
+
}
|
|
616
583
|
}
|
|
584
|
+
|
|
585
|
+
.sidebar-link.active {
|
|
586
|
+
.custom-link {
|
|
587
|
+
text-decoration: none;
|
|
588
|
+
|
|
589
|
+
div {
|
|
590
|
+
span {
|
|
591
|
+
color: theme(colors.primary.main) !important;
|
|
592
|
+
text-decoration: none;
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.bread-crumb {
|
|
599
|
+
a {
|
|
600
|
+
color: inherit;
|
|
601
|
+
text-decoration: inherit
|
|
602
|
+
}
|
|
617
603
|
}
|
|
618
|
-
|
|
619
|
-
{
|
|
620
|
-
.
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
604
|
+
|
|
605
|
+
.sidebar-link {
|
|
606
|
+
.custom-link {
|
|
607
|
+
text-decoration: none;
|
|
608
|
+
|
|
609
|
+
div {
|
|
610
|
+
span {
|
|
611
|
+
color: theme(colors.white);
|
|
612
|
+
text-decoration: none;
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
}
|
|
624
616
|
}
|
|
617
|
+
|
|
618
|
+
/* TODO fix required NABEEL/ANIL for home screen card */
|
|
619
|
+
.customEmployeeCard {
|
|
620
|
+
@apply m-sm !important;
|
|
625
621
|
}
|