@pmidc/upyog-css 1.2.36-dev.1.3 → 1.2.36-dev.1.30
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 +18743 -17879
- package/dist/index.min.css +1 -1
- package/package.json +24 -24
- package/src/components/CardBasedOptions.scss +33 -31
- package/src/components/actionbar.scss +1 -1
- package/src/components/body.scss +3 -3
- package/src/components/buttons.scss +8 -8
- package/src/components/card.scss +6 -3
- package/src/components/challanGeneration.scss +349 -0
- package/src/components/chb.scss +242 -0
- package/src/components/datatable.scss +6 -0
- package/src/components/filters.scss +283 -2
- package/src/components/garbageCollection.scss +535 -0
- package/src/components/ndc.scss +233 -0
- package/src/components/newInbox.scss +382 -0
- package/src/components/ptr.scss +301 -0
- package/src/components/selectdropdown.scss +10 -0
- package/src/components/table.scss +553 -42
- package/src/components/uploadcomponents.scss +1 -3
- package/src/index.scss +34 -11
- package/src/modules/BPA/index.scss +5149 -13
- package/src/modules/TL/index.scss +29 -0
- package/src/modules/adv/index.scss +1164 -0
- package/src/modules/noc/index.scss +1210 -0
- package/src/modules/rentAndLease/index.scss +647 -0
- package/src/pages/citizen/DocumentList.scss +19 -3
- package/src/pages/citizen/HomePageWrapper.scss +22 -17
- package/src/pages/employee/index.scss +62 -22
- package/src/pages/employee/login.scss +1 -1
package/package.json
CHANGED
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pmidc/upyog-css",
|
|
3
|
-
"version": "1.2.36-dev.1.
|
|
3
|
+
"version": "1.2.36-dev.1.30",
|
|
4
4
|
"license": "MIT",
|
|
5
|
+
"author": "",
|
|
6
|
+
"type": "commonjs",
|
|
5
7
|
"main": "dist/index.css",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
},
|
|
9
|
-
"cssConfig": {
|
|
10
|
-
"prefix": ""
|
|
8
|
+
"directories": {
|
|
9
|
+
"example": "example"
|
|
11
10
|
},
|
|
11
|
+
"files": [
|
|
12
|
+
"dist/index.min.css",
|
|
13
|
+
"dist/index.css",
|
|
14
|
+
"svg/**/*.svg",
|
|
15
|
+
"img/**/*.png",
|
|
16
|
+
"src/**/*.scss",
|
|
17
|
+
"src/**/*.css"
|
|
18
|
+
],
|
|
12
19
|
"scripts": {
|
|
13
20
|
"start": "gulp build",
|
|
14
21
|
"build:prod": "gulp build",
|
|
15
22
|
"prepublish": "yarn build:prod",
|
|
16
23
|
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
|
|
17
24
|
},
|
|
18
|
-
"browserslist": [
|
|
19
|
-
"> 3%",
|
|
20
|
-
"last 2 versions"
|
|
21
|
-
],
|
|
22
|
-
"style": "./dist/index.css",
|
|
23
25
|
"dependencies": {
|
|
24
|
-
"node-sass": "4.14.1",
|
|
25
26
|
"normalize.css": "8.0.1",
|
|
26
27
|
"postcss-scss": "3.0.5",
|
|
27
28
|
"tailwindcss": "^1.9.6",
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
"gulp-livereload": "^4.0.2",
|
|
38
39
|
"gulp-postcss": "9.0.1",
|
|
39
40
|
"gulp-rename": "^2.0.0",
|
|
40
|
-
"gulp-sass": "^
|
|
41
|
+
"gulp-sass": "^5.0.0",
|
|
41
42
|
"postcss": "8.4.12",
|
|
42
43
|
"postcss-cli": "8.3.1",
|
|
43
44
|
"postcss-header": "2.0.0",
|
|
@@ -47,17 +48,16 @@
|
|
|
47
48
|
"postcss-scss": "3.0.5",
|
|
48
49
|
"sass": "1.49.11"
|
|
49
50
|
},
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"dist/index.css",
|
|
53
|
-
"svg/**/*.svg",
|
|
54
|
-
"img/**/*.png",
|
|
55
|
-
"src/**/*.scss",
|
|
56
|
-
"src/**/*.css"
|
|
57
|
-
],
|
|
58
|
-
"directories": {
|
|
59
|
-
"example": "example"
|
|
51
|
+
"engines": {
|
|
52
|
+
"node": ">=10"
|
|
60
53
|
},
|
|
61
|
-
"
|
|
54
|
+
"cssConfig": {
|
|
55
|
+
"prefix": ""
|
|
56
|
+
},
|
|
57
|
+
"browserslist": [
|
|
58
|
+
"> 3%",
|
|
59
|
+
"last 2 versions"
|
|
60
|
+
],
|
|
61
|
+
"style": "./dist/index.css",
|
|
62
62
|
"description": ""
|
|
63
63
|
}
|
|
@@ -113,34 +113,34 @@
|
|
|
113
113
|
display: flex;
|
|
114
114
|
justify-content: space-between;
|
|
115
115
|
align-items: center;
|
|
116
|
-
margin-bottom:
|
|
117
|
-
padding-bottom:
|
|
118
|
-
border-bottom: 2px solid #
|
|
116
|
+
margin-bottom: 20px;
|
|
117
|
+
padding-bottom: 14px;
|
|
118
|
+
border-bottom: 2px solid #003C71;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.new-card-header-title {
|
|
122
|
-
font-size:
|
|
122
|
+
font-size: 20px;
|
|
123
123
|
font-weight: 700;
|
|
124
|
-
color: #
|
|
124
|
+
color: #003C71;
|
|
125
125
|
margin: 0;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.new-card-view-button {
|
|
129
129
|
background: transparent;
|
|
130
130
|
border: none;
|
|
131
|
-
color: #
|
|
132
|
-
font-size:
|
|
131
|
+
color: #003C71;
|
|
132
|
+
font-size: 13px;
|
|
133
133
|
font-weight: 600;
|
|
134
134
|
cursor: pointer;
|
|
135
135
|
display: flex;
|
|
136
136
|
align-items: center;
|
|
137
137
|
gap: 4px;
|
|
138
|
-
padding:
|
|
138
|
+
padding: 6px 14px;
|
|
139
139
|
border-radius: 8px;
|
|
140
140
|
transition: background 0.2s ease;
|
|
141
141
|
}
|
|
142
142
|
.new-card-view-button:hover {
|
|
143
|
-
background: #
|
|
143
|
+
background: #EEF4FF;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
/* Cards grid */
|
|
@@ -156,53 +156,54 @@
|
|
|
156
156
|
|
|
157
157
|
/* Individual option card */
|
|
158
158
|
.new-card-option {
|
|
159
|
-
border-radius:
|
|
160
|
-
padding:
|
|
159
|
+
border-radius: 14px;
|
|
160
|
+
padding: 20px;
|
|
161
161
|
margin: 8px;
|
|
162
|
-
min-width:
|
|
162
|
+
min-width: 180px;
|
|
163
163
|
flex: 1 1 calc(25% - 16px);
|
|
164
164
|
max-width: calc(25% - 16px);
|
|
165
165
|
cursor: pointer;
|
|
166
|
-
transition: all 0.
|
|
167
|
-
border:
|
|
168
|
-
box-shadow: 0 1px
|
|
166
|
+
transition: all 0.22s ease;
|
|
167
|
+
border: 1.5px solid #DEE0E2;
|
|
168
|
+
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
|
|
169
169
|
transform: translateY(0);
|
|
170
170
|
box-sizing: border-box;
|
|
171
|
+
background: #ffffff;
|
|
171
172
|
}
|
|
172
173
|
.new-card-option:hover {
|
|
173
|
-
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
|
|
174
174
|
transform: translateY(-4px);
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
/* Icon wrapper */
|
|
177
|
+
/* Icon wrapper — rounded square */
|
|
178
178
|
.new-card-icon {
|
|
179
|
-
width:
|
|
180
|
-
height:
|
|
181
|
-
border-radius:
|
|
179
|
+
width: 48px;
|
|
180
|
+
height: 48px;
|
|
181
|
+
border-radius: 12px;
|
|
182
182
|
display: flex;
|
|
183
183
|
align-items: center;
|
|
184
184
|
justify-content: center;
|
|
185
|
-
margin-bottom:
|
|
185
|
+
margin-bottom: 14px;
|
|
186
186
|
color: #fff;
|
|
187
|
-
|
|
187
|
+
flex-shrink: 0;
|
|
188
188
|
}
|
|
189
189
|
.new-card-icon svg {
|
|
190
|
-
width:
|
|
191
|
-
height:
|
|
190
|
+
width: 24px;
|
|
191
|
+
height: 24px;
|
|
192
192
|
fill: #fff;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
/* Service name and access row */
|
|
196
196
|
.new-card-service-name {
|
|
197
|
-
font-size:
|
|
197
|
+
font-size: 14px;
|
|
198
198
|
font-weight: 600;
|
|
199
|
-
color: #
|
|
200
|
-
margin-bottom:
|
|
199
|
+
color: #1F1F1F;
|
|
200
|
+
margin-bottom: 10px;
|
|
201
|
+
line-height: 1.4;
|
|
201
202
|
}
|
|
202
203
|
|
|
203
204
|
.new-card-access {
|
|
204
|
-
font-size:
|
|
205
|
-
color: #
|
|
205
|
+
font-size: 12px;
|
|
206
|
+
color: #626A6E;
|
|
206
207
|
display: flex;
|
|
207
208
|
align-items: center;
|
|
208
209
|
justify-content: space-between;
|
|
@@ -210,8 +211,9 @@
|
|
|
210
211
|
|
|
211
212
|
/* Arrow */
|
|
212
213
|
.new-card-arrow {
|
|
213
|
-
color: #
|
|
214
|
-
|
|
214
|
+
color: #003C71;
|
|
215
|
+
display: flex;
|
|
216
|
+
align-items: center;
|
|
215
217
|
}
|
|
216
218
|
|
|
217
219
|
/* Per-index background classes (backgrounds for the card root) */
|
package/src/components/body.scss
CHANGED
|
@@ -3,7 +3,7 @@ body {
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
:root {
|
|
6
|
-
--digit-font-family: "
|
|
6
|
+
--digit-font-family: "Noto Sans", sans-serif;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
body {
|
|
@@ -199,7 +199,7 @@ body {
|
|
|
199
199
|
font-size: 1.5rem;
|
|
200
200
|
border-bottom: 2px solid #ccc;
|
|
201
201
|
padding-bottom: 0.3rem;
|
|
202
|
-
color: #
|
|
202
|
+
color: #003C71;
|
|
203
203
|
margin-top: 2rem;
|
|
204
204
|
margin-bottom: 1rem;
|
|
205
205
|
}
|
|
@@ -270,7 +270,7 @@ body {
|
|
|
270
270
|
|
|
271
271
|
.bpa-stepper-form-container {
|
|
272
272
|
padding: 16px;
|
|
273
|
-
background: #
|
|
273
|
+
background: #F3F2F1;
|
|
274
274
|
min-height: calc(100vh - 120px);
|
|
275
275
|
}
|
|
276
276
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
border: none !important;
|
|
4
4
|
border-radius: 0.375rem;
|
|
5
5
|
padding: 0.5rem 1rem;
|
|
6
|
-
font-family:
|
|
6
|
+
font-family: var(--digit-font-family);
|
|
7
7
|
font-weight: 500;
|
|
8
8
|
font-size: 0.875rem;
|
|
9
9
|
line-height: 1.25rem;
|
|
@@ -42,31 +42,31 @@
|
|
|
42
42
|
|
|
43
43
|
.selector-button-primary {
|
|
44
44
|
@extend .selector-button;
|
|
45
|
-
background-color: #
|
|
45
|
+
background-color: #003C71 !important;
|
|
46
46
|
width: 100%;
|
|
47
47
|
|
|
48
48
|
&:hover {
|
|
49
|
-
background-color: #
|
|
49
|
+
background-color: #002554 !important;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.selector-button-secondary {
|
|
54
54
|
@extend .selector-button;
|
|
55
55
|
background-color: #ffffff !important;
|
|
56
|
-
color: #
|
|
56
|
+
color: #003C71 !important;
|
|
57
57
|
|
|
58
58
|
h2 {
|
|
59
|
-
color: #
|
|
59
|
+
color: #003C71 !important;
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.selector-button-border {
|
|
64
|
-
background-color: #
|
|
64
|
+
background-color: #003C71 !important;
|
|
65
65
|
color: #ffffff !important;
|
|
66
66
|
border: none !important;
|
|
67
67
|
border-radius: 0.375rem;
|
|
68
68
|
padding: 0.5rem 1rem;
|
|
69
|
-
font-family:
|
|
69
|
+
font-family: var(--digit-font-family);
|
|
70
70
|
font-weight: 500;
|
|
71
71
|
font-size: 0.875rem;
|
|
72
72
|
line-height: 1.25rem;
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
&:hover {
|
|
89
|
-
background-color: #
|
|
89
|
+
background-color: #002554 !important;
|
|
90
90
|
opacity: 0.9;
|
|
91
91
|
}
|
|
92
92
|
|
package/src/components/card.scss
CHANGED
|
@@ -85,7 +85,10 @@
|
|
|
85
85
|
letter-spacing: 0.5px;
|
|
86
86
|
width: 100%;
|
|
87
87
|
}
|
|
88
|
-
|
|
88
|
+
.card-label span{
|
|
89
|
+
color: #dc2626;
|
|
90
|
+
font-weight: "bold";
|
|
91
|
+
}
|
|
89
92
|
.card-label-error {
|
|
90
93
|
display: block;
|
|
91
94
|
font-size: 12px;
|
|
@@ -583,12 +586,12 @@ button.card-link.submit-bar {
|
|
|
583
586
|
}
|
|
584
587
|
|
|
585
588
|
.card-sub-header {
|
|
586
|
-
margin-bottom:
|
|
589
|
+
margin-bottom: 24px !important;
|
|
587
590
|
font-size: 18px;
|
|
588
591
|
}
|
|
589
592
|
|
|
590
593
|
.employee-card-sub-header {
|
|
591
|
-
margin-bottom:
|
|
594
|
+
margin-bottom: 24px !important;
|
|
592
595
|
font-size: 18px;
|
|
593
596
|
}
|
|
594
597
|
|
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
.challan-generation-style-011d038e3b {
|
|
2
|
+
color:blue;
|
|
3
|
+
text-decoration:underline;
|
|
4
|
+
cursor:pointer;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.challan-generation-style-060ccfad81 {
|
|
8
|
+
width:50%;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.challan-generation-style-07e09bd50b {
|
|
12
|
+
justify-content:flex-start;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.challan-generation-style-126891d584 {
|
|
16
|
+
margin:2rem 0;
|
|
17
|
+
text-align:center;
|
|
18
|
+
font-size:18px;
|
|
19
|
+
color:#505050;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.challan-generation-style-16a8a8b00c {
|
|
23
|
+
overflow:auto;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.challan-generation-style-16b4c2d840 {
|
|
27
|
+
flex:none;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.challan-generation-style-1ca832ca6c {
|
|
31
|
+
align-items:center;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.challan-generation-style-1cf294634a {
|
|
35
|
+
min-width:160px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.challan-generation-style-1ec56a5983 {
|
|
39
|
+
overflow-wrap:break-word;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.challan-generation-style-25d0175a45 {
|
|
43
|
+
font-weight:normal;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.challan-generation-style-26afc10d19 {
|
|
47
|
+
border:1px solid #e0e0e0;
|
|
48
|
+
padding:6px;
|
|
49
|
+
margin-top:5px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.challan-generation-style-2e2a4224f6 {
|
|
53
|
+
margin-right:8px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.challan-generation-style-2f0cbe05af {
|
|
57
|
+
width:100%;
|
|
58
|
+
text-align:right;
|
|
59
|
+
width:240px;
|
|
60
|
+
text-align:right;
|
|
61
|
+
margin-left:96px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.challan-generation-style-2f8e8ab1f2 {
|
|
65
|
+
width:auto;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.challan-generation-style-3343fd6464 {
|
|
69
|
+
margin-top:24px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.challan-generation-style-3bec6c4bcc {
|
|
73
|
+
font-weight:bolder;
|
|
74
|
+
color:green;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.challan-generation-style-44b6015a79 {
|
|
78
|
+
display:flex;
|
|
79
|
+
align-items:center;
|
|
80
|
+
margin-top:auto;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.challan-generation-style-481ed7e754 {
|
|
84
|
+
padding:10px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.challan-generation-style-5bac8467c0 {
|
|
88
|
+
color:green;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.challan-generation-style-5c0843b73b {
|
|
92
|
+
max-width:500px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.challan-generation-style-5c357d95f7 {
|
|
96
|
+
margin-top:20;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.challan-generation-style-669a0ee4e0 {
|
|
100
|
+
display:flex;
|
|
101
|
+
justify-content:flex-end;
|
|
102
|
+
align-items:baseline;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.challan-generation-style-6eab5e7808 {
|
|
106
|
+
display:flex;
|
|
107
|
+
flex-direction:column;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.challan-generation-style-6fbc35255f {
|
|
111
|
+
width:100%;
|
|
112
|
+
padding-right:25px;
|
|
113
|
+
padding-left:25px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.challan-generation-style-6ffaa34fed {
|
|
117
|
+
font-size:24px;
|
|
118
|
+
padding:10px 0px;
|
|
119
|
+
font-weight:700;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.challan-generation-style-7623f05545 {
|
|
123
|
+
flex:1;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.challan-generation-style-791521f0b7 {
|
|
127
|
+
width:35%;
|
|
128
|
+
border:1px solid #D6D5D4;
|
|
129
|
+
margin-top:1rem;
|
|
130
|
+
margin-bottom:1rem;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.challan-generation-style-7dde5e56b3 {
|
|
134
|
+
margin-bottom:20px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.challan-generation-style-806dcbc2f3 {
|
|
138
|
+
border:1px solid #e0e0e0;
|
|
139
|
+
padding:6px;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.challan-generation-style-8119d65878 {
|
|
143
|
+
margin-left:8px;
|
|
144
|
+
font-weight:normal;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.challan-generation-style-88bbba3a71 {
|
|
148
|
+
padding:10px 0px;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.challan-generation-style-8a359a76eb {
|
|
152
|
+
margin-top:16px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.challan-generation-style-8c313805d9 {
|
|
156
|
+
margin-top:19px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.challan-generation-style-8f96e7bd84 {
|
|
160
|
+
color:#FE7A51;
|
|
161
|
+
cursor:pointer;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.challan-generation-style-99871d5ffa {
|
|
165
|
+
margin-right:1rem;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.challan-generation-style-9bdc9a8416 {
|
|
169
|
+
display:flex;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.challan-generation-style-9c67b9a649 {
|
|
173
|
+
overflow-x:scroll;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.challan-generation-style-a2e94d72eb {
|
|
177
|
+
padding:0;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.challan-generation-style-a55b17636b {
|
|
181
|
+
margin-top:10px;
|
|
182
|
+
font-size:15px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.challan-generation-style-a5a34f1718 {
|
|
186
|
+
margin-left:unset;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.challan-generation-style-aa35c0473f {
|
|
190
|
+
padding-right:0;
|
|
191
|
+
margin-top:0;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.challan-generation-style-acb1508a33 {
|
|
195
|
+
margin-bottom:0;
|
|
196
|
+
width:100%;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.challan-generation-style-b1ecc496e0 {
|
|
200
|
+
margin-top:8px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.challan-generation-style-b9d23c1045 {
|
|
204
|
+
background:#f6f6f6;
|
|
205
|
+
padding:8px;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.challan-generation-style-ba53c25006 {
|
|
209
|
+
padding-top:9px;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.challan-generation-style-bbc75b303e {
|
|
213
|
+
background-color:white;
|
|
214
|
+
margin-right:200px;
|
|
215
|
+
margin-left:2.5%;
|
|
216
|
+
width:100%;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.challan-generation-style-c0505f64f2 {
|
|
220
|
+
min-width:100px;
|
|
221
|
+
margin-right:10px;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.challan-generation-style-cad980f4b7 {
|
|
225
|
+
width:100%;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.challan-generation-style-ce105fd28a {
|
|
229
|
+
margin-top:-1px;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.challan-generation-style-cf34b98518 {
|
|
233
|
+
width:100%;
|
|
234
|
+
gap:20px;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.challan-generation-style-d3ebd854a3 {
|
|
238
|
+
display:flex;
|
|
239
|
+
flex-wrap:wrap;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.challan-generation-style-da303dcf86 {
|
|
243
|
+
margin-bottom:15px;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.challan-generation-style-dac4fe6c9b {
|
|
247
|
+
text-align:center;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.challan-generation-style-e0f04f86f4 {
|
|
251
|
+
cursor:pointer;
|
|
252
|
+
color:#007bff;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.challan-generation-style-f9f0ebc1c8 {
|
|
256
|
+
padding-top:10px;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.challan-generation-style-fca99e6205 {
|
|
260
|
+
color: red;
|
|
261
|
+
padding-right: 3px;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.challan-generation-loader {
|
|
265
|
+
display: flex;
|
|
266
|
+
justify-content: center;
|
|
267
|
+
align-items: center;
|
|
268
|
+
min-height: 100px;
|
|
269
|
+
width: 100%;
|
|
270
|
+
position: relative;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.challan-generation-loader--page {
|
|
274
|
+
position: fixed;
|
|
275
|
+
top: 0;
|
|
276
|
+
left: 0;
|
|
277
|
+
width: 100vw;
|
|
278
|
+
height: 100vh;
|
|
279
|
+
background: rgba(255, 255, 255, 0.6);
|
|
280
|
+
backdrop-filter: blur(4px);
|
|
281
|
+
z-index: 9999;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.challan-generation-loader__spinner {
|
|
285
|
+
width: 64px;
|
|
286
|
+
height: 64px;
|
|
287
|
+
border: 8px solid #1976d2;
|
|
288
|
+
border-top: 8px solid transparent;
|
|
289
|
+
border-radius: 50%;
|
|
290
|
+
animation: challan-generation-spin 1.2s linear infinite;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
@keyframes challan-generation-spin {
|
|
294
|
+
from {
|
|
295
|
+
transform: rotate(0deg);
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
to {
|
|
299
|
+
transform: rotate(360deg);
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.challan-generation-desktop-inbox__result {
|
|
304
|
+
flex: 1;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.challan-generation-desktop-inbox__result--inbox {
|
|
308
|
+
margin-left: 24px;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.challan-generation-details-card {
|
|
312
|
+
border: 2px solid #fff;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.challan-generation-details-card--selected {
|
|
316
|
+
border-color: #a82227;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.challan-generation-employee-breadcrumb--mobile {
|
|
320
|
+
margin-left: 2vw;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.challan-generation-citizen-breadcrumb--offset {
|
|
324
|
+
margin-left: 10px;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.challan-generation-search--inbox {
|
|
328
|
+
margin-left: 24px;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.challan-generation-search__inputs {
|
|
332
|
+
width: 100%;
|
|
333
|
+
display: grid;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.challan-generation-search__clear-link--mobile {
|
|
337
|
+
margin: 0;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.challan-generation-form-section--desktop {
|
|
341
|
+
margin-top: -50px;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.challan-generation-form-field-error {
|
|
345
|
+
width: 70%;
|
|
346
|
+
margin-left: 30%;
|
|
347
|
+
font-size: 12px;
|
|
348
|
+
margin-top: -21px;
|
|
349
|
+
}
|