@egovernments/digit-ui-components-css 0.0.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 +50 -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,407 @@
1
+ @import url("../index.scss");
2
+
3
+ .icon-label-container {
4
+ @apply flex max-w-full items-center;
5
+ gap: theme(digitv2.spacers.spacer2);
6
+
7
+ &.small,
8
+ &.medium {
9
+ gap: theme(digitv2.spacers.spacer1);
10
+ }
11
+
12
+ .digit-button-customIcon {
13
+ @apply flex-shrink-0 w-6 h-6;
14
+
15
+ &.medium {
16
+ @apply w-5 h-5;
17
+ }
18
+
19
+ &.small {
20
+ width: 0.875rem;
21
+ height: 0.875rem;
22
+ }
23
+ }
24
+
25
+ &.link {
26
+ @apply items-start;
27
+ gap: theme(digitv2.spacers.spacer1);
28
+
29
+ .digit-button-customIcon {
30
+ @apply w-5 h-5 flex-shrink-0;
31
+
32
+ &.small {
33
+ width: 0.875rem;
34
+ height: 0.875rem;
35
+ margin-top:theme(digitv2.spacers.spacer1);
36
+ }
37
+ }
38
+ }
39
+ }
40
+
41
+ .digit-button-label {
42
+ @extend .typography.button.large;
43
+ @apply text-center text-white w-full overflow-hidden whitespace-no-wrap;
44
+ text-overflow: ellipsis;
45
+ }
46
+
47
+ .digit-button-default {
48
+ @apply text-center cursor-pointer outline-none inline-flex bg-white max-w-full items-center;
49
+ height: fit-content;
50
+ width: fit-content;
51
+ gap: theme(digitv2.spacers.spacer2);
52
+ border: 0.063rem solid #000000;
53
+ padding-left: theme(digitv2.spacers.spacer6);
54
+ padding-right: theme(digitv2.spacers.spacer6);
55
+ min-width: 6.5625rem;
56
+ min-height: theme(digitv2.spacers.spacer10);
57
+
58
+ h2 {
59
+ @extend .typography.button.large;
60
+ @apply text-black h-5;
61
+ margin: 0;
62
+ }
63
+ }
64
+
65
+ .digit-button-primary {
66
+ @apply text-center cursor-pointer outline-none flex max-w-full items-center justify-center h-10;
67
+ width: fit-content;
68
+ padding-left: theme(digitv2.spacers.spacer6);
69
+ padding-right: theme(digitv2.spacers.spacer6);
70
+ gap: theme(digitv2.spacers.spacer2);
71
+ min-width: 6.5625rem;
72
+ background-color: theme(digitv2.lightTheme.primary-1);
73
+
74
+ h2 {
75
+ @extend .typography.button.large;
76
+ @apply text-white;
77
+ margin: 0;
78
+ }
79
+
80
+ &.disabled {
81
+ @apply opacity-50;
82
+ background: theme(digitv2.lightTheme.text-disabled);
83
+ }
84
+
85
+ &:focus {
86
+ @apply outline-none;
87
+ }
88
+
89
+ &:hover {
90
+ box-shadow: theme(digitv2.spacers.spacer0) -0.125rem theme(digitv2.spacers.spacer0) theme(digitv2.spacers.spacer0) theme(digitv2.lightTheme.text-primary) inset;
91
+ }
92
+
93
+ &:active {
94
+ box-shadow: theme(digitv2.spacers.spacer0) -0.125rem theme(digitv2.spacers.spacer0) theme(digitv2.spacers.spacer0) #0B0C0C inset, theme(digitv2.spacers.spacer0) 0.063rem 0.175rem theme(digitv2.spacers.spacer0) #00000040;
95
+
96
+ h2 {
97
+ font-weight: theme(digitv2.fontWeight.bold);
98
+ }
99
+ }
100
+
101
+ &.large{
102
+ h2{
103
+ @apply h-5;
104
+ margin-top: 0.125rem;
105
+ }
106
+ }
107
+
108
+ &.medium {
109
+ @apply h-8;
110
+
111
+ h2 {
112
+ @extend .typography.button.medium;
113
+ }
114
+ }
115
+
116
+ &.small {
117
+ @apply h-6;
118
+
119
+ h2 {
120
+ @extend .typography.button.small;
121
+ }
122
+ }
123
+
124
+ }
125
+
126
+ .digit-button-secondary {
127
+ @apply text-center cursor-pointer outline-none bg-white flex max-w-full items-center justify-center h-10;
128
+ padding-left: theme(digitv2.spacers.spacer6);
129
+ padding-right: theme(digitv2.spacers.spacer6);
130
+ gap: theme(digitv2.spacers.spacer2);
131
+ min-width: 6.5625rem;
132
+ border: 0.063rem solid theme(digitv2.lightTheme.primary-1);
133
+ width: fit-content;
134
+
135
+ &:focus {
136
+ @apply outline-none;
137
+ }
138
+
139
+ &:hover {
140
+ @apply bg-white;
141
+ box-shadow: theme(digitv2.spacers.spacer0) -0.125rem theme(digitv2.spacers.spacer0) theme(digitv2.spacers.spacer0) theme(digitv2.lightTheme.primary-1) inset;
142
+ }
143
+
144
+ &:active {
145
+ @apply bg-white;
146
+ box-shadow: theme(digitv2.spacers.spacer0) -0.125rem theme(digitv2.spacers.spacer0) theme(digitv2.spacers.spacer0) theme(digitv2.lightTheme.primary-1) inset, theme(digitv2.spacers.spacer0) theme(digitv2.spacers.spacer1) theme(digitv2.spacers.spacer1) theme(digitv2.spacers.spacer0) #C84C0E33;
147
+
148
+ }
149
+
150
+ h2 {
151
+ @extend .typography.button.large;
152
+ margin: 0;
153
+ color: theme(digitv2.lightTheme.primary-1);
154
+ }
155
+
156
+ &.disabled {
157
+ @apply opacity-50;
158
+ border: 0.063rem solid theme(digitv2.lightTheme.text-disabled);
159
+
160
+ h2 {
161
+ color: theme(digitv2.lightTheme.text-disabled);
162
+ }
163
+ }
164
+
165
+ &.large{
166
+ h2{
167
+ @apply h-5;
168
+ margin-top: 0.125rem;
169
+ }
170
+ }
171
+
172
+ &.medium {
173
+ @apply h-8;
174
+
175
+ h2 {
176
+ @extend .typography.button.medium;
177
+ }
178
+ }
179
+
180
+ &.small {
181
+ @apply h-6;
182
+
183
+ h2 {
184
+ @extend .typography.button.small;
185
+ }
186
+ }
187
+ }
188
+
189
+ .digit-button-teritiary {
190
+ @apply text-center cursor-pointer outline-none flex max-w-full items-center justify-center h-10;
191
+ background: none;
192
+ width: fit-content;
193
+ padding-left: theme(digitv2.spacers.spacer2);
194
+ padding-right: theme(digitv2.spacers.spacer2);
195
+ gap: theme(digitv2.spacers.spacer2);
196
+ min-width: 6.5625rem;
197
+
198
+ &:focus {
199
+ @apply outline-none;
200
+ }
201
+
202
+ h2 {
203
+ @apply w-auto;
204
+ @extend .typography.button.large;
205
+ margin: 0;
206
+ color: theme(digitv2.lightTheme.primary-1);
207
+ }
208
+
209
+ &.disabled {
210
+ @apply opacity-50;
211
+
212
+ h2 {
213
+ color: theme(digitv2.lightTheme.text-disabled);
214
+ }
215
+ }
216
+
217
+ &.large{
218
+ h2{
219
+ @apply h-5;
220
+ margin-top: 0.125rem;
221
+ }
222
+ }
223
+
224
+ &.medium {
225
+ @apply h-8;
226
+
227
+ h2 {
228
+ @extend .typography.button.medium;
229
+ }
230
+ }
231
+
232
+ &.small {
233
+ @apply h-6;
234
+
235
+ h2 {
236
+ @extend .typography.button.small;
237
+ }
238
+ }
239
+
240
+ &:active{
241
+ h2{
242
+ font-weight: theme(digitv2.fontWeight.bold);
243
+ }
244
+ }
245
+ }
246
+
247
+ .digit-button-link {
248
+ @apply text-center cursor-pointer outline-none flex max-w-full items-center justify-center;
249
+ background: none;
250
+ width: fit-content;
251
+ height: fit-content;
252
+ padding-left: theme(digitv2.spacers.spacer2);
253
+ padding-right: theme(digitv2.spacers.spacer2);
254
+ gap: theme(digitv2.spacers.spacer2);
255
+ min-width: 4.875rem;
256
+
257
+ &:focus {
258
+ @apply outline-none;
259
+ }
260
+
261
+ h2 {
262
+ @extend .typography.link-L;
263
+ @apply h-auto whitespace-normal text-left w-auto;
264
+ margin: 0;
265
+ word-break: break-word;
266
+ color: theme(digitv2.lightTheme.primary-1);
267
+ height: fit-content;
268
+ }
269
+
270
+ &:hover {
271
+ h2 {
272
+ @extend .typography.link-L;
273
+ @apply h-auto whitespace-normal text-left;
274
+ margin: 0;
275
+ word-break: break-word;
276
+ color: theme(digitv2.lightTheme.primary-1);
277
+ height: fit-content;
278
+ text-decoration-thickness: 0.125rem;
279
+ }
280
+ }
281
+
282
+ &.disabled {
283
+ @apply opacity-50;
284
+
285
+ h2 {
286
+ color: theme(digitv2.lightTheme.text-disabled);
287
+ }
288
+ }
289
+
290
+ &.medium {
291
+
292
+ h2 {
293
+ @extend .typography.link-S;
294
+ }
295
+ }
296
+
297
+ &.small {
298
+
299
+ h2 {
300
+ @extend .typography.link-XS;
301
+ }
302
+ }
303
+ }
304
+
305
+ .digit-button-digit-action-cancel {
306
+ @apply bg-border text-center outline-none px-lg text-center;
307
+ border-color: #464646;
308
+ border-bottom: 0.063rem;
309
+ border-style: solid;
310
+ min-width: 5.2rem;
311
+
312
+ &.disabled {
313
+ @apply opacity-50;
314
+ }
315
+
316
+ &:focus {
317
+ @apply outline-none;
318
+ }
319
+
320
+ h2 {
321
+ @apply font-medium text-black flex justify-center items-center;
322
+ margin: 0;
323
+ font-family: theme(digitv2.fontFamily.sans)
324
+ }
325
+ }
326
+
327
+ .digit-submit-bar {
328
+ /* @extend .light-primary-button;*/
329
+ @apply h-10 text-center w-full outline-none cursor-pointer;
330
+ box-shadow: inset theme(digitv2.spacers.spacer0) -0.125rem theme(digitv2.spacers.spacer0) theme(colors.text.primary);
331
+ background-color: theme(digitv2.lightTheme.primary-1);
332
+
333
+ &:focus {
334
+ @apply outline-none;
335
+ }
336
+
337
+ h2 {
338
+ @apply font-medium text-legend text-white leading-normal;
339
+ margin: 0;
340
+ font-family: theme(digitv2.fontFamily.sans)
341
+ }
342
+ }
343
+
344
+ .digit-submit-bar-disabled {
345
+ @apply h-10 text-center w-full outline-none opacity-50;
346
+ background-color: theme(digitv2.lightTheme.primary-1);
347
+
348
+ &:focus {
349
+ @apply outline-none;
350
+ }
351
+
352
+ h2 {
353
+ @apply font-medium text-legend text-white leading-normal;
354
+ margin: 0;
355
+ font-family: theme(digitv2.fontFamily.sans)
356
+ }
357
+ }
358
+
359
+ .digit-selector-button-primary {
360
+ @apply h-8 text-center border-b-2 border-input-border border-solid outline-none px-lg;
361
+ background-color: theme(digitv2.lightTheme.primary-1);
362
+
363
+ &:focus {
364
+ @apply outline-none;
365
+ }
366
+
367
+ h2 {
368
+ @apply font-rc font-medium text-legend text-white;
369
+ }
370
+ }
371
+
372
+ .digit-selector-button-border {
373
+ @apply h-8 bg-border text-center border-b-2 border-input-border border-solid outline-none px-lg;
374
+
375
+ &:focus {
376
+ @apply outline-none;
377
+ }
378
+
379
+ h2 {
380
+ @apply font-rc font-medium text-legend text-text-primary;
381
+ }
382
+ }
383
+
384
+ .digit-selector-button-primary-disabled {
385
+ @apply h-8 text-center border-b-2 border-input-border border-solid outline-none px-lg opacity-50;
386
+ background-color: theme(digitv2.lightTheme.primary-1);
387
+
388
+ &:focus {
389
+ @apply outline-none;
390
+ }
391
+
392
+ h2 {
393
+ @apply font-rc font-medium text-legend text-white;
394
+ }
395
+ }
396
+
397
+ @screen dt {
398
+
399
+ .digit-submit-bar,
400
+ .digit-submit-bar-disabled {
401
+ width: 15rem;
402
+ }
403
+ }
404
+
405
+ .digit-submit-bar:focus {
406
+ @apply outline-none !important;
407
+ }
@@ -0,0 +1,46 @@
1
+ .digit-card-based-options {
2
+ box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
3
+ @apply bg-white mb-md px-sm py-md mx-sm rounded w-full;
4
+ .digit-head-content {
5
+ @apply flex justify-between mb-lg;
6
+ h2 {
7
+ @apply text-heading-s font-bold text-text-primary;
8
+ }
9
+ p {
10
+ @apply text-link text-primary-main font-medium cursor-pointer;
11
+ }
12
+ }
13
+
14
+ .digit-main-content {
15
+ @apply flex justify-evenly;
16
+ .digit-card-based-options-main-child-option {
17
+ width: 25%;
18
+ @apply text-center;
19
+ .digit-child-option-image-wrapper {
20
+ margin: auto !important;
21
+ background: rgba(244, 119, 56, 0.12);
22
+ mix-blend-mode: normal;
23
+ padding-top: 14px;
24
+ @apply h-12 w-12 rounded-full cursor-pointer;
25
+ svg {
26
+ height: 20px;
27
+ width: 20px;
28
+ fill: theme(colors.primary.main);
29
+ margin: auto;
30
+ }
31
+ }
32
+ .digit-child-option-name {
33
+ font-size: 12px;
34
+ line-height: 14px;
35
+ padding-top: 1rem;
36
+ }
37
+ }
38
+ }
39
+ }
40
+
41
+ @screen dt {
42
+ .digit-card-based-options {
43
+ width: calc(50% - 16px);
44
+ @apply p-md;
45
+ }
46
+ }
@@ -0,0 +1,8 @@
1
+ @import url("../typography.scss");
2
+
3
+ .digit-card-label {
4
+ font-weight: theme(digitv2.fontWeight.regular);
5
+ font-size: 16px;
6
+ line-height: 19px;
7
+ color: theme(digitv2.lightTheme.text-primary);
8
+ }