@pmidc/upyog-css 1.2.36-dev.1.2 → 1.2.36-dev.1.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/dist/index.css +45 -6
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +535 -535
- package/src/components/CitizenHomeCard.scss +228 -228
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/NewAccordianCitizen.scss +130 -130
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/SurveyModal.scss +195 -195
- package/src/components/TimeLine.scss +96 -96
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +99 -99
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +422 -422
- package/src/components/buttons.scss +144 -144
- package/src/components/card.scss +966 -966
- package/src/components/cardHeaderWithOptions.scss +16 -16
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +119 -119
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/documentSection.scss +134 -134
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +111 -111
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +29 -29
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +36 -36
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +117 -117
- package/src/components/multiSelectDropdown.scss +88 -88
- package/src/components/navbar.scss +377 -377
- package/src/components/newFooter.scss +82 -82
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +26 -26
- package/src/components/radiobtn.scss +46 -46
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +27 -27
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +302 -302
- package/src/components/staticDynamicMessages.scss +110 -110
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +384 -384
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +146 -146
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +217 -217
- package/src/components/uploadcomponents.scss +118 -116
- package/src/index.scss +2405 -2405
- package/src/modules/BPA/index.scss +120 -97
- package/src/modules/TL/index.scss +767 -767
- package/src/modules/adv/index.scss +643 -643
- package/src/modules/hrms/index.scss +1327 -1327
- package/src/modules/rentAndLease/index.scss +238 -238
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -50
- package/src/pages/citizen/DocumentList.scss +454 -454
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +215 -215
- package/src/pages/citizen/InboxCard.scss +378 -378
- package/src/pages/citizen/SurveyList.scss +24 -24
- package/src/pages/citizen/citizenDocument.scss +25 -25
- package/src/pages/citizen/citizenNewLogin.scss +352 -352
- package/src/pages/citizen/container.scss +32 -32
- package/src/pages/citizen/loaderMessage.scss +341 -341
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/common/form.scss +25 -25
- package/src/pages/common/newApplicationTimeline.scss +341 -341
- package/src/pages/common/pgrUICssfix.scss +128 -128
- package/src/pages/common/requiredField.scss +2 -2
- package/src/pages/common/sanctionFeeTable.scss +91 -91
- package/src/pages/common/searchIcon.scss +21 -21
- package/src/pages/common/sitePhotoGraphs.scss +26 -26
- package/src/pages/common/stepForm.scss +40 -40
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +204 -204
- package/src/pages/employee/disconnection.scss +425 -425
- package/src/pages/employee/dss.scss +251 -251
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +26 -26
- package/src/pages/employee/header.scss +262 -262
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +1110 -1110
- package/src/pages/employee/index.scss +693 -693
- package/src/pages/employee/landing.scss +1802 -1802
- package/src/pages/employee/login.scss +253 -253
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -469
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/src/pages/swach/index.scss +231 -231
- package/src/pages/ws/index.scss +118 -118
- 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,36 +1,36 @@
|
|
|
1
|
-
.tooltip {
|
|
2
|
-
position: relative;
|
|
3
|
-
display: inline-block;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.tooltip .tooltiptext {
|
|
7
|
-
visibility: hidden;
|
|
8
|
-
background-color: #555;
|
|
9
|
-
color: #fff;
|
|
10
|
-
text-align: left;
|
|
11
|
-
border-radius: 6px;
|
|
12
|
-
padding: 5px;
|
|
13
|
-
position: absolute;
|
|
14
|
-
z-index: 1;
|
|
15
|
-
bottom: 125%;
|
|
16
|
-
left: 50%;
|
|
17
|
-
margin-left: -60px;
|
|
18
|
-
opacity: 0;
|
|
19
|
-
transition: opacity 0.3s;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.tooltip .tooltiptext::after {
|
|
23
|
-
position: absolute;
|
|
24
|
-
top: 100%;
|
|
25
|
-
left: 50%;
|
|
26
|
-
margin-left: -5px;
|
|
27
|
-
border-width: 5px;
|
|
28
|
-
border-style: solid;
|
|
29
|
-
border-color: #555 transparent transparent transparent;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.tooltip:hover .tooltiptext {
|
|
33
|
-
visibility: visible;
|
|
34
|
-
opacity: 1;
|
|
35
|
-
cursor: pointer;
|
|
1
|
+
.tooltip {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: inline-block;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.tooltip .tooltiptext {
|
|
7
|
+
visibility: hidden;
|
|
8
|
+
background-color: #555;
|
|
9
|
+
color: #fff;
|
|
10
|
+
text-align: left;
|
|
11
|
+
border-radius: 6px;
|
|
12
|
+
padding: 5px;
|
|
13
|
+
position: absolute;
|
|
14
|
+
z-index: 1;
|
|
15
|
+
bottom: 125%;
|
|
16
|
+
left: 50%;
|
|
17
|
+
margin-left: -60px;
|
|
18
|
+
opacity: 0;
|
|
19
|
+
transition: opacity 0.3s;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.tooltip .tooltiptext::after {
|
|
23
|
+
position: absolute;
|
|
24
|
+
top: 100%;
|
|
25
|
+
left: 50%;
|
|
26
|
+
margin-left: -5px;
|
|
27
|
+
border-width: 5px;
|
|
28
|
+
border-style: solid;
|
|
29
|
+
border-color: #555 transparent transparent transparent;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.tooltip:hover .tooltiptext {
|
|
33
|
+
visibility: visible;
|
|
34
|
+
opacity: 1;
|
|
35
|
+
cursor: pointer;
|
|
36
36
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
.updateNumberEmployee{
|
|
2
|
-
width: 100%;
|
|
3
|
-
.employee-data-table .row h2{
|
|
4
|
-
font-weight:500;
|
|
5
|
-
width: 100%;
|
|
6
|
-
}
|
|
7
|
-
.submit-bar {
|
|
8
|
-
position: relative;
|
|
9
|
-
}
|
|
10
|
-
.search-form-wrapper {
|
|
11
|
-
justify-content: initial;
|
|
12
|
-
}
|
|
1
|
+
.updateNumberEmployee{
|
|
2
|
+
width: 100%;
|
|
3
|
+
.employee-data-table .row h2{
|
|
4
|
+
font-weight:500;
|
|
5
|
+
width: 100%;
|
|
6
|
+
}
|
|
7
|
+
.submit-bar {
|
|
8
|
+
position: relative;
|
|
9
|
+
}
|
|
10
|
+
.search-form-wrapper {
|
|
11
|
+
justify-content: initial;
|
|
12
|
+
}
|
|
13
13
|
}
|
|
@@ -1,232 +1,232 @@
|
|
|
1
|
-
.swach {
|
|
2
|
-
width: 60vw !important;
|
|
3
|
-
.card {
|
|
4
|
-
.employee-card-input--front {
|
|
5
|
-
background-color: white;
|
|
6
|
-
position: relative;
|
|
7
|
-
z-index: 0 !important;
|
|
8
|
-
}
|
|
9
|
-
input[name="mobileNumber"] {
|
|
10
|
-
max-width: 490px;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
.mandatory-asterisk {
|
|
14
|
-
color: red;
|
|
15
|
-
font-weight: bold;
|
|
16
|
-
}
|
|
17
|
-
.numberdisplay{
|
|
18
|
-
display: flex !important;
|
|
19
|
-
}
|
|
20
|
-
.image-card .card {
|
|
21
|
-
width: 540px;
|
|
22
|
-
}
|
|
23
|
-
.break-line {
|
|
24
|
-
margin-top: 20px;
|
|
25
|
-
margin-bottom: 40px;
|
|
26
|
-
}
|
|
27
|
-
.card-section-header {
|
|
28
|
-
margin-top: 10px;
|
|
29
|
-
}
|
|
30
|
-
.label-field-pair {
|
|
31
|
-
margin-top: 10px;
|
|
32
|
-
}
|
|
33
|
-
.select-wrap .select {
|
|
34
|
-
border: 1px solid #b4b4b4;
|
|
35
|
-
border-radius: 8px;
|
|
36
|
-
}
|
|
37
|
-
textarea[name="landmark"] {
|
|
38
|
-
border: 1px solid #b4b4b4;
|
|
39
|
-
}
|
|
40
|
-
textarea[name="description"] {
|
|
41
|
-
border: 1px solid #b4b4b4;
|
|
42
|
-
}
|
|
43
|
-
.select-active {
|
|
44
|
-
input[type="text"] {
|
|
45
|
-
margin-top: 0px;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
.font-Weigth-bold {
|
|
49
|
-
font-weight: 600 !important;
|
|
50
|
-
margin-top: 20px !important;
|
|
51
|
-
}
|
|
52
|
-
.location-card .card-header {
|
|
53
|
-
margin-left: 10px;
|
|
54
|
-
font-size: 20px;
|
|
55
|
-
line-height: 40px;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
@media (min-width: 320px) and (max-width: 768px) {
|
|
59
|
-
.swach .card {
|
|
60
|
-
width: 95vw;
|
|
61
|
-
}
|
|
62
|
-
.swach .location-card .card {
|
|
63
|
-
width: 540px;
|
|
64
|
-
}
|
|
65
|
-
.swach .image-card .card {
|
|
66
|
-
width: 540px;
|
|
67
|
-
}
|
|
68
|
-
.swach .break-line {
|
|
69
|
-
margin-top: 20px;
|
|
70
|
-
margin-bottom: 40px;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
@media (min-width: 320px) and (max-width: 425px) {
|
|
76
|
-
.swach textarea[name="landmark"] {
|
|
77
|
-
max-width: 490px;
|
|
78
|
-
}
|
|
79
|
-
.swach textarea[name="description"] {
|
|
80
|
-
max-width: 490px;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
@media (min-width: 426px) and (max-width: 768px) {
|
|
86
|
-
.swach textarea[name="landmark"] {
|
|
87
|
-
width: 540px;
|
|
88
|
-
position: relative;
|
|
89
|
-
}
|
|
90
|
-
.swach textarea[name="description"] {
|
|
91
|
-
width: 540px;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.citizen-home-container .select-active {
|
|
97
|
-
input[type="text"] {
|
|
98
|
-
margin-top: 0px;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.mandatory-asterisk {
|
|
103
|
-
color: red;
|
|
104
|
-
font-weight: bold;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.ViewAttendence{
|
|
108
|
-
.tablechart{
|
|
109
|
-
display: flex;
|
|
110
|
-
flex-direction: row;
|
|
111
|
-
flex-wrap: wrap;
|
|
112
|
-
gap: 16px;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.tablechartinner{
|
|
116
|
-
flex: 1 1 300px;
|
|
117
|
-
min-width: 300px;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.attendanceimage{
|
|
121
|
-
flex: 1 1 300px;
|
|
122
|
-
min-width: 300px;
|
|
123
|
-
display: flex;
|
|
124
|
-
align-items: center;
|
|
125
|
-
justify-content: center;
|
|
126
|
-
padding: 16px;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.attendanceimg{
|
|
130
|
-
max-width: 100%;
|
|
131
|
-
max-height: 300px;
|
|
132
|
-
object-fit: contain;
|
|
133
|
-
}
|
|
134
|
-
.attendancecard{
|
|
135
|
-
margin-bottom: 16px;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.swachempfilter{
|
|
140
|
-
background-color: red;
|
|
141
|
-
padding-bottom: 90px !important;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.swach-comp-detils-header{
|
|
145
|
-
display: flex;
|
|
146
|
-
justify-content: space-between;
|
|
147
|
-
align-items: center;
|
|
148
|
-
}
|
|
149
|
-
.swach-comp-detils-citizen-header{
|
|
150
|
-
display: flex;
|
|
151
|
-
justify-content: space-between;
|
|
152
|
-
max-width: 960px;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.swach-comp-detils-overflow{
|
|
156
|
-
overflow-y: scroll;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.swach-comp-detils-maps-link{
|
|
160
|
-
color: blue;
|
|
161
|
-
font-weight: bolder;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.swach-attendance-header-wrapper{
|
|
165
|
-
display: flex;
|
|
166
|
-
justify-content: space-between;
|
|
167
|
-
max-width: 960px;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.swach-attendance-image-container{
|
|
171
|
-
margin: 16px 0;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.swach-attendance-loader-wrapper{
|
|
175
|
-
height: 150px;
|
|
176
|
-
display: flex;
|
|
177
|
-
align-items: center;
|
|
178
|
-
justify-content: center
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.swach-attendance-processing-text{
|
|
182
|
-
text-align: center;
|
|
183
|
-
margin-top: 8px;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.swach-search-form{
|
|
187
|
-
margin-left: 24px;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.swach-search-container{
|
|
191
|
-
width: auto;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.swach-search-error-text{
|
|
195
|
-
color: red;
|
|
196
|
-
font-size: 12px;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.swach-search-action-full{
|
|
200
|
-
width: 100% !important;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.swach-search-clear-padding{
|
|
204
|
-
padding-top: 9px;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.swach-red-color{
|
|
208
|
-
color: #a82227;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.swach-text-align{
|
|
212
|
-
text-align: center;
|
|
213
|
-
}
|
|
214
|
-
.swach-desktop-result{
|
|
215
|
-
margin-top: 24px;
|
|
216
|
-
margin-left: 24px;
|
|
217
|
-
flex: 1;
|
|
218
|
-
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.swach-margin-top-16{
|
|
222
|
-
margin-top: 20 !important;
|
|
223
|
-
}
|
|
224
|
-
.swach-width-250{
|
|
225
|
-
width: 250px !important;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
@media only screen and (min-width: 768px) {
|
|
229
|
-
.swach-link-card {
|
|
230
|
-
padding: 0 !important;
|
|
231
|
-
}
|
|
1
|
+
.swach {
|
|
2
|
+
width: 60vw !important;
|
|
3
|
+
.card {
|
|
4
|
+
.employee-card-input--front {
|
|
5
|
+
background-color: white;
|
|
6
|
+
position: relative;
|
|
7
|
+
z-index: 0 !important;
|
|
8
|
+
}
|
|
9
|
+
input[name="mobileNumber"] {
|
|
10
|
+
max-width: 490px;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
.mandatory-asterisk {
|
|
14
|
+
color: red;
|
|
15
|
+
font-weight: bold;
|
|
16
|
+
}
|
|
17
|
+
.numberdisplay{
|
|
18
|
+
display: flex !important;
|
|
19
|
+
}
|
|
20
|
+
.image-card .card {
|
|
21
|
+
width: 540px;
|
|
22
|
+
}
|
|
23
|
+
.break-line {
|
|
24
|
+
margin-top: 20px;
|
|
25
|
+
margin-bottom: 40px;
|
|
26
|
+
}
|
|
27
|
+
.card-section-header {
|
|
28
|
+
margin-top: 10px;
|
|
29
|
+
}
|
|
30
|
+
.label-field-pair {
|
|
31
|
+
margin-top: 10px;
|
|
32
|
+
}
|
|
33
|
+
.select-wrap .select {
|
|
34
|
+
border: 1px solid #b4b4b4;
|
|
35
|
+
border-radius: 8px;
|
|
36
|
+
}
|
|
37
|
+
textarea[name="landmark"] {
|
|
38
|
+
border: 1px solid #b4b4b4;
|
|
39
|
+
}
|
|
40
|
+
textarea[name="description"] {
|
|
41
|
+
border: 1px solid #b4b4b4;
|
|
42
|
+
}
|
|
43
|
+
.select-active {
|
|
44
|
+
input[type="text"] {
|
|
45
|
+
margin-top: 0px;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
.font-Weigth-bold {
|
|
49
|
+
font-weight: 600 !important;
|
|
50
|
+
margin-top: 20px !important;
|
|
51
|
+
}
|
|
52
|
+
.location-card .card-header {
|
|
53
|
+
margin-left: 10px;
|
|
54
|
+
font-size: 20px;
|
|
55
|
+
line-height: 40px;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
@media (min-width: 320px) and (max-width: 768px) {
|
|
59
|
+
.swach .card {
|
|
60
|
+
width: 95vw;
|
|
61
|
+
}
|
|
62
|
+
.swach .location-card .card {
|
|
63
|
+
width: 540px;
|
|
64
|
+
}
|
|
65
|
+
.swach .image-card .card {
|
|
66
|
+
width: 540px;
|
|
67
|
+
}
|
|
68
|
+
.swach .break-line {
|
|
69
|
+
margin-top: 20px;
|
|
70
|
+
margin-bottom: 40px;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@media (min-width: 320px) and (max-width: 425px) {
|
|
76
|
+
.swach textarea[name="landmark"] {
|
|
77
|
+
max-width: 490px;
|
|
78
|
+
}
|
|
79
|
+
.swach textarea[name="description"] {
|
|
80
|
+
max-width: 490px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@media (min-width: 426px) and (max-width: 768px) {
|
|
86
|
+
.swach textarea[name="landmark"] {
|
|
87
|
+
width: 540px;
|
|
88
|
+
position: relative;
|
|
89
|
+
}
|
|
90
|
+
.swach textarea[name="description"] {
|
|
91
|
+
width: 540px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.citizen-home-container .select-active {
|
|
97
|
+
input[type="text"] {
|
|
98
|
+
margin-top: 0px;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.mandatory-asterisk {
|
|
103
|
+
color: red;
|
|
104
|
+
font-weight: bold;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.ViewAttendence{
|
|
108
|
+
.tablechart{
|
|
109
|
+
display: flex;
|
|
110
|
+
flex-direction: row;
|
|
111
|
+
flex-wrap: wrap;
|
|
112
|
+
gap: 16px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.tablechartinner{
|
|
116
|
+
flex: 1 1 300px;
|
|
117
|
+
min-width: 300px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.attendanceimage{
|
|
121
|
+
flex: 1 1 300px;
|
|
122
|
+
min-width: 300px;
|
|
123
|
+
display: flex;
|
|
124
|
+
align-items: center;
|
|
125
|
+
justify-content: center;
|
|
126
|
+
padding: 16px;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.attendanceimg{
|
|
130
|
+
max-width: 100%;
|
|
131
|
+
max-height: 300px;
|
|
132
|
+
object-fit: contain;
|
|
133
|
+
}
|
|
134
|
+
.attendancecard{
|
|
135
|
+
margin-bottom: 16px;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.swachempfilter{
|
|
140
|
+
background-color: red;
|
|
141
|
+
padding-bottom: 90px !important;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.swach-comp-detils-header{
|
|
145
|
+
display: flex;
|
|
146
|
+
justify-content: space-between;
|
|
147
|
+
align-items: center;
|
|
148
|
+
}
|
|
149
|
+
.swach-comp-detils-citizen-header{
|
|
150
|
+
display: flex;
|
|
151
|
+
justify-content: space-between;
|
|
152
|
+
max-width: 960px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.swach-comp-detils-overflow{
|
|
156
|
+
overflow-y: scroll;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.swach-comp-detils-maps-link{
|
|
160
|
+
color: blue;
|
|
161
|
+
font-weight: bolder;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.swach-attendance-header-wrapper{
|
|
165
|
+
display: flex;
|
|
166
|
+
justify-content: space-between;
|
|
167
|
+
max-width: 960px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.swach-attendance-image-container{
|
|
171
|
+
margin: 16px 0;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.swach-attendance-loader-wrapper{
|
|
175
|
+
height: 150px;
|
|
176
|
+
display: flex;
|
|
177
|
+
align-items: center;
|
|
178
|
+
justify-content: center
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.swach-attendance-processing-text{
|
|
182
|
+
text-align: center;
|
|
183
|
+
margin-top: 8px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.swach-search-form{
|
|
187
|
+
margin-left: 24px;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.swach-search-container{
|
|
191
|
+
width: auto;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.swach-search-error-text{
|
|
195
|
+
color: red;
|
|
196
|
+
font-size: 12px;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.swach-search-action-full{
|
|
200
|
+
width: 100% !important;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.swach-search-clear-padding{
|
|
204
|
+
padding-top: 9px;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.swach-red-color{
|
|
208
|
+
color: #a82227;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.swach-text-align{
|
|
212
|
+
text-align: center;
|
|
213
|
+
}
|
|
214
|
+
.swach-desktop-result{
|
|
215
|
+
margin-top: 24px;
|
|
216
|
+
margin-left: 24px;
|
|
217
|
+
flex: 1;
|
|
218
|
+
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.swach-margin-top-16{
|
|
222
|
+
margin-top: 20 !important;
|
|
223
|
+
}
|
|
224
|
+
.swach-width-250{
|
|
225
|
+
width: 250px !important;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
@media only screen and (min-width: 768px) {
|
|
229
|
+
.swach-link-card {
|
|
230
|
+
padding: 0 !important;
|
|
231
|
+
}
|
|
232
232
|
}
|