@egovernments/digit-ui-components-css 0.0.1-pucar.1

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 (191) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/README.md +81 -0
  3. package/dist/index.css +17004 -0
  4. package/dist/index.min.css +6 -0
  5. package/img/browser-icon.png +0 -0
  6. package/img/m_seva_white_logo.png +0 -0
  7. package/img/mseva-demo.png +0 -0
  8. package/package.json +67 -0
  9. package/src/components/CardBasedOptions.scss +46 -0
  10. package/src/components/CitizenHomeCard.scss +56 -0
  11. package/src/components/EllipsisMenu.scss +17 -0
  12. package/src/components/EventCalendarView.scss +10 -0
  13. package/src/components/FAQ.scss +64 -0
  14. package/src/components/OnGroundEventCard.scss +72 -0
  15. package/src/components/PageBasedInput.scss +29 -0
  16. package/src/components/PopupHeadingLabel.scss +15 -0
  17. package/src/components/PropertySearchForm.scss +58 -0
  18. package/src/components/SearchForm.scss +56 -0
  19. package/src/components/SearchOnRadioButton.scss +10 -0
  20. package/src/components/StandaloneSearchBar.scss +10 -0
  21. package/src/components/TimeLine.scss +68 -0
  22. package/src/components/WhatsNewCard.scss +13 -0
  23. package/src/components/actionLink.scss +3 -0
  24. package/src/components/actionbar.scss +97 -0
  25. package/src/components/bannercomponents.scss +136 -0
  26. package/src/components/body.scss +144 -0
  27. package/src/components/buttons.scss +101 -0
  28. package/src/components/card.scss +391 -0
  29. package/src/components/cardHeaderWithOptions.scss +14 -0
  30. package/src/components/changeLanguage.scss +3 -0
  31. package/src/components/charts.scss +186 -0
  32. package/src/components/checkbox.scss +53 -0
  33. package/src/components/checkpoint.scss +63 -0
  34. package/src/components/citizenInfoLabel.scss +14 -0
  35. package/src/components/custombtn.scss +11 -0
  36. package/src/components/datatable.scss +134 -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/filters.scss +98 -0
  41. package/src/components/grey.scss +3 -0
  42. package/src/components/hoc/InboxComposer.scss +115 -0
  43. package/src/components/hoc/index.scss +1 -0
  44. package/src/components/howItWorks.scss +71 -0
  45. package/src/components/imageviewer.scss +33 -0
  46. package/src/components/inboxv2/InboxLinks.scss +59 -0
  47. package/src/components/inboxv2/horizontalNav.scss +224 -0
  48. package/src/components/inboxv2/inboxSearch.scss +116 -0
  49. package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
  50. package/src/components/inboxv2/index.scss +5 -0
  51. package/src/components/inboxv2/searchComponentTable.scss +44 -0
  52. package/src/components/info-banner.scss +35 -0
  53. package/src/components/inputotp.scss +15 -0
  54. package/src/components/keynote.scss +27 -0
  55. package/src/components/languageSelector.scss +24 -0
  56. package/src/components/loader.scss +96 -0
  57. package/src/components/map.scss +30 -0
  58. package/src/components/menu.scss +0 -0
  59. package/src/components/metricsTable.scss +28 -0
  60. package/src/components/multiLink.scss +88 -0
  61. package/src/components/multiSelectDropdown.scss +77 -0
  62. package/src/components/navbar.scss +312 -0
  63. package/src/components/plusMinus.scss +15 -0
  64. package/src/components/popup.scss +16 -0
  65. package/src/components/radiobtn.scss +45 -0
  66. package/src/components/ratingstar.scss +33 -0
  67. package/src/components/roundedLabel.scss +10 -0
  68. package/src/components/searchAction.scss +20 -0
  69. package/src/components/sectionalDropdown.scss +43 -0
  70. package/src/components/selectdropdown.scss +174 -0
  71. package/src/components/sidebar.scss +141 -0
  72. package/src/components/staticDynamicMessages.scss +107 -0
  73. package/src/components/staticSideBar.scss +27 -0
  74. package/src/components/statushighlight.scss +17 -0
  75. package/src/components/submiterrors.scss +11 -0
  76. package/src/components/summary.scss +29 -0
  77. package/src/components/table.scss +201 -0
  78. package/src/components/tag.scss +27 -0
  79. package/src/components/telephone.scss +17 -0
  80. package/src/components/textfields.scss +96 -0
  81. package/src/components/toast.scss +31 -0
  82. package/src/components/toggleSwitch.scss +41 -0
  83. package/src/components/topbar.scss +153 -0
  84. package/src/components/uploadcomponents.scss +100 -0
  85. package/src/digitv2/components/CitizenHomeCardV2.scss +56 -0
  86. package/src/digitv2/components/ErrorMessage.scss +19 -0
  87. package/src/digitv2/components/FormComposerV2.scss +118 -0
  88. package/src/digitv2/components/PageBasedInputV2.scss +33 -0
  89. package/src/digitv2/components/WhatsNewCardV2.scss +13 -0
  90. package/src/digitv2/components/actionLinkV2.scss +9 -0
  91. package/src/digitv2/components/actionbarV2.scss +110 -0
  92. package/src/digitv2/components/appContainerV2.scss +49 -0
  93. package/src/digitv2/components/backButtonV2.scss +26 -0
  94. package/src/digitv2/components/bannerV2.scss +120 -0
  95. package/src/digitv2/components/bodyContainerV2.scss +39 -0
  96. package/src/digitv2/components/breadCrumbV2.scss +34 -0
  97. package/src/digitv2/components/breakLineV2.scss +6 -0
  98. package/src/digitv2/components/buttonsV2.scss +407 -0
  99. package/src/digitv2/components/cardBasedOptionsV2.scss +46 -0
  100. package/src/digitv2/components/cardLabelV2.scss +8 -0
  101. package/src/digitv2/components/cardV2.scss +383 -0
  102. package/src/digitv2/components/checkboxV2.scss +80 -0
  103. package/src/digitv2/components/checkpointV2.scss +71 -0
  104. package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
  105. package/src/digitv2/components/dateWrapV2.scss +17 -0
  106. package/src/digitv2/components/detailsCardV2.scss +17 -0
  107. package/src/digitv2/components/displayPhotosV2.scss +33 -0
  108. package/src/digitv2/components/fieldV1.scss +97 -0
  109. package/src/digitv2/components/footerV2.scss +55 -0
  110. package/src/digitv2/components/headerBarV2.scss +34 -0
  111. package/src/digitv2/components/headerV2.scss +12 -0
  112. package/src/digitv2/components/infoCardV2.scss +143 -0
  113. package/src/digitv2/components/infobuttons.scss +76 -0
  114. package/src/digitv2/components/keynoteV2.scss +35 -0
  115. package/src/digitv2/components/labelFieldPairV2.scss +58 -0
  116. package/src/digitv2/components/loaderV2.scss +85 -0
  117. package/src/digitv2/components/mobileNumberV2.scss +65 -0
  118. package/src/digitv2/components/modalV2.scss +46 -0
  119. package/src/digitv2/components/multiSelectDropdownV2.scss +316 -0
  120. package/src/digitv2/components/multiUploadWrapperV2.scss +6 -0
  121. package/src/digitv2/components/navbarV2.scss +9 -0
  122. package/src/digitv2/components/noresultsfoundV2.scss +11 -0
  123. package/src/digitv2/components/numeric.scss +47 -0
  124. package/src/digitv2/components/otpInputV2.scss +15 -0
  125. package/src/digitv2/components/panelcard.scss +161 -0
  126. package/src/digitv2/components/panels.scss +115 -0
  127. package/src/digitv2/components/paragraphV2.scss +5 -0
  128. package/src/digitv2/components/popUpV2.scss +309 -0
  129. package/src/digitv2/components/radiobtnV2.scss +114 -0
  130. package/src/digitv2/components/ratingV2.scss +33 -0
  131. package/src/digitv2/components/searchActionV2.scss +11 -0
  132. package/src/digitv2/components/searchFormV2.scss +76 -0
  133. package/src/digitv2/components/searchcomponent.scss +7 -0
  134. package/src/digitv2/components/selectdropdownV2.scss +361 -0
  135. package/src/digitv2/components/sidebarV2.scss +11 -0
  136. package/src/digitv2/components/stepper.scss +127 -0
  137. package/src/digitv2/components/tagV2.scss +121 -0
  138. package/src/digitv2/components/telephoneV2.scss +18 -0
  139. package/src/digitv2/components/textInputV2.scss +463 -0
  140. package/src/digitv2/components/textareaV2.scss +100 -0
  141. package/src/digitv2/components/textblock.scss +47 -0
  142. package/src/digitv2/components/timeline.scss +127 -0
  143. package/src/digitv2/components/toastV2.scss +81 -0
  144. package/src/digitv2/components/toggle.scss +73 -0
  145. package/src/digitv2/components/toggleswitchV2.scss +42 -0
  146. package/src/digitv2/components/topbarV2.scss +187 -0
  147. package/src/digitv2/components/treeSelectV2.scss +133 -0
  148. package/src/digitv2/components/uploadFileV2.scss +146 -0
  149. package/src/digitv2/components/uploader.scss +469 -0
  150. package/src/digitv2/index.scss +198 -0
  151. package/src/digitv2/pages/employee/index.scss +1 -0
  152. package/src/digitv2/pages/employee/workbench.scss +615 -0
  153. package/src/digitv2/typography.scss +658 -0
  154. package/src/index.scss +774 -0
  155. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  156. package/src/pages/citizen/DocumentList.scss +305 -0
  157. package/src/pages/citizen/Events.scss +47 -0
  158. package/src/pages/citizen/HomePageWrapper.scss +158 -0
  159. package/src/pages/citizen/SurveyList.scss +22 -0
  160. package/src/pages/citizen/citizenDocument.scss +22 -0
  161. package/src/pages/citizen/container.scss +19 -0
  162. package/src/pages/citizen/payment/payment-type.scss +3 -0
  163. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  164. package/src/pages/employee/EmployeeLogin.scss +7 -0
  165. package/src/pages/employee/cardfix.scss +13 -0
  166. package/src/pages/employee/container.scss +72 -0
  167. package/src/pages/employee/dss.scss +266 -0
  168. package/src/pages/employee/form-fields.scss +13 -0
  169. package/src/pages/employee/iframe.scss +66 -0
  170. package/src/pages/employee/inbox.scss +585 -0
  171. package/src/pages/employee/index.scss +626 -0
  172. package/src/pages/employee/login.scss +221 -0
  173. package/src/pages/employee/oldMobileInbox.scss +5 -0
  174. package/src/pages/employee/popupmodule.scss +34 -0
  175. package/src/pages/employee/response.scss +3 -0
  176. package/src/pages/employee/scroll-table.scss +119 -0
  177. package/src/pages/employee/surveys.scss +273 -0
  178. package/src/pages/employee/tooltip.scss +36 -0
  179. package/src/pages/employee/updateNumber.scss +13 -0
  180. package/svg/arrowdown.svg +1 -0
  181. package/svg/arrowleft.svg +1 -0
  182. package/svg/calendar.svg +1 -0
  183. package/svg/camera.svg +4 -0
  184. package/svg/check.svg +4 -0
  185. package/svg/close.svg +4 -0
  186. package/svg/error.svg +4 -0
  187. package/svg/error2.svg +5 -0
  188. package/svg/searchicon.svg +4 -0
  189. package/svg/starempty.svg +4 -0
  190. package/svg/starfilled.svg +5 -0
  191. package/svg/success.svg +4 -0
