@chipstcp/upyog-css 1.0.0

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 (141) hide show
  1. package/dist/index.css +21523 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +63 -0
  7. package/src/components/CardBasedOptions.scss +536 -0
  8. package/src/components/CitizenHomeCard.scss +228 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/FAQ.scss +64 -0
  12. package/src/components/NewAccordianCitizen.scss +130 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +30 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +57 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/SurveyModal.scss +195 -0
  21. package/src/components/TimeLine.scss +96 -0
  22. package/src/components/WhatsNewCard.scss +13 -0
  23. package/src/components/actionLink.scss +3 -0
  24. package/src/components/actionbar.scss +100 -0
  25. package/src/components/bannercomponents.scss +137 -0
  26. package/src/components/body.scss +423 -0
  27. package/src/components/buttons.scss +142 -0
  28. package/src/components/card.scss +968 -0
  29. package/src/components/cardHeaderWithOptions.scss +16 -0
  30. package/src/components/changeLanguage.scss +3 -0
  31. package/src/components/charts.scss +186 -0
  32. package/src/components/checkbox.scss +83 -0
  33. package/src/components/checkpoint.scss +65 -0
  34. package/src/components/citizenInfoLabel.scss +14 -0
  35. package/src/components/custombtn.scss +16 -0
  36. package/src/components/datatable.scss +119 -0
  37. package/src/components/datewrap.scss +21 -0
  38. package/src/components/detailscard.scss +6 -0
  39. package/src/components/detailscontainer.scss +13 -0
  40. package/src/components/documentSection.scss +134 -0
  41. package/src/components/filters.scss +98 -0
  42. package/src/components/grey.scss +3 -0
  43. package/src/components/hoc/InboxComposer.scss +111 -0
  44. package/src/components/hoc/index.scss +1 -0
  45. package/src/components/howItWorks.scss +71 -0
  46. package/src/components/imageviewer.scss +33 -0
  47. package/src/components/info-banner.scss +35 -0
  48. package/src/components/inputotp.scss +15 -0
  49. package/src/components/keynote.scss +29 -0
  50. package/src/components/languageSelector.scss +24 -0
  51. package/src/components/loader.scss +96 -0
  52. package/src/components/map.scss +36 -0
  53. package/src/components/menu.scss +0 -0
  54. package/src/components/metricsTable.scss +27 -0
  55. package/src/components/multiLink.scss +118 -0
  56. package/src/components/multiSelectDropdown.scss +89 -0
  57. package/src/components/navbar.scss +377 -0
  58. package/src/components/newFooter.scss +82 -0
  59. package/src/components/plusMinus.scss +15 -0
  60. package/src/components/popup.scss +27 -0
  61. package/src/components/radiobtn.scss +47 -0
  62. package/src/components/ratingstar.scss +33 -0
  63. package/src/components/roundedLabel.scss +10 -0
  64. package/src/components/searchAction.scss +27 -0
  65. package/src/components/sectionalDropdown.scss +43 -0
  66. package/src/components/selectdropdown.scss +302 -0
  67. package/src/components/staticDynamicMessages.scss +111 -0
  68. package/src/components/staticSideBar.scss +27 -0
  69. package/src/components/statushighlight.scss +17 -0
  70. package/src/components/submiterrors.scss +11 -0
  71. package/src/components/summary.scss +29 -0
  72. package/src/components/table.scss +383 -0
  73. package/src/components/tag.scss +27 -0
  74. package/src/components/telephone.scss +17 -0
  75. package/src/components/textfields.scss +146 -0
  76. package/src/components/toast.scss +31 -0
  77. package/src/components/toggleSwitch.scss +41 -0
  78. package/src/components/topbar.scss +218 -0
  79. package/src/components/uploadcomponents.scss +116 -0
  80. package/src/index.scss +2087 -0
  81. package/src/modules/BPA/index.scss +98 -0
  82. package/src/modules/adv/index.scss +643 -0
  83. package/src/modules/hrms/index.scss +1328 -0
  84. package/src/modules/rentAndLease/index.scss +238 -0
  85. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  86. package/src/pages/citizen/CitizenLogin.scss +50 -0
  87. package/src/pages/citizen/DocumentList.scss +455 -0
  88. package/src/pages/citizen/Events.scss +47 -0
  89. package/src/pages/citizen/HomePageWrapper.scss +215 -0
  90. package/src/pages/citizen/InboxCard.scss +378 -0
  91. package/src/pages/citizen/SurveyList.scss +25 -0
  92. package/src/pages/citizen/citizenDocument.scss +26 -0
  93. package/src/pages/citizen/citizenNewLogin.scss +352 -0
  94. package/src/pages/citizen/container.scss +33 -0
  95. package/src/pages/citizen/loaderMessage.scss +342 -0
  96. package/src/pages/citizen/payment/payment-type.scss +3 -0
  97. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  98. package/src/pages/common/form.scss +26 -0
  99. package/src/pages/common/newApplicationTimeline.scss +341 -0
  100. package/src/pages/common/pgrUICssfix.scss +129 -0
  101. package/src/pages/common/requiredField.scss +3 -0
  102. package/src/pages/common/sanctionFeeTable.scss +92 -0
  103. package/src/pages/common/searchIcon.scss +13 -0
  104. package/src/pages/common/sitePhotoGraphs.scss +27 -0
  105. package/src/pages/common/stepForm.scss +41 -0
  106. package/src/pages/employee/EmployeeLogin.scss +7 -0
  107. package/src/pages/employee/cardfix.scss +14 -0
  108. package/src/pages/employee/container.scss +73 -0
  109. package/src/pages/employee/dashboard.scss +204 -0
  110. package/src/pages/employee/disconnection.scss +426 -0
  111. package/src/pages/employee/dss.scss +251 -0
  112. package/src/pages/employee/faq.scss +353 -0
  113. package/src/pages/employee/footer.scss +69 -0
  114. package/src/pages/employee/form-fields.scss +27 -0
  115. package/src/pages/employee/header.scss +262 -0
  116. package/src/pages/employee/iframe.scss +66 -0
  117. package/src/pages/employee/inbox.scss +1110 -0
  118. package/src/pages/employee/index.scss +694 -0
  119. package/src/pages/employee/landing.scss +1803 -0
  120. package/src/pages/employee/login.scss +253 -0
  121. package/src/pages/employee/oldMobileInbox.scss +5 -0
  122. package/src/pages/employee/popupmodule.scss +47 -0
  123. package/src/pages/employee/response.scss +3 -0
  124. package/src/pages/employee/scroll-table.scss +114 -0
  125. package/src/pages/employee/surveys.scss +469 -0
  126. package/src/pages/employee/tooltip.scss +36 -0
  127. package/src/pages/employee/updateNumber.scss +13 -0
  128. package/src/pages/swach/index.scss +232 -0
  129. package/src/pages/ws/index.scss +119 -0
  130. package/svg/arrowdown.svg +1 -0
  131. package/svg/arrowleft.svg +1 -0
  132. package/svg/calendar.svg +1 -0
  133. package/svg/camera.svg +4 -0
  134. package/svg/check.svg +4 -0
  135. package/svg/close.svg +4 -0
  136. package/svg/error.svg +4 -0
  137. package/svg/error2.svg +5 -0
  138. package/svg/searchicon.svg +4 -0
  139. package/svg/starempty.svg +4 -0
  140. package/svg/starfilled.svg +5 -0
  141. package/svg/success.svg +4 -0
