@pmidc/upyog-css 1.2.51 → 1.2.53
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 +23988 -14978
- package/dist/index.min.css +1 -1
- package/package.json +62 -62
- 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 +968 -968
- package/src/components/cardHeaderWithOptions.scss +16 -16
- package/src/components/challanGeneration.scss +349 -0
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/chb.scss +242 -0
- 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 +379 -379
- package/src/components/garbageCollection.scss +535 -0
- 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/ndc.scss +233 -0
- package/src/components/newFooter.scss +82 -82
- package/src/components/newInbox.scss +382 -382
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +26 -26
- package/src/components/ptr.scss +301 -0
- 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 +312 -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 +855 -855
- 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 +116 -116
- package/src/index.scss +2436 -2424
- package/src/modules/BPA/index.scss +5262 -394
- package/src/modules/TL/index.scss +796 -796
- package/src/modules/adv/index.scss +1807 -643
- package/src/modules/hrms/index.scss +1327 -1327
- package/src/modules/noc/index.scss +1210 -0
- package/src/modules/rentAndLease/index.scss +591 -288
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -50
- package/src/pages/citizen/DocumentList.scss +470 -470
- 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,15 +1,15 @@
|
|
|
1
|
-
.PlusMinus {
|
|
2
|
-
text-align: center;
|
|
3
|
-
display: flex;
|
|
4
|
-
align-content: center;
|
|
5
|
-
justify-content: center;
|
|
6
|
-
}
|
|
7
|
-
.PlusMinusbutton{
|
|
8
|
-
border: 1px solid #d6d5d4;
|
|
9
|
-
background-color: #eeeeee;
|
|
10
|
-
color: #505a5f;
|
|
11
|
-
font-size: 27px;
|
|
12
|
-
font-weight: 400;
|
|
13
|
-
text-align: center;
|
|
14
|
-
width: 40px;
|
|
15
|
-
}
|
|
1
|
+
.PlusMinus {
|
|
2
|
+
text-align: center;
|
|
3
|
+
display: flex;
|
|
4
|
+
align-content: center;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
}
|
|
7
|
+
.PlusMinusbutton{
|
|
8
|
+
border: 1px solid #d6d5d4;
|
|
9
|
+
background-color: #eeeeee;
|
|
10
|
+
color: #505a5f;
|
|
11
|
+
font-size: 27px;
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
text-align: center;
|
|
14
|
+
width: 40px;
|
|
15
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
.popup-wrap {
|
|
2
|
-
background: rgba(0, 0, 0, 0.7);
|
|
3
|
-
@apply flex fixed w-full h-full overflow-auto top-0 left-0 min-h-screen;
|
|
4
|
-
z-index: 10000;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
@screen dt {
|
|
8
|
-
.popup-wrap {
|
|
9
|
-
background: rgba(0, 0, 0, 0.7);
|
|
10
|
-
@apply min-h-screen;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.popup-close-icon{
|
|
15
|
-
@apply flex justify-end;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.popup-content {
|
|
19
|
-
@apply bg-white rounded-sm max-w-3xl overflow-hidden text-justify overflow-y-auto leading-relaxed;
|
|
20
|
-
margin-left: auto;
|
|
21
|
-
margin-right: auto;
|
|
22
|
-
font-family: 'Roboto', sans-serif;
|
|
23
|
-
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
|
|
24
|
-
0 4px 6px -2px rgba(0,0,0,0.05);
|
|
25
|
-
padding: 1.5rem;
|
|
26
|
-
max-height: 80%;
|
|
1
|
+
.popup-wrap {
|
|
2
|
+
background: rgba(0, 0, 0, 0.7);
|
|
3
|
+
@apply flex fixed w-full h-full overflow-auto top-0 left-0 min-h-screen;
|
|
4
|
+
z-index: 10000;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
@screen dt {
|
|
8
|
+
.popup-wrap {
|
|
9
|
+
background: rgba(0, 0, 0, 0.7);
|
|
10
|
+
@apply min-h-screen;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.popup-close-icon{
|
|
15
|
+
@apply flex justify-end;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.popup-content {
|
|
19
|
+
@apply bg-white rounded-sm max-w-3xl overflow-hidden text-justify overflow-y-auto leading-relaxed;
|
|
20
|
+
margin-left: auto;
|
|
21
|
+
margin-right: auto;
|
|
22
|
+
font-family: 'Roboto', sans-serif;
|
|
23
|
+
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
|
|
24
|
+
0 4px 6px -2px rgba(0,0,0,0.05);
|
|
25
|
+
padding: 1.5rem;
|
|
26
|
+
max-height: 80%;
|
|
27
27
|
}
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
.ptr-style-0466783d98 {
|
|
2
|
+
width:100%;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.ptr-style-06a8677398 {
|
|
6
|
+
margin-right:auto;
|
|
7
|
+
max-width:960px;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.ptr-style-0afc60c4eb {
|
|
11
|
+
text-align:start;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.ptr-style-0e1a6d017b {
|
|
15
|
+
display:flex;
|
|
16
|
+
align-items:center;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.ptr-style-1f3c50d02a {
|
|
20
|
+
font-weight:normal;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.ptr-style-2a1b75c911 {
|
|
24
|
+
display:block;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.ptr-style-2b41b4f0a3 {
|
|
28
|
+
display:flex;
|
|
29
|
+
justify-content:flex-end;
|
|
30
|
+
align-items:baseline;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.ptr-style-2fb62148d1 {
|
|
34
|
+
display:flex;
|
|
35
|
+
flex-wrap:wrap;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.ptr-style-3647f40150 {
|
|
39
|
+
position:relative;
|
|
40
|
+
max-width:540px;
|
|
41
|
+
cursor:pointer;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.ptr-style-41d7d7e25b {
|
|
45
|
+
padding:0;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.ptr-style-49fcd855ce {
|
|
49
|
+
margin-top:24px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.ptr-style-4af588be19 {
|
|
53
|
+
border:1px solid #e0e0e0;
|
|
54
|
+
padding:6px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.ptr-style-59bdf7cb33 {
|
|
58
|
+
padding:10px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.ptr-style-6328734805 {
|
|
62
|
+
width:70%;
|
|
63
|
+
margin-left:30%;
|
|
64
|
+
font-size:12px;
|
|
65
|
+
margin-top:-21px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.ptr-style-6982440012 {
|
|
69
|
+
overflow:hidden;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.ptr-style-6b720fc8a3 {
|
|
73
|
+
border:1px solid;
|
|
74
|
+
background:transparent;
|
|
75
|
+
color:#2947a3;
|
|
76
|
+
margin-right:5px;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.ptr-style-78cacda2a9 {
|
|
80
|
+
overflow-x:scroll;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.ptr-style-7c61974051 {
|
|
84
|
+
align-items:center;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.ptr-style-81351bd1ac {
|
|
88
|
+
font-size:24px;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.ptr-style-82c24e8737 {
|
|
92
|
+
margin-bottom:16px;
|
|
93
|
+
padding:5px;
|
|
94
|
+
cursor:pointer;
|
|
95
|
+
text-align:right;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.ptr-style-852cda79b9 {
|
|
99
|
+
min-width:100px;
|
|
100
|
+
margin-right:10px;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.ptr-style-8677744d08 {
|
|
104
|
+
margin-bottom:24px;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.ptr-style-87c136dfd0 {
|
|
108
|
+
margin-bottom:16px;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.ptr-style-90ad96210e {
|
|
112
|
+
color:red;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.ptr-style-91a87015f4 {
|
|
116
|
+
text-align:center;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.ptr-style-92d33bde50 {
|
|
120
|
+
padding-top:9px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.ptr-style-97445a8d93 {
|
|
124
|
+
flex:1;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.ptr-style-98208f557f {
|
|
128
|
+
width:100%;
|
|
129
|
+
text-align:right;
|
|
130
|
+
width:240px;
|
|
131
|
+
text-align:right;
|
|
132
|
+
margin-left:96px;
|
|
133
|
+
margin-top:8px;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.ptr-style-9fc225d522 {
|
|
137
|
+
cursor:pointer;
|
|
138
|
+
caret-color:transparent;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.ptr-style-a26bda7d11 {
|
|
142
|
+
margin-top:20px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.ptr-style-a3347904b1 {
|
|
146
|
+
position:absolute;
|
|
147
|
+
right:2%;
|
|
148
|
+
top:50%;
|
|
149
|
+
transform:translateY(-50%);
|
|
150
|
+
pointer-events:none;
|
|
151
|
+
width:16px;
|
|
152
|
+
height:16px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.ptr-style-ad482725f4 {
|
|
156
|
+
margin-top:1em;
|
|
157
|
+
bottom:0px;
|
|
158
|
+
width:100%;
|
|
159
|
+
margin-bottom:1.2em;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.ptr-style-b0288cd4be {
|
|
163
|
+
margin-left:16px;
|
|
164
|
+
margin-top:16px;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.ptr-style-b393da4633 {
|
|
168
|
+
font-size:12px;
|
|
169
|
+
color:#666;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.ptr-style-b54e408c7b {
|
|
173
|
+
background:#f6f6f6;
|
|
174
|
+
padding:8px;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.ptr-style-c1186b1ba1 {
|
|
178
|
+
margin-top:19px;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.ptr-style-cbc09ef471 {
|
|
182
|
+
border:1px solid #E3E3E3;
|
|
183
|
+
padding:16px;
|
|
184
|
+
margin-top:8px;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.ptr-style-d2c171b18b {
|
|
188
|
+
margin-top:10px;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.ptr-style-e38f6b9d9d {
|
|
192
|
+
bottom:0px;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.ptr-style-e6e8f75070 {
|
|
196
|
+
margin-top:20px;
|
|
197
|
+
margin-bottom:1rem;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.ptr-style-ef0b7a1148 {
|
|
201
|
+
margin-bottom:0;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.ptr-style-efc48952b0 {
|
|
205
|
+
padding:2px;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.ptr-style-fda6fb0beb {
|
|
209
|
+
margin-left:8px;
|
|
210
|
+
font-weight:normal;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.ptr-employee-breadcrumb .bread-crumb--item span {
|
|
214
|
+
max-width: min-content;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.ptr-employee-breadcrumb--mobile .bread-crumb--item {
|
|
218
|
+
display: flex;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.ptr-citizen-breadcrumb--offset {
|
|
222
|
+
margin-left: 10px;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.ptr-pagination-controls {
|
|
226
|
+
display: flex;
|
|
227
|
+
justify-content: center;
|
|
228
|
+
align-items: center;
|
|
229
|
+
gap: 12px;
|
|
230
|
+
margin: 20px 0;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.ptr-pagination-button {
|
|
234
|
+
background-color: #2947a3;
|
|
235
|
+
color: #fff;
|
|
236
|
+
border: none;
|
|
237
|
+
padding: 8px 12px;
|
|
238
|
+
border-radius: 50%;
|
|
239
|
+
font-size: 18px;
|
|
240
|
+
cursor: pointer;
|
|
241
|
+
transition: background-color 0.2s ease;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.ptr-pagination-button--disabled {
|
|
245
|
+
background-color: #ccc;
|
|
246
|
+
cursor: not-allowed;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.ptr-pagination-info {
|
|
250
|
+
font-weight: 500;
|
|
251
|
+
color: #333;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.ptr-timeline-container--desktop {
|
|
255
|
+
max-width: 960px;
|
|
256
|
+
min-width: 640px;
|
|
257
|
+
margin-right: auto;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.ptr-hidden-date-input {
|
|
261
|
+
position: absolute;
|
|
262
|
+
top: 0;
|
|
263
|
+
right: 0;
|
|
264
|
+
width: 32px;
|
|
265
|
+
height: 100%;
|
|
266
|
+
opacity: 0;
|
|
267
|
+
cursor: pointer;
|
|
268
|
+
border: none;
|
|
269
|
+
padding: 0;
|
|
270
|
+
margin: 0;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.ptr-desktop-inbox__result {
|
|
274
|
+
flex: 1;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.ptr-desktop-inbox__result--inbox {
|
|
278
|
+
margin-left: 24px;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.ptr-search-clear-link {
|
|
282
|
+
display: inline;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.ptr-search-clear-link--mobile {
|
|
286
|
+
margin: 0;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.ptr-form-field-error {
|
|
290
|
+
width: 70%;
|
|
291
|
+
margin-left: 30%;
|
|
292
|
+
font-size: 12px;
|
|
293
|
+
margin-top: -21px;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.ptr-document-field-error {
|
|
297
|
+
color: #d4351c;
|
|
298
|
+
font-size: 12px;
|
|
299
|
+
margin-top: -16px;
|
|
300
|
+
margin-bottom: 10px;
|
|
301
|
+
}
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
.radio-wrap {
|
|
2
|
-
@apply my-sm block leading-10 mb-lg;
|
|
3
|
-
|
|
4
|
-
div {
|
|
5
|
-
@apply block mb-md;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.radio-btn-wrap {
|
|
9
|
-
@apply block float-left relative;
|
|
10
|
-
&:hover {
|
|
11
|
-
.radio-btn-checkmark {
|
|
12
|
-
@apply border-primary-main;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.radio-btn {
|
|
18
|
-
@apply opacity-0 absolute cursor-pointer h-10 w-10;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.radio-btn-checkmark {
|
|
22
|
-
@apply h-6 w-6 border border-input-border border-solid rounded-full block;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
label {
|
|
26
|
-
@apply text-form-field ml-md;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.radio-btn-checkmark:after {
|
|
30
|
-
content: "";
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.radio-btn-wrap input:checked ~ .radio-btn-checkmark {
|
|
34
|
-
@apply border-2 border-primary-main;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
|
|
38
|
-
@apply block bg-primary-main h-5 w-5 rounded-full absolute;
|
|
39
|
-
top: 2px;
|
|
40
|
-
left: 2px;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
.reverse-radio-selection-wrapper{
|
|
44
|
-
div{
|
|
45
|
-
@apply flex flex-row-reverse place-content-between items-center; ;
|
|
46
|
-
}
|
|
1
|
+
.radio-wrap {
|
|
2
|
+
@apply my-sm block leading-10 mb-lg;
|
|
3
|
+
|
|
4
|
+
div {
|
|
5
|
+
@apply block mb-md;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.radio-btn-wrap {
|
|
9
|
+
@apply block float-left relative;
|
|
10
|
+
&:hover {
|
|
11
|
+
.radio-btn-checkmark {
|
|
12
|
+
@apply border-primary-main;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.radio-btn {
|
|
18
|
+
@apply opacity-0 absolute cursor-pointer h-10 w-10;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.radio-btn-checkmark {
|
|
22
|
+
@apply h-6 w-6 border border-input-border border-solid rounded-full block;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
label {
|
|
26
|
+
@apply text-form-field ml-md;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.radio-btn-checkmark:after {
|
|
30
|
+
content: "";
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.radio-btn-wrap input:checked ~ .radio-btn-checkmark {
|
|
34
|
+
@apply border-2 border-primary-main;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
|
|
38
|
+
@apply block bg-primary-main h-5 w-5 rounded-full absolute;
|
|
39
|
+
top: 2px;
|
|
40
|
+
left: 2px;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
.reverse-radio-selection-wrapper{
|
|
44
|
+
div{
|
|
45
|
+
@apply flex flex-row-reverse place-content-between items-center; ;
|
|
46
|
+
}
|
|
47
47
|
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
.rating-star-wrap {
|
|
2
|
-
@apply flex w-full mb-lg;
|
|
3
|
-
img {
|
|
4
|
-
width: 40px;
|
|
5
|
-
height: 38px;
|
|
6
|
-
display: block;
|
|
7
|
-
@apply mr-sm;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
svg {
|
|
11
|
-
width: 40px;
|
|
12
|
-
height: 38px;
|
|
13
|
-
display: block;
|
|
14
|
-
@apply mr-sm;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
@screen dt {
|
|
19
|
-
.rating-star-wrap {
|
|
20
|
-
@apply w-2/5;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.rating-with-text {
|
|
25
|
-
@apply flex place-items-center w-full;
|
|
26
|
-
|
|
27
|
-
svg {
|
|
28
|
-
width: 24px;
|
|
29
|
-
height: 38px;
|
|
30
|
-
display: block;
|
|
31
|
-
@apply mr-sm;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
1
|
+
.rating-star-wrap {
|
|
2
|
+
@apply flex w-full mb-lg;
|
|
3
|
+
img {
|
|
4
|
+
width: 40px;
|
|
5
|
+
height: 38px;
|
|
6
|
+
display: block;
|
|
7
|
+
@apply mr-sm;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
svg {
|
|
11
|
+
width: 40px;
|
|
12
|
+
height: 38px;
|
|
13
|
+
display: block;
|
|
14
|
+
@apply mr-sm;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@screen dt {
|
|
19
|
+
.rating-star-wrap {
|
|
20
|
+
@apply w-2/5;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.rating-with-text {
|
|
25
|
+
@apply flex place-items-center w-full;
|
|
26
|
+
|
|
27
|
+
svg {
|
|
28
|
+
width: 24px;
|
|
29
|
+
height: 38px;
|
|
30
|
+
display: block;
|
|
31
|
+
@apply mr-sm;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
.roundedLabel {
|
|
2
|
-
width: 24px;
|
|
3
|
-
height: 24px;
|
|
4
|
-
border-radius: 15px;
|
|
5
|
-
position: absolute;
|
|
6
|
-
z-index: 100;
|
|
7
|
-
bottom: 10px;
|
|
8
|
-
right: 70px;
|
|
9
|
-
@apply ml-sm bg-error text-center text-white;
|
|
10
|
-
}
|
|
1
|
+
.roundedLabel {
|
|
2
|
+
width: 24px;
|
|
3
|
+
height: 24px;
|
|
4
|
+
border-radius: 15px;
|
|
5
|
+
position: absolute;
|
|
6
|
+
z-index: 100;
|
|
7
|
+
bottom: 10px;
|
|
8
|
+
right: 70px;
|
|
9
|
+
@apply ml-sm bg-error text-center text-white;
|
|
10
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
.searchBox {
|
|
2
|
-
@apply flex m-sm justify-between;
|
|
3
|
-
.searchAction {
|
|
4
|
-
position: relative;
|
|
5
|
-
@apply flex flex-row text-focus;
|
|
6
|
-
.searchText {
|
|
7
|
-
@apply ml-sm;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.svgPrimaryH16px{
|
|
13
|
-
svg{
|
|
14
|
-
width: 18px;
|
|
15
|
-
@apply h-6;
|
|
16
|
-
path{
|
|
17
|
-
fill: #a82227;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.obps-search-application-container{
|
|
23
|
-
margin-top: 24px;
|
|
24
|
-
}
|
|
25
|
-
.obps-autocomplete-font-size{
|
|
26
|
-
font-size: 14px;
|
|
27
|
-
}
|
|
1
|
+
.searchBox {
|
|
2
|
+
@apply flex m-sm justify-between;
|
|
3
|
+
.searchAction {
|
|
4
|
+
position: relative;
|
|
5
|
+
@apply flex flex-row text-focus;
|
|
6
|
+
.searchText {
|
|
7
|
+
@apply ml-sm;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.svgPrimaryH16px{
|
|
13
|
+
svg{
|
|
14
|
+
width: 18px;
|
|
15
|
+
@apply h-6;
|
|
16
|
+
path{
|
|
17
|
+
fill: #a82227;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.obps-search-application-container{
|
|
23
|
+
margin-top: 24px;
|
|
24
|
+
}
|
|
25
|
+
.obps-autocomplete-font-size{
|
|
26
|
+
font-size: 14px;
|
|
27
|
+
}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
.sect-dropdown-wrap {
|
|
2
|
-
@apply mb-lg relative;
|
|
3
|
-
|
|
4
|
-
.sect-dropdown-input-wrap {
|
|
5
|
-
@apply block w-full h-10 border border-solid border-input-border;
|
|
6
|
-
|
|
7
|
-
input[type="text"] {
|
|
8
|
-
width: calc(100% - 32px);
|
|
9
|
-
@apply h-full outline-none text-text-primary text-form-field pl-sm;
|
|
10
|
-
}
|
|
11
|
-
p {
|
|
12
|
-
padding-top: 9px;
|
|
13
|
-
@apply text-form-field text-text-primary float-left ml-sm;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
img {
|
|
17
|
-
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
svg {
|
|
21
|
-
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.sect-dropdown-card {
|
|
26
|
-
width: 100% !important;
|
|
27
|
-
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
28
|
-
@apply absolute z-10 mt-xs pb-sm bg-white;
|
|
29
|
-
|
|
30
|
-
h1 {
|
|
31
|
-
@apply pl-sm pt-md text-text-primary text-form-field;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
p {
|
|
35
|
-
padding-left: 21px;
|
|
36
|
-
@apply w-full pt-sm text-text-secondary text-form-field;
|
|
37
|
-
|
|
38
|
-
&:hover {
|
|
39
|
-
@apply bg-grey-mid;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
1
|
+
.sect-dropdown-wrap {
|
|
2
|
+
@apply mb-lg relative;
|
|
3
|
+
|
|
4
|
+
.sect-dropdown-input-wrap {
|
|
5
|
+
@apply block w-full h-10 border border-solid border-input-border;
|
|
6
|
+
|
|
7
|
+
input[type="text"] {
|
|
8
|
+
width: calc(100% - 32px);
|
|
9
|
+
@apply h-full outline-none text-text-primary text-form-field pl-sm;
|
|
10
|
+
}
|
|
11
|
+
p {
|
|
12
|
+
padding-top: 9px;
|
|
13
|
+
@apply text-form-field text-text-primary float-left ml-sm;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
img {
|
|
17
|
+
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
svg {
|
|
21
|
+
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.sect-dropdown-card {
|
|
26
|
+
width: 100% !important;
|
|
27
|
+
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
28
|
+
@apply absolute z-10 mt-xs pb-sm bg-white;
|
|
29
|
+
|
|
30
|
+
h1 {
|
|
31
|
+
@apply pl-sm pt-md text-text-primary text-form-field;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
p {
|
|
35
|
+
padding-left: 21px;
|
|
36
|
+
@apply w-full pt-sm text-text-secondary text-form-field;
|
|
37
|
+
|
|
38
|
+
&:hover {
|
|
39
|
+
@apply bg-grey-mid;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|