@pmidc/upyog-css 1.2.47 → 1.2.49

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.
Files changed (135) hide show
  1. package/dist/index.css +14501 -8978
  2. package/dist/index.min.css +1 -1
  3. package/package.json +63 -63
  4. package/src/components/CardBasedOptions.scss +535 -535
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +969 -969
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/changeLanguage.scss +3 -3
  28. package/src/components/charts.scss +185 -185
  29. package/src/components/checkbox.scss +83 -83
  30. package/src/components/checkpoint.scss +65 -65
  31. package/src/components/citizenInfoLabel.scss +14 -14
  32. package/src/components/custombtn.scss +15 -15
  33. package/src/components/datatable.scss +119 -119
  34. package/src/components/datewrap.scss +21 -21
  35. package/src/components/detailscard.scss +6 -6
  36. package/src/components/detailscontainer.scss +13 -13
  37. package/src/components/documentSection.scss +134 -134
  38. package/src/components/filters.scss +379 -98
  39. package/src/components/grey.scss +3 -3
  40. package/src/components/hoc/InboxComposer.scss +111 -111
  41. package/src/components/howItWorks.scss +71 -71
  42. package/src/components/imageviewer.scss +33 -33
  43. package/src/components/info-banner.scss +35 -35
  44. package/src/components/inputotp.scss +15 -15
  45. package/src/components/keynote.scss +29 -29
  46. package/src/components/languageSelector.scss +24 -24
  47. package/src/components/loader.scss +96 -96
  48. package/src/components/map.scss +36 -36
  49. package/src/components/metricsTable.scss +26 -26
  50. package/src/components/multiLink.scss +117 -117
  51. package/src/components/multiSelectDropdown.scss +88 -88
  52. package/src/components/navbar.scss +377 -377
  53. package/src/components/newFooter.scss +82 -82
  54. package/src/components/newInbox.scss +382 -0
  55. package/src/components/plusMinus.scss +15 -15
  56. package/src/components/popup.scss +26 -26
  57. package/src/components/radiobtn.scss +46 -46
  58. package/src/components/ratingstar.scss +33 -33
  59. package/src/components/roundedLabel.scss +10 -10
  60. package/src/components/searchAction.scss +27 -27
  61. package/src/components/sectionalDropdown.scss +43 -43
  62. package/src/components/selectdropdown.scss +302 -302
  63. package/src/components/staticDynamicMessages.scss +110 -110
  64. package/src/components/staticSideBar.scss +27 -27
  65. package/src/components/statushighlight.scss +17 -17
  66. package/src/components/submiterrors.scss +11 -11
  67. package/src/components/summary.scss +28 -28
  68. package/src/components/table.scss +855 -388
  69. package/src/components/tag.scss +27 -27
  70. package/src/components/telephone.scss +17 -17
  71. package/src/components/textfields.scss +146 -146
  72. package/src/components/toast.scss +31 -31
  73. package/src/components/toggleSwitch.scss +40 -40
  74. package/src/components/topbar.scss +217 -217
  75. package/src/components/uploadcomponents.scss +116 -116
  76. package/src/index.scss +2424 -2423
  77. package/src/modules/BPA/index.scss +394 -281
  78. package/src/modules/TL/index.scss +797 -780
  79. package/src/modules/adv/index.scss +643 -643
  80. package/src/modules/hrms/index.scss +1327 -1327
  81. package/src/modules/rentAndLease/index.scss +238 -238
  82. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  83. package/src/pages/citizen/CitizenLogin.scss +50 -50
  84. package/src/pages/citizen/DocumentList.scss +470 -452
  85. package/src/pages/citizen/Events.scss +46 -46
  86. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  87. package/src/pages/citizen/InboxCard.scss +378 -378
  88. package/src/pages/citizen/SurveyList.scss +24 -24
  89. package/src/pages/citizen/citizenDocument.scss +25 -25
  90. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  91. package/src/pages/citizen/container.scss +32 -32
  92. package/src/pages/citizen/loaderMessage.scss +341 -341
  93. package/src/pages/citizen/payment/payment-type.scss +2 -2
  94. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  95. package/src/pages/common/form.scss +25 -25
  96. package/src/pages/common/newApplicationTimeline.scss +341 -341
  97. package/src/pages/common/pgrUICssfix.scss +128 -128
  98. package/src/pages/common/requiredField.scss +2 -2
  99. package/src/pages/common/sanctionFeeTable.scss +91 -91
  100. package/src/pages/common/searchIcon.scss +21 -21
  101. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  102. package/src/pages/common/stepForm.scss +40 -40
  103. package/src/pages/employee/EmployeeLogin.scss +6 -6
  104. package/src/pages/employee/cardfix.scss +13 -13
  105. package/src/pages/employee/container.scss +73 -73
  106. package/src/pages/employee/dashboard.scss +204 -204
  107. package/src/pages/employee/disconnection.scss +425 -425
  108. package/src/pages/employee/dss.scss +251 -251
  109. package/src/pages/employee/faq.scss +353 -353
  110. package/src/pages/employee/footer.scss +68 -68
  111. package/src/pages/employee/form-fields.scss +26 -26
  112. package/src/pages/employee/header.scss +262 -262
  113. package/src/pages/employee/iframe.scss +65 -65
  114. package/src/pages/employee/inbox.scss +1110 -1110
  115. package/src/pages/employee/index.scss +693 -693
  116. package/src/pages/employee/landing.scss +1802 -1802
  117. package/src/pages/employee/login.scss +253 -253
  118. package/src/pages/employee/oldMobileInbox.scss +4 -4
  119. package/src/pages/employee/popupmodule.scss +47 -47
  120. package/src/pages/employee/response.scss +2 -2
  121. package/src/pages/employee/scroll-table.scss +113 -113
  122. package/src/pages/employee/surveys.scss +469 -469
  123. package/src/pages/employee/tooltip.scss +35 -35
  124. package/src/pages/employee/updateNumber.scss +12 -12
  125. package/src/pages/swach/index.scss +231 -231
  126. package/src/pages/ws/index.scss +118 -118
  127. package/svg/camera.svg +4 -4
  128. package/svg/check.svg +3 -3
  129. package/svg/close.svg +4 -4
  130. package/svg/error.svg +3 -3
  131. package/svg/error2.svg +5 -5
  132. package/svg/searchicon.svg +3 -3
  133. package/svg/starempty.svg +3 -3
  134. package/svg/starfilled.svg +4 -4
  135. package/svg/success.svg +3 -3