@@ -0,0 +1,89 @@
1
+ .multi-select-dropdown-wrap{
2
+ @apply relative text-form-field text-text-primary w-full;
3
+ .master, .master-active{
4
+ @apply relative border border-solid border-input-border h-10 w-full;
5
+ input[type=text]{
6
+ @apply absolute top-0 left-0 p-sm pl-sm min-h-full min-w-full opacity-0;
7
+ color: #1f2937 !important;
8
+ &:focus{
9
+ @apply outline-none;
10
+ color: #1f2937 !important;
11
+ }
12
+ &::placeholder {
13
+ color: #9ca3af !important;
14
+ }
15
+ }
16
+ .label{
17
+ @apply flex justify-between p-sm w-full h-full;
18
+ color: #1f2937;
19
+ svg{
20
+ @apply h-6 w-6;
21
+ }
22
+ }
23
+
24
+ &:hover{
25
+ @apply border-2 border-solid border-input-border;
26
+ }
27
+ }
28
+
29
+ .master-active{
30
+ @apply border-2 border-input-border;
31
+ input[type=text]{
32
+ @apply opacity-100;
33
+ color: #1f2937 !important;
34
+ &:focus {
35
+ color: #1f2937 !important;
36
+ border-color: #d1d5db !important;
37
+ }
38
+ }
39
+ .label{
40
+ @apply hidden;
41
+ }
42
+ }
43
+
44
+ .server{
45
+
46
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
47
+ top:40px;
48
+
49
+ max-height:20vmax;
50
+ overflow: scroll;
51
+ @apply absolute min-w-full z-20;
52
+ div{
53
+ @apply flex w-full bg-white;
54
+ &:hover{
55
+ @apply bg-grey-light;
56
+ background-color: #f3f4f6;
57
+ }
58
+ input{
59
+ height: 44px;
60
+ @apply absolute min-w-full opacity-0 z-20 cursor-pointer;
61
+ }
62
+ p{
63
+ padding: 12px;
64
+ @apply text-form-field text-text-primary;
65
+ color: #1f2937;
66
+ }
67
+ .custom-checkbox{
68
+ height: 28px;
69
+ width: 28px;
70
+ @apply border border-solid border-input-border m-sm;
71
+ background-color: #ffffff;
72
+ svg{
73
+ @apply opacity-0 z-10;
74
+ }
75
+ }
76
+ input:checked ~ .custom-checkbox,
77
+ input:hover ~ .custom-checkbox {
78
+ @apply border-2 border-solid;
79
+ border-color: #d1d5db;
80
+ background-color: #ffffff;
81
+ }
82
+
83
+ input:checked ~ .custom-checkbox svg {
84
+ @apply opacity-100;
85
+ }
86
+
87
+ }
88
+ }
89
+ }
@@ -0,0 +1,377 @@
1
+ .navbar {
2
+ @apply bg-secondary w-full;
3
+ position: fixed;
4
+ z-index: 9999;
5
+ color: #000;
6
+ box-shadow: 0 1px 4px #b1b4b6;
7
+ img {
8
+ display: inline-block;
9
+ min-width: 78px;
10
+ height: 24px;
11
+ }
12
+ .nav {
13
+ display: flex;
14
+ justify-content: space-between;
15
+ }
16
+ .nav-wrapper {
17
+ display: flex;
18
+ @media (min-width: 780px) {
19
+ .hamburger-span {
20
+ display: none;
21
+ }
22
+ }
23
+ }
24
+
25
+ h3 {
26
+ @apply inline-block border-l border-solid border-white pl-sm ml-sm;
27
+ }
28
+ }
29
+
30
+ .notification-wrapper {
31
+ position: relative;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: center;
35
+ cursor: pointer;
36
+ padding: 8px;
37
+ border-radius: 50%;
38
+ transition: background-color 0.2s ease;
39
+
40
+ &:hover {
41
+ background-color: rgba(0, 0, 0, 0.05);
42
+ }
43
+
44
+ .notification-count {
45
+ position: absolute;
46
+ top: 0;
47
+ right: 0;
48
+ background-color: #ef4444;
49
+ color: white;
50
+ font-size: 10px;
51
+ font-weight: 600;
52
+ min-width: 16px;
53
+ height: 16px;
54
+ border-radius: 50%;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: center;
58
+ padding: 2px;
59
+ }
60
+
61
+ svg {
62
+ width: 22px;
63
+ height: 22px;
64
+ background: #ffdc00;
65
+ border-radius: 50%;
66
+ }
67
+ }
68
+
69
+ .img-circle {
70
+ border-radius: 50%;
71
+ }
72
+
73
+ .profile-section {
74
+ height: auto;
75
+ display: flex;
76
+ flex-direction: column;
77
+ align-items: center;
78
+ padding-top: 30px;
79
+ border-radius: 8px;
80
+ margin: 0.2rem;
81
+
82
+ img {
83
+ width: 89px;
84
+ height: 88px;
85
+ margin: 0px auto 16px;
86
+ }
87
+
88
+ .label-container {
89
+ .label-text {
90
+ color: #EEE;
91
+ }
92
+ &.name-Profile {
93
+ .label-text {
94
+ letter-spacing: 0.6px;
95
+ font-weight: 700;
96
+ font-size: 18px;
97
+ color: #FFF;
98
+ }
99
+ }
100
+ }
101
+ .profile-divider {
102
+ /* border-top: 1px solid #d6d5d4; */
103
+ margin-left: 20px;
104
+ margin-right: 20px;
105
+ width: 90%;
106
+ margin-top: 1rem;
107
+ }
108
+ }
109
+
110
+ .drawer-list {
111
+ @apply pt-md;
112
+ position: relative;
113
+ min-height: 1px;
114
+ overflow: auto;
115
+ .menu-item {
116
+ border: 10px;
117
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
118
+ cursor: pointer;
119
+ text-decoration: none;
120
+ margin: 0px;
121
+ outline: none;
122
+ font-size: 16px;
123
+ position: relative;
124
+ color: rgb(95, 92, 98);
125
+ transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
126
+ min-height: 48px;
127
+ white-space: initial;
128
+ background: none;
129
+ .icon {
130
+ display: block;
131
+ color: rgb(117, 117, 117);
132
+ fill: rgb(117, 117, 117);
133
+ height: 21px;
134
+ width: 21px;
135
+ float: left;
136
+ }
137
+ .edit-btn-ico{
138
+ height: 17px;
139
+ width: 17px;
140
+ margin-top: 16px;
141
+ }
142
+ .icon + .menu-label {
143
+ margin-left: 36px;
144
+ text-overflow: ellipsis;
145
+ white-space: nowrap;
146
+ }
147
+ }
148
+ .sidebar-list {
149
+
150
+ &.active {
151
+ border-left: 5px solid #a82227;
152
+ .menu-label {
153
+ color: #a82227;
154
+ }
155
+ .icon {
156
+ fill: #a82227;
157
+ }
158
+ }
159
+
160
+ .submenu-container {
161
+ cursor: pointer;
162
+ display: flex;
163
+ flex-direction: column;
164
+ .sidebar-link {
165
+ display: flex;
166
+ justify-content: space-between;
167
+ align-items: center;
168
+ svg {
169
+ width: 21px;
170
+ height: 21px;
171
+ color: rgb(117, 117, 117);
172
+ fill: rgb(117, 117, 117);
173
+ }
174
+ }
175
+ .actions {
176
+ display: flex;
177
+ align-items: center;
178
+ overflow: hidden !important;
179
+
180
+ span {
181
+ margin-left: 13px;
182
+ line-height: 48px;
183
+ white-space: nowrap;
184
+ color: #5f5c62;
185
+ overflow: hidden;
186
+ text-overflow: ellipsis;
187
+ }
188
+ input {
189
+ border: none;
190
+ outline: none;
191
+ margin-left: 16px;
192
+ padding: 0.5em;
193
+ color: #5f5c62;
194
+ }
195
+ }
196
+ }
197
+ }
198
+
199
+ .dropdown-link {
200
+ .actions {
201
+ display: flex;
202
+ padding: 1em;
203
+ svg {
204
+ width: 21px;
205
+ height: 21px;
206
+ color: rgb(117, 117, 117);
207
+ fill: rgb(117, 117, 117);
208
+ }
209
+ span {
210
+ color: #5f5c62;
211
+ }
212
+ }
213
+ }
214
+ }
215
+
216
+ .drawer-desktop {
217
+ .menu-item {
218
+ border: 10px;
219
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
220
+ cursor: pointer;
221
+ text-decoration: none;
222
+ margin: 0px;
223
+ outline: none;
224
+ font-size: 16px;
225
+ position: relative;
226
+ color: #61646B;
227
+ font-weight: 500;
228
+ line-height: 48px;
229
+ transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
230
+ min-height: 48px;
231
+ white-space: initial;
232
+ background: none;
233
+ .icon {
234
+ display: block;
235
+ color: #61646B;
236
+ fill: #61646B;
237
+ height: 21px !important;
238
+ width: 21px !important;
239
+ float: left;
240
+ margin-top: 12px;
241
+ }
242
+ .edit-btn-ico {
243
+ height: 17px;
244
+ width: 17px;
245
+ margin-top: 16px;
246
+ }
247
+ .icon + .menu-label {
248
+ margin-left: 36px;
249
+ overflow: hidden;
250
+ text-overflow: ellipsis;
251
+ white-space: nowrap;
252
+ }
253
+ }
254
+ @media (min-width: 780px) {
255
+ .sidebar-list {
256
+ padding-right: 16px;
257
+ padding-left: 16px;
258
+ &.active {
259
+ border-left: 10px solid #0D43A7;
260
+ padding-left: 11px;
261
+ background-color: #F2FAFF;
262
+ .menu-label {
263
+ color: #0D43A7;
264
+ }
265
+ .icon {
266
+ fill: #0D43A7;
267
+ }
268
+ }
269
+
270
+ .submenu-container {
271
+ cursor: pointer;
272
+ display: flex;
273
+ flex-direction: column;
274
+ .sidebar-link {
275
+ display: flex;
276
+ justify-content: space-between;
277
+ align-items: center;
278
+ svg {
279
+ width: 21px;
280
+ height: 21px;
281
+ color: rgb(117, 117, 117);
282
+ fill: rgb(117, 117, 117);
283
+ }
284
+ .actions {
285
+ .tooltip {
286
+ margin-left: 16px;
287
+ }
288
+ }
289
+ }
290
+ .actions {
291
+ display: flex;
292
+ align-items: center;
293
+ overflow: hidden !important;
294
+
295
+ span {
296
+ margin-left: 13px;
297
+ line-height: 48px;
298
+ white-space: nowrap;
299
+ color: #5f5c62;
300
+ overflow: hidden;
301
+ text-overflow: ellipsis;
302
+ }
303
+ }
304
+ }
305
+ }
306
+
307
+ .dropdown-link {
308
+ .actions {
309
+ display: flex;
310
+ padding: 1em;
311
+ svg {
312
+ width: 21px;
313
+ height: 21px;
314
+ color: rgb(117, 117, 117);
315
+ fill: rgb(117, 117, 117);
316
+ }
317
+ span {
318
+ color: #5f5c62;
319
+ }
320
+ }
321
+ }
322
+ }
323
+ }
324
+
325
+ /* .navbar-header{
326
+ @apply text-navbarheader float-left px-sm
327
+ }
328
+
329
+ .navbar-subheader{
330
+ @apply font-light px-sm border-solid border-l border-white border-opacity-100
331
+ }*/
332
+
333
+ .side-bar-footer {
334
+ width: 200px;
335
+ margin-left: 50px;
336
+ margin-top: 24px;
337
+ margin-bottom: 16px;
338
+ position: relative;
339
+ }
340
+
341
+ .digit-footer {
342
+ @apply flex h-4 mb-sm;
343
+ img {
344
+ @apply mr-sm;
345
+ }
346
+ }
347
+
348
+ .upyog-logo{
349
+ display: block;
350
+ }
351
+ @media (max-width: 780px) {
352
+ .upyog-logo{
353
+ display: none !important;
354
+ }
355
+ }
356
+ .right-wrapper_navbar{
357
+ display: flex;
358
+ flex-direction: row;
359
+ width: 50%;
360
+ align-items: center;
361
+ justify-content: flex-end;
362
+ padding: auto 1.5rem;
363
+ }
364
+
365
+ .left-wrapper_navbar{
366
+ display: flex;
367
+ flex-direction: row;
368
+ width: 50%;
369
+ align-items: center;
370
+ justify-content: flex-start;
371
+ padding: auto 1.5rem;
372
+ }
373
+ .center-container_navbar{
374
+ display: flex;
375
+ flex-direction: row;
376
+ width: 100%;
377
+ }
@@ -0,0 +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
+
@@ -0,0 +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
+ }
@@ -0,0 +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%;
27
+ }
@@ -0,0 +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
+ }
47
+ }
@@ -0,0 +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
+ }
@@ -0,0 +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
+ }
@@ -0,0 +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
+ }