@@ -0,0 +1,309 @@
1
+ .digit-popup-overlay {
2
+ position: fixed;
3
+ top: 0;
4
+ left: 0;
5
+ width: 100%;
6
+ height: 100%;
7
+ background-color: rgba(11, 12, 12, 0.7);
8
+ display: flex;
9
+ justify-content: center;
10
+ align-items: center;
11
+ z-index: 9999;
12
+ backdrop-filter: blur(2px);
13
+ -webkit-backdrop-filter: blur(2px);
14
+
15
+ .digit-popup-wrapper {
16
+ @apply w-full h-auto flex-col fixed;
17
+ z-index: 10000;
18
+ background-color: theme(digitv2.lightTheme.paper-primary);
19
+ border-radius: theme(digitv2.spacers.spacer1);
20
+ box-shadow: theme(digitv2.spacers.spacer0) 0.063rem 0.125rem theme(digitv2.spacers.spacer0) #00000029;
21
+ display: flex;
22
+ top: 50%;
23
+ left: 50%;
24
+ transform: translate(-50%, -50%);
25
+
26
+ @media (min-width: 48rem) {
27
+ max-height: 86%;
28
+ max-width: 51%;
29
+ }
30
+
31
+ @media (min-width: 30.063rem) and (max-width: 47.938rem) {
32
+ max-height: 82%;
33
+ max-width: 74%;
34
+ }
35
+
36
+ @media (max-width: 30rem) {
37
+ max-height: 80%;
38
+ max-width: 91%;
39
+ }
40
+
41
+ &.alert {
42
+ text-align: center;
43
+ }
44
+
45
+ .digit-popup-close {
46
+ @apply items-center cursor-pointer absolute;
47
+ display: flex;
48
+ justify-content: flex-end;
49
+ width: theme(digitv2.spacers.spacer6);
50
+ height: theme(digitv2.spacers.spacer6);
51
+
52
+ @media (min-width: 48rem) {
53
+ top: theme(digitv2.spacers.spacer3);
54
+ right: theme(digitv2.spacers.spacer3);
55
+ }
56
+
57
+ @media (min-width: 30.063rem) and (max-width: 47.938rem) {
58
+ top: 0.625rem;
59
+ right: 0.625rem;
60
+ }
61
+
62
+ @media (max-width: 30rem) {
63
+ top: theme(digitv2.spacers.spacer2);
64
+ right: theme(digitv2.spacers.spacer2);
65
+ }
66
+
67
+
68
+ svg {
69
+ flex-shrink: 0;
70
+
71
+ @media (min-width: 48rem) {
72
+ width: theme(digitv2.spacers.spacer7) !important;
73
+ height: theme(digitv2.spacers.spacer7) !important;
74
+ }
75
+
76
+ }
77
+ }
78
+
79
+ .digit-popup-header {
80
+ @apply flex-col;
81
+ display: flex !important;
82
+ gap: theme(digitv2.spacers.spacer4);
83
+
84
+ .digit-popup-icon-header-container {
85
+ display: flex !important;
86
+ gap: theme(digitv2.spacers.spacer2);
87
+
88
+ svg {
89
+ flex-shrink: 0;
90
+ }
91
+
92
+ .digit-popup-heading-subheading-wrap {
93
+ @apply flex-col;
94
+ display: flex !important;
95
+ gap: theme(digitv2.spacers.spacer1);
96
+ color: theme(digitv2.lightTheme.text-primary);
97
+
98
+ .digit-popup-heading {
99
+ @extend .typography.heading-l;
100
+ line-height: normal;
101
+ }
102
+
103
+ .digit-popup-subheading {
104
+ @extend .typography.caption-s;
105
+ }
106
+ }
107
+
108
+ .digit-popup-description {
109
+ @extend .typography.body-l;
110
+ color: theme(digitv2.lightTheme.text-primary);
111
+ }
112
+ }
113
+
114
+ &.with-shadow {
115
+ box-shadow: theme(digitv2.spacers.spacer0) 0.063rem 0.125rem theme(digitv2.spacers.spacer0) #00000026;
116
+ }
117
+
118
+ @media (min-width: 48rem) {
119
+ padding: theme(digitv2.spacers.spacer6);
120
+ padding-bottom: theme(digitv2.spacers.spacer0);
121
+
122
+ &.with-shadow {
123
+ padding-bottom: theme(digitv2.spacers.spacer6);
124
+ }
125
+ }
126
+
127
+ @media (min-width: 30.063rem) and (max-width: 47.938rem) {
128
+ padding: theme(digitv2.spacers.spacer5);
129
+ padding-bottom: theme(digitv2.spacers.spacer0);
130
+
131
+ &.with-shadow {
132
+ padding-bottom: theme(digitv2.spacers.spacer5);
133
+ }
134
+ }
135
+
136
+ @media (max-width: 30rem) {
137
+ padding: theme(digitv2.spacers.spacer4);
138
+ padding-bottom: theme(digitv2.spacers.spacer0);
139
+
140
+ &.with-shadow {
141
+ padding-bottom: theme(digitv2.spacers.spacer4);
142
+ }
143
+ }
144
+
145
+ }
146
+
147
+ .digit-popup-children-wrap {
148
+ @apply overflow-hidden overflow-y-auto flex-col;
149
+ display: flex;
150
+ flex: 1;
151
+
152
+ &.inline {
153
+ flex-direction: row;
154
+ }
155
+
156
+ @media (min-width: 48rem) {
157
+ gap: theme(digitv2.spacers.spacer6);
158
+ padding: theme(digitv2.spacers.spacer6) theme(digitv2.spacers.spacer6) theme(digitv2.spacers.spacer0) theme(digitv2.spacers.spacer6);
159
+
160
+ &.with-shadow,
161
+ &.without-footer{
162
+ padding: theme(digitv2.spacers.spacer6);
163
+ }
164
+
165
+ }
166
+
167
+ @media (min-width: 30.063rem) and (max-width: 47.938rem) {
168
+ gap: theme(digitv2.spacers.spacer5);
169
+ padding: theme(digitv2.spacers.spacer5) theme(digitv2.spacers.spacer5) theme(digitv2.spacers.spacer0) theme(digitv2.spacers.spacer5);
170
+
171
+ &.with-shadow,
172
+ &.without-footer{
173
+ padding: theme(digitv2.spacers.spacer5);
174
+ }
175
+
176
+ }
177
+
178
+ @media (max-width: 30rem) {
179
+ gap: theme(digitv2.spacers.spacer4);
180
+ padding: theme(digitv2.spacers.spacer4) theme(digitv2.spacers.spacer4) theme(digitv2.spacers.spacer0) theme(digitv2.spacers.spacer4);
181
+
182
+ &.with-shadow,
183
+ &.without-footer{
184
+ padding: theme(digitv2.spacers.spacer4);
185
+ }
186
+ }
187
+ }
188
+
189
+ .digit-popup-footer {
190
+ @apply flex-wrap;
191
+ display: flex;
192
+ gap: theme(digitv2.spacers.spacer4);
193
+
194
+ &.with-shadow {
195
+ box-shadow: theme(digitv2.spacers.spacer0) -0.063rem 0.125rem theme(digitv2.spacers.spacer0) #00000026;
196
+ }
197
+
198
+ @media (min-width: 48rem) {
199
+ padding: theme(digitv2.spacers.spacer6);
200
+ }
201
+
202
+ @media (min-width: 30.063rem) and (max-width: 47.938rem) {
203
+ @apply w-full;
204
+ padding: theme(digitv2.spacers.spacer5);
205
+ }
206
+
207
+ @media (max-width: 30rem) {
208
+ @apply flex-col;
209
+ padding: theme(digitv2.spacers.spacer4);
210
+ }
211
+ }
212
+
213
+ .digit-popup-footer-buttons {
214
+ margin-left: auto;
215
+ display: flex;
216
+ gap: theme(digitv2.spacers.spacer4);
217
+ @apply max-w-full flex-wrap;
218
+
219
+ @media (min-width: 30.063rem) and (max-width: 47.938rem) {
220
+ @apply w-full;
221
+
222
+ button {
223
+ flex: 1;
224
+ }
225
+ }
226
+
227
+ @media (max-width: 30rem) {
228
+ @apply flex-col;
229
+ margin: theme(digitv2.spacers.spacer0);
230
+
231
+ button {
232
+ width: 100%;
233
+ }
234
+ }
235
+ }
236
+
237
+
238
+ .digit-popup-alert-content {
239
+ @apply flex-col items-center;
240
+ display: flex;
241
+ gap: theme(digitv2.spacers.spacer2);
242
+
243
+ .digit-popup-alert-heading {
244
+ @extend .typography.heading-l;
245
+ line-height: normal;
246
+ color: theme(digitv2.lightTheme.text-primary);
247
+ }
248
+
249
+ .digit-popup-alert-message {
250
+ @extend .typography.caption-s;
251
+ text-align: center;
252
+ color: theme(digitv2.lightTheme.text-primary);
253
+ }
254
+
255
+ &.with-shadow {
256
+ box-shadow: theme(digitv2.spacers.spacer0) 0.063rem 0.125rem theme(digitv2.spacers.spacer0) #00000026;
257
+ }
258
+
259
+ @media (min-width: 48rem) {
260
+ padding: theme(digitv2.spacers.spacer6);
261
+ padding-bottom: theme(digitv2.spacers.spacer0);
262
+
263
+ &.with-shadow {
264
+ padding-bottom: theme(digitv2.spacers.spacer6);
265
+ }
266
+ }
267
+
268
+ @media (min-width: 30.063rem) and (max-width: 47.938rem) {
269
+ padding: theme(digitv2.spacers.spacer5);
270
+ padding-bottom: theme(digitv2.spacers.spacer0);
271
+
272
+ &.with-shadow {
273
+ padding-bottom: theme(digitv2.spacers.spacer5);
274
+ }
275
+ }
276
+
277
+ @media (max-width: 30rem) {
278
+ padding: theme(digitv2.spacers.spacer4);
279
+ padding-bottom: theme(digitv2.spacers.spacer0);
280
+
281
+ &.with-shadow {
282
+ padding-bottom: theme(digitv2.spacers.spacer4);
283
+ }
284
+ }
285
+ }
286
+
287
+ .popup-info-card {
288
+ margin: theme(digitv2.spacers.spacer0);
289
+ width: 100%;
290
+ max-width: 100%;
291
+ min-width: 100%;
292
+ }
293
+ }
294
+ }
295
+
296
+ .digit-popup-children-wrap::-webkit-scrollbar {
297
+ width: theme(digitv2.spacers.spacer2);
298
+ background-color: theme(digitv2.lightTheme.generic-background);
299
+ }
300
+
301
+ .digit-popup-children-wrap::-webkit-scrollbar-track {
302
+ background-color: theme(digitv2.lightTheme.generic-background);
303
+ border-radius: 0.563rem;
304
+ }
305
+
306
+ .digit-popup-children-wrap::-webkit-scrollbar-thumb {
307
+ background-color: theme(digitv2.lightTheme.generic-divider);
308
+ border-radius: 0.563rem;
309
+ }
@@ -0,0 +1,114 @@
1
+ @import url("../index.scss");
2
+
3
+ .digit-radio-options-wrap {
4
+ @apply leading-10 flex justify-between flex-wrap;
5
+ margin-bottom: theme(digitv2.spacers.spacer2);
6
+
7
+ @media (max-aspect-ratio: 9/16) {
8
+ @apply flex-col;
9
+ }
10
+
11
+ div {
12
+ @apply block mb-md;
13
+ }
14
+
15
+ .digit-radio-btn-wrap {
16
+ @apply block float-left relative;
17
+
18
+ &:hover {
19
+ .digit-radio-btn-checkmark {
20
+ border-color: theme(digitv2.lightTheme.primary-1);
21
+ }
22
+ }
23
+
24
+ &:active {
25
+ .digit-radio-btn-checkmark {
26
+ outline: 0.188rem solid #FFFAF7;
27
+ border-color: theme(digitv2.lightTheme.primary-1);
28
+ }
29
+ }
30
+
31
+ }
32
+
33
+ .radio-option-container {
34
+ @apply inline-flex;
35
+ gap: theme(digitv2.spacers.spacer2);
36
+ align-items: self-start;
37
+
38
+ &.disabled {
39
+ .digit-radio-btn-checkmark {
40
+ border: 0.063rem solid theme(digitv2.lightTheme.text-disabled);
41
+ background-color: theme(digitv2.lightTheme.paper-secondary);
42
+ }
43
+ }
44
+
45
+
46
+ &.preselected {
47
+ .digit-radio-btn-checkmark {
48
+ border: 0.125rem solid theme(digitv2.lightTheme.text-disabled);
49
+ }
50
+
51
+ pointer-events: none !important;
52
+ }
53
+
54
+ &.disabled,
55
+ &.preselected {
56
+ label {
57
+ color: theme(digitv2.lightTheme.text-disabled);
58
+ }
59
+ }
60
+
61
+ }
62
+
63
+ .radio-option-container label:only-child {
64
+ align-items: flex-start;
65
+ }
66
+
67
+ .digit-radio-btn {
68
+ @apply opacity-0 absolute cursor-pointer h-6 w-6;
69
+ margin: theme(digitv2.spacers.spacer0);
70
+ }
71
+
72
+ .digit-radio-btn-checkmark {
73
+ @extend .light-input-border;
74
+ @apply h-6 w-6 border border-input-border border-solid rounded-full block;
75
+ }
76
+
77
+ label {
78
+ @extend .typography.body-s;
79
+ color: theme(digitv2.lightTheme.text-primary);
80
+ overflow-wrap: anywhere;
81
+ }
82
+
83
+ .digit-radio-btn-checkmark:after {
84
+ content: "";
85
+ }
86
+
87
+ .digit-radio-btn-wrap input:checked~.digit-radio-btn-checkmark {
88
+ border: 0.125rem solid theme(digitv2.lightTheme.primary-1);
89
+ }
90
+
91
+ .digit-radio-btn-wrap input:checked~.digit-radio-btn-checkmark:after {
92
+ @apply block h-3 w-3 rounded-full absolute;
93
+ top: 25%;
94
+ left: 25%;
95
+ background-color: theme(digitv2.lightTheme.primary-1);
96
+ }
97
+
98
+ .preselected .digit-radio-btn-wrap input:checked~.digit-radio-btn-checkmark {
99
+ border: 0.125rem solid theme(digitv2.lightTheme.generic-divider);
100
+ }
101
+
102
+ .preselected .digit-radio-btn-wrap input:checked~.digit-radio-btn-checkmark:after {
103
+ @apply block h-3 w-3 rounded-full absolute;
104
+ top: 25%;
105
+ left: 25%;
106
+ background-color: theme(digitv2.lightTheme.text-disabled);
107
+ }
108
+ }
109
+
110
+ .digit-reverse-radio-selection-wrapper {
111
+ div {
112
+ @apply flex flex-row-reverse place-content-between items-center;
113
+ }
114
+ }
@@ -0,0 +1,33 @@
1
+ .digit-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
+ .digit-rating-star-wrap {
20
+ @apply w-2/5;
21
+ }
22
+ }
23
+
24
+ .digit-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,11 @@
1
+ .digit-search-box {
2
+ @apply flex m-sm justify-between;
3
+ .digit-search-action {
4
+ position: relative;
5
+ @apply flex flex-row text-focus;
6
+ align-items: center;
7
+ .digit-search-text {
8
+ @apply ml-sm;
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,76 @@
1
+ .digit-search-form-wrapper {
2
+ @apply flex flex-wrap justify-between bg-white mb-lg py-lg pl-lg;
3
+ &.unset {
4
+ all: unset;
5
+ }
6
+ .digit-form-field {
7
+ width: calc(25% - 16px);
8
+ @apply inline-block mr-md align-middle;
9
+ }
10
+ /*replacing .SubmitAndClearAllContainer class to digit-inbox-search-action-container */
11
+ .digit-inbox-search-action-container {
12
+ @apply w-full;
13
+ .submit {
14
+ right: 36px;
15
+ margin-top: 22px;
16
+ margin-left: -16px !important;
17
+ @apply flex flex-row-reverse items-center w-full align-middle text-center !important;
18
+ button {
19
+ margin: 0;
20
+ @apply inline-block w-1/4 !important;
21
+ }
22
+ p {
23
+ @apply cursor-pointer text-link text-focus w-1/4 inline-block;
24
+ }
25
+ }
26
+ }
27
+ .submit {
28
+ right: 36px;
29
+ margin-top: 22px;
30
+ @apply inline align-middle text-center !important;
31
+ button {
32
+ margin: 0;
33
+ @apply inline-block w-full !important;
34
+ }
35
+ p {
36
+ @apply cursor-pointer text-link text-focus w-full inline-block;
37
+ }
38
+ }
39
+ .pt-property-search {
40
+ justify-content: unset;
41
+ }
42
+ }
43
+
44
+ .digit-input-fields {
45
+ /*width: calc(50% - 16px);*/
46
+
47
+ @apply inline-block mr-md !important;
48
+
49
+ .digit-inbox-search-form-error {
50
+ padding-top: 0;
51
+ margin-top: 0;
52
+ @apply absolute;
53
+ }
54
+ }
55
+
56
+ .digit-input-fields:nth-child(3n) {
57
+ margin-right: 0 !important;
58
+ }
59
+
60
+ @media (min-width: 780px) {
61
+ .digit-search-form-wrapper {
62
+ .digit-pt-form-field {
63
+ width: 30% !important;
64
+ margin-bottom: 20px;
65
+ }
66
+ }
67
+ }
68
+
69
+ @media (max-width: 780px) {
70
+ .digit-search-form-wrapper {
71
+ .digit-pt-form-field {
72
+ width: 100% !important;
73
+ margin-bottom: 15px;
74
+ }
75
+ }
76
+ }
@@ -0,0 +1,7 @@
1
+ @media (max-width: 480px) {
2
+ .search-button-wrapper {
3
+ .link-label {
4
+ margin-left: 0px;
5
+ }
6
+ }
7
+ }