@@ -1,82 +1,82 @@
1
-
2
- .new-df-footer{
3
- background-color:#1e293b;
4
- color:#ffffff;
5
- padding:48px 0 0 0;
6
- margin-top:64px;
7
- width:100%;
8
- box-sizing:border-box;
9
- }
10
-
11
- .new-df-container{
12
- max-width:1200px;
13
- margin:0 auto;
14
- padding:0 40px;
15
- box-sizing:border-box;
16
- }
17
- /* do not touch until this is approved from vinit and palam sir */
18
-
19
- /*
20
- .new-df-grid{
21
- display:grid;
22
- grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
23
- gap:48px;
24
- padding-bottom:40px;
25
- }
26
- */
27
-
28
- .new-df-grid{
29
- display: none;
30
- }
31
-
32
- .new-df-column{
33
- display:flex;
34
- flex-direction:column;
35
- gap:16px;
36
- }
37
-
38
- .new-df-heading{
39
- font-size:18px;
40
- font-weight:600;
41
- margin:0 0 8px 0;
42
- color:#ffffff;
43
- }
44
-
45
- .new-df-text{
46
- font-size:14px;
47
- line-height:1.6;
48
- color:#cbd5e1;
49
- margin:0;
50
- }
51
-
52
- .new-df-link{
53
- font-size:14px;
54
- color:#cbd5e1;
55
- text-decoration:none;
56
- cursor:pointer;
57
- transition:color 0.2s ease;
58
- display:block;
59
- margin-bottom:8px;
60
- }
61
-
62
- .new-df-link:hover{
63
- color:#ffffff;
64
- }
65
-
66
- .new-df-bottom{
67
- border-top:1px solid #334155;
68
- padding:24px 0;
69
- text-align:center;
70
- }
71
-
72
- .new-df-copyright{
73
- font-size:14px;
74
- color:#94a3b8;
75
- margin:0;
76
- }
77
-
78
- @media (max-width:768px){
79
- .new-df-container{padding:0 16px}
80
- .new-df-grid{gap:20px}
81
- }
82
-
1
+
2
+ .new-df-footer{
3
+ background-color:#1e293b;
4
+ color:#ffffff;
5
+ padding:48px 0 0 0;
6
+ margin-top:64px;
7
+ width:100%;
8
+ box-sizing:border-box;
9
+ }
10
+
11
+ .new-df-container{
12
+ max-width:1200px;
13
+ margin:0 auto;
14
+ padding:0 40px;
15
+ box-sizing:border-box;
16
+ }
17
+ /* do not touch until this is approved from vinit and palam sir */
18
+
19
+ /*
20
+ .new-df-grid{
21
+ display:grid;
22
+ grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
23
+ gap:48px;
24
+ padding-bottom:40px;
25
+ }
26
+ */
27
+
28
+ .new-df-grid{
29
+ display: none;
30
+ }
31
+
32
+ .new-df-column{
33
+ display:flex;
34
+ flex-direction:column;
35
+ gap:16px;
36
+ }
37
+
38
+ .new-df-heading{
39
+ font-size:18px;
40
+ font-weight:600;
41
+ margin:0 0 8px 0;
42
+ color:#ffffff;
43
+ }
44
+
45
+ .new-df-text{
46
+ font-size:14px;
47
+ line-height:1.6;
48
+ color:#cbd5e1;
49
+ margin:0;
50
+ }
51
+
52
+ .new-df-link{
53
+ font-size:14px;
54
+ color:#cbd5e1;
55
+ text-decoration:none;
56
+ cursor:pointer;
57
+ transition:color 0.2s ease;
58
+ display:block;
59
+ margin-bottom:8px;
60
+ }
61
+
62
+ .new-df-link:hover{
63
+ color:#ffffff;
64
+ }
65
+
66
+ .new-df-bottom{
67
+ border-top:1px solid #334155;
68
+ padding:24px 0;
69
+ text-align:center;
70
+ }
71
+
72
+ .new-df-copyright{
73
+ font-size:14px;
74
+ color:#94a3b8;
75
+ margin:0;
76
+ }
77
+
78
+ @media (max-width:768px){
79
+ .new-df-container{padding:0 16px}
80
+ .new-df-grid{gap:20px}
81
+ }
82
+
@@ -0,0 +1,382 @@
1
+ .new-inbox-topbar {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: space-between;
5
+ gap: 16px;
6
+ padding: 16px;
7
+ border-radius: 16px;
8
+ border: 1px solid #e2e8f0;
9
+ background: #ffffff;
10
+ box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
11
+ flex-wrap: wrap;
12
+ }
13
+
14
+ .new-inbox-tabs {
15
+ display: flex;
16
+ gap: 8px;
17
+ flex-wrap: nowrap;
18
+ overflow-x: auto;
19
+ max-width: calc(100% - 280px);
20
+ padding-bottom: 4px;
21
+ scrollbar-width: none;
22
+ }
23
+
24
+ .new-inbox-tab {
25
+ padding: 6px 10px;
26
+ border-radius: 999px;
27
+ border: 1px solid #e5e7eb;
28
+ background: #f8fafc;
29
+ font-weight: 600;
30
+ font-size: 11px;
31
+ cursor: pointer;
32
+ white-space: nowrap;
33
+ font-family: inherit;
34
+ }
35
+
36
+ .new-inbox-tab-active {
37
+ background: #2563eb;
38
+ color: #ffffff;
39
+ border: 1px solid #2563eb;
40
+ box-shadow: 0 6px 14px rgba(37, 99, 235, 0.25);
41
+ }
42
+
43
+ .new-inbox-tab-count {
44
+ margin-left: 6px;
45
+ padding: 2px 6px;
46
+ border-radius: 999px;
47
+ background: #e2e8f0;
48
+ color: #475569;
49
+ font-size: 11px;
50
+ font-weight: 700;
51
+ }
52
+
53
+ .new-inbox-tab-count-active {
54
+ background: rgba(255, 255, 255, 0.2);
55
+ color: #ffffff;
56
+ }
57
+
58
+ .new-inbox-search {
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 8px;
62
+ padding: 10px 14px;
63
+ border: 1px solid #e2e8f0;
64
+ border-radius: 10px;
65
+ min-width: 260px;
66
+ background: #f8fafc;
67
+ color: #6b7280;
68
+ font-size: 12px;
69
+ }
70
+
71
+ .new-inbox-search-input {
72
+ border: none;
73
+ outline: none;
74
+ background: transparent;
75
+ width: 100%;
76
+ font-size: 12px;
77
+ color: #111827;
78
+ }
79
+ .new-inbox-wrapper {
80
+ margin-top: 32px;
81
+ padding: 20px;
82
+ background: #f8fafc;
83
+ border-radius: 12px;
84
+ }
85
+
86
+ .new-inbox-header {
87
+ display: flex;
88
+ align-items: center;
89
+ gap: 10px;
90
+ font-size: 24px;
91
+ font-weight: 700;
92
+ margin-bottom: 12px;
93
+ }
94
+
95
+ .new-inbox-count-pill {
96
+ display: inline-flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ min-width: 28px;
100
+ height: 28px;
101
+ padding: 0 8px;
102
+ border-radius: 999px;
103
+ background: #2563eb;
104
+ color: #ffffff;
105
+ font-size: 12px;
106
+ font-weight: 700;
107
+ }
108
+
109
+ .new-inbox-layout {
110
+ display: block;
111
+ }
112
+
113
+ .new-inbox-top-filters {
114
+ margin: 12px 0 16px;
115
+ background: #ffffff;
116
+ border: 1px solid #e2e8f0;
117
+ border-radius: 16px;
118
+ padding: 18px;
119
+ box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
120
+ }
121
+
122
+ .new-inbox-tenant-selector {
123
+ display: flex;
124
+ flex-direction: column;
125
+ align-items: flex-start;
126
+ gap: 10px;
127
+ }
128
+
129
+ .new-inbox-tenant-dropdown {
130
+ width: min(100%, 340px);
131
+ }
132
+
133
+ .new-inbox-table-card {
134
+ margin-top: 16px;
135
+ background: #ffffff;
136
+ border: 1px solid #e2e8f0;
137
+ border-radius: 16px;
138
+ box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
139
+ overflow: hidden;
140
+ }
141
+
142
+ .new-inbox-table-header {
143
+ padding: 18px 20px;
144
+ font-size: 18px;
145
+ font-weight: 700;
146
+ border-bottom: 1px solid #e2e8f0;
147
+ }
148
+
149
+ .new-inbox-pagination {
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: flex-end;
153
+ gap: 12px;
154
+ padding: 12px 20px 18px;
155
+ border-top: 1px solid #eef2f7;
156
+ font-size: 12px;
157
+ color: #6b7280;
158
+ background: #ffffff;
159
+ border-radius: 0 0 16px 16px;
160
+ margin-top: 16px;
161
+ }
162
+
163
+ .new-inbox-pagination-button {
164
+ border: 1px solid #e5e7eb;
165
+ background: #ffffff;
166
+ border-radius: 8px;
167
+ padding: 4px 8px;
168
+ cursor: pointer;
169
+ font-family: inherit;
170
+ }
171
+
172
+ .new-inbox-pagination-button-disabled {
173
+ opacity: 0.5;
174
+ cursor: not-allowed;
175
+ }
176
+
177
+ .new-inbox-pagination-select {
178
+ border: 1px solid #e5e7eb;
179
+ border-radius: 8px;
180
+ padding: 4px 8px;
181
+ background: #ffffff;
182
+ font-family: inherit;
183
+ }
184
+
185
+ .new-inbox-pagination-info {
186
+ font-weight: 500;
187
+ }
188
+
189
+ /* Mobile responsive styles */
190
+ @media screen and (max-width: 768px) {
191
+ .new-inbox-tenant-dropdown {
192
+ width: 100%;
193
+ }
194
+
195
+ .new-inbox-topbar {
196
+ flex-direction: column;
197
+ align-items: stretch;
198
+ gap: 12px;
199
+ }
200
+
201
+ .new-inbox-tabs {
202
+ flex-wrap: wrap;
203
+ max-width: 100%;
204
+ overflow-x: visible;
205
+ }
206
+
207
+ .new-inbox-search {
208
+ width: 100%;
209
+ min-width: unset;
210
+ }
211
+ }
212
+
213
+ /* Filter Drawer Styles */
214
+ .filter-drawer-overlay {
215
+ position: fixed;
216
+ top: 0;
217
+ left: 0;
218
+ right: 0;
219
+ bottom: 0;
220
+ background: rgba(0, 0, 0, 0.5);
221
+ z-index: 999;
222
+ animation: fadeIn 0.3s ease-in-out;
223
+ }
224
+
225
+ @keyframes fadeIn {
226
+ from {
227
+ opacity: 0;
228
+ }
229
+ to {
230
+ opacity: 1;
231
+ }
232
+ }
233
+
234
+ @keyframes slideUp {
235
+ from {
236
+ transform: translateY(100%);
237
+ }
238
+ to {
239
+ transform: translateY(0);
240
+ }
241
+ }
242
+
243
+ .filter-drawer {
244
+ position: fixed;
245
+ bottom: 0;
246
+ left: 0;
247
+ right: 0;
248
+ background: white;
249
+ border-radius: 16px 16px 0 0;
250
+ max-height: 80vh;
251
+ display: flex;
252
+ flex-direction: column;
253
+ z-index: 1000;
254
+ animation: slideUp 0.3s ease-in-out;
255
+ box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
256
+
257
+ @media screen and (max-width: 768px) {
258
+ max-height: 85vh;
259
+ }
260
+ }
261
+
262
+ .filter-drawer-header {
263
+ padding: 16px 16px 12px;
264
+ border-bottom: 1px solid #e8e8e8;
265
+ display: flex;
266
+ justify-content: space-between;
267
+ align-items: center;
268
+ flex-shrink: 0;
269
+
270
+ h3 {
271
+ margin: 0;
272
+ font-size: 16px;
273
+ font-weight: 600;
274
+ color: #111827;
275
+ }
276
+ }
277
+
278
+ .filter-drawer-close {
279
+ background: none;
280
+ border: none;
281
+ font-size: 24px;
282
+ cursor: pointer;
283
+ color: #6b7280;
284
+ padding: 4px 8px;
285
+ display: flex;
286
+ align-items: center;
287
+ justify-content: center;
288
+ transition: color 0.2s;
289
+
290
+ &:hover {
291
+ color: #111827;
292
+ }
293
+
294
+ &:active {
295
+ color: #374151;
296
+ }
297
+ }
298
+
299
+ .filter-drawer-content {
300
+ flex: 1;
301
+ overflow-y: auto;
302
+ padding: 16px;
303
+ display: flex;
304
+ flex-direction: column;
305
+ gap: 12px;
306
+
307
+ /* Smooth scrolling */
308
+ scroll-behavior: smooth;
309
+
310
+ /* Safari bounce scroll */
311
+ -webkit-overflow-scrolling: touch;
312
+
313
+ /* Hide scrollbar in mobile */
314
+ scrollbar-width: thin;
315
+ scrollbar-color: #d4d4d4 transparent;
316
+
317
+ &::-webkit-scrollbar {
318
+ width: 6px;
319
+ }
320
+
321
+ &::-webkit-scrollbar-track {
322
+ background: transparent;
323
+ }
324
+
325
+ &::-webkit-scrollbar-thumb {
326
+ background: #d4d4d4;
327
+ border-radius: 3px;
328
+
329
+ &:hover {
330
+ background: #9ca3af;
331
+ }
332
+ }
333
+ }
334
+
335
+ .filter-drawer-footer {
336
+ padding: 12px 16px 16px;
337
+ border-top: 1px solid #e8e8e8;
338
+ flex-shrink: 0;
339
+ background: white;
340
+ }
341
+
342
+ .filter-apply-btn {
343
+ width: 100%;
344
+ padding: 12px 16px;
345
+ background: #0066cc;
346
+ color: white;
347
+ border: none;
348
+ border-radius: 4px;
349
+ font-size: 14px;
350
+ font-weight: 600;
351
+ cursor: pointer;
352
+ transition: background 0.2s;
353
+
354
+ &:active {
355
+ background: #0052a3;
356
+ }
357
+
358
+ &:hover {
359
+ background: #0052a3;
360
+ }
361
+ }
362
+
363
+ .filter-button-mobile {
364
+ transition: all 0.2s ease;
365
+
366
+ &:active {
367
+ background: #f3f4f6 !important;
368
+ transform: scale(0.95);
369
+ }
370
+ }
371
+
372
+ /* Ensure filter form fields look good in drawer */
373
+ .filter-drawer-content {
374
+ .filter-label {
375
+ margin-top: 12px;
376
+ margin-bottom: 8px;
377
+ }
378
+
379
+ .sub-filter-label {
380
+ font-size: 14px !important;
381
+ }
382
+ }
@@ -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
  }
@@ -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
  }