@egovernments/digit-ui-components-css 0.2.3 → 2.0.0-dev-02

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 (70) hide show
  1. package/dist/index.css +3 -15427
  2. package/package.json +30 -35
  3. package/src/digitv2/components/FormComposerV2.scss +6 -5
  4. package/src/digitv2/components/accordionV2.scss +59 -59
  5. package/src/digitv2/components/alertCardV2.scss +43 -43
  6. package/src/digitv2/components/backLinkV2.scss +11 -8
  7. package/src/digitv2/components/bodyContainerV2.scss +2 -1
  8. package/src/digitv2/components/bottomSheetV2.scss +22 -19
  9. package/src/digitv2/components/breadcrumbV2.scss +27 -25
  10. package/src/digitv2/components/buttonsV2.scss +72 -72
  11. package/src/digitv2/components/cardV2.scss +18 -17
  12. package/src/digitv2/components/cardbasedoptionsV2.scss +4 -1
  13. package/src/digitv2/components/cardlabelV2.scss +4 -3
  14. package/src/digitv2/components/checkboxV2.scss +37 -32
  15. package/src/digitv2/components/chipV2.scss +46 -43
  16. package/src/digitv2/components/dividerV2.scss +7 -4
  17. package/src/digitv2/components/errorMessageV2.scss +15 -15
  18. package/src/digitv2/components/fieldV1.scss +65 -64
  19. package/src/digitv2/components/fileUploadV2.scss +129 -126
  20. package/src/digitv2/components/filterCardV2.scss +54 -51
  21. package/src/digitv2/components/footerV2.scss +14 -13
  22. package/src/digitv2/components/formCardV2.scss +52 -49
  23. package/src/digitv2/components/hamburgerV2.scss +145 -142
  24. package/src/digitv2/components/headerV2.scss +60 -57
  25. package/src/digitv2/components/headerdropdownV2.scss +72 -69
  26. package/src/digitv2/components/infobuttonV2.scss +18 -15
  27. package/src/digitv2/components/labelFieldPairV2.scss +11 -8
  28. package/src/digitv2/components/landingpagecardV2.scss +73 -70
  29. package/src/digitv2/components/loaderV2.scss +7 -4
  30. package/src/digitv2/components/menuCardV2.scss +34 -31
  31. package/src/digitv2/components/metricCardV2.scss +55 -52
  32. package/src/digitv2/components/mobileNumberV2.scss +10 -10
  33. package/src/digitv2/components/multiSelectDropdownV2.scss +170 -168
  34. package/src/digitv2/components/otpInputV2.scss +29 -26
  35. package/src/digitv2/components/panelCardV2.scss +46 -43
  36. package/src/digitv2/components/panelV2.scss +34 -31
  37. package/src/digitv2/components/popUpV2.scss +94 -91
  38. package/src/digitv2/components/radiobtnV2.scss +24 -23
  39. package/src/digitv2/components/selectDropdownV2.scss +200 -197
  40. package/src/digitv2/components/selectionTagV2.scss +32 -29
  41. package/src/digitv2/components/sidePanelV2.scss +51 -48
  42. package/src/digitv2/components/sidenavV2.scss +119 -116
  43. package/src/digitv2/components/stepperV2.scss +61 -58
  44. package/src/digitv2/components/summaryCardFieldPairV2.scss +25 -22
  45. package/src/digitv2/components/summaryCardV2.scss +30 -27
  46. package/src/digitv2/components/switchV2.scss +34 -31
  47. package/src/digitv2/components/tabV2.scss +29 -26
  48. package/src/digitv2/components/tableV2.scss +152 -149
  49. package/src/digitv2/components/tagV2.scss +27 -24
  50. package/src/digitv2/components/textInputV2.scss +101 -101
  51. package/src/digitv2/components/textareaV2.scss +23 -20
  52. package/src/digitv2/components/textblockV2.scss +31 -28
  53. package/src/digitv2/components/timelineV2.scss +64 -61
  54. package/src/digitv2/components/toastV2.scss +28 -25
  55. package/src/digitv2/components/toggleV2.scss +55 -46
  56. package/src/digitv2/components/tooltipwrapperV2.scss +97 -94
  57. package/src/digitv2/components/treeSelectV2.scss +64 -55
  58. package/src/digitv2/index.scss +136 -134
  59. package/src/digitv2/pages/employee/boundaryFilter.scss +7 -7
  60. package/src/digitv2/pages/employee/inboxsearchcomposer.scss +48 -48
  61. package/src/digitv2/pages/employee/index.scss +4 -4
  62. package/src/digitv2/pages/employee/reactdatatable.scss +13 -13
  63. package/src/digitv2/pages/employee/workbench.scss +29 -28
  64. package/src/digitv2/typography.scss +633 -640
  65. package/src/index.scss +28 -19
  66. package/src/pages/employee/index.scss +26 -26
  67. package/src/pages/employee/login.scss +4 -4
  68. package/src/theme-variables.css +137 -0
  69. package/CHANGELOG.md +0 -260
  70. package/dist/index.min.css +0 -7
@@ -1,331 +1,333 @@
1
- @import url("./components/accordionV2.scss");
2
- @import url("./components/backLinkV2.scss");
3
- @import url("./components/bodyContainerV2.scss");
4
- @import url("./components/bottomSheetV2.scss");
5
- @import url("./components/breadcrumbV2.scss");
6
- @import url("./components/buttonsV2.scss");
7
- @import url("./components/cardlabelV2.scss");
8
- @import url("./components/cardbasedoptionsV2.scss");
9
- @import url("./components/cardV2.scss");
10
- @import url("./components/checkboxV2.scss");
11
- @import url("./components/dividerV2.scss");
12
- @import url("./components/errorMessageV2.scss");
13
- @import url("./components/fieldV1.scss");
14
- @import url("./components/FormComposerV2.scss");
15
- @import url("./components/infobuttonV2.scss");
16
- @import url("./components/alertCardV2.scss");
17
- @import url("./components/labelFieldPairV2.scss");
18
- @import url("./components/mobileNumberV2.scss");
19
- @import url("./components/multiSelectDropdownV2.scss");
20
- @import url("./components/panelCardV2.scss");
21
- @import url("./components/panelV2.scss");
22
- @import url("./components/popUpV2.scss");
23
- @import url("./components/radiobtnV2.scss");
24
- @import url("./components/chipV2.scss");
25
- @import url("./components/selectDropdownV2.scss");
26
- @import url("./components/stepperV2.scss");
27
- @import url("./components/switchV2.scss");
28
- @import url("./components/selectionTagV2.scss");
29
- @import url("./components/textareaV2.scss");
30
- @import url("./components/textblockV2.scss");
31
- @import url("./components/textInputV2.scss");
32
- @import url("./components/timelineV2.scss");
33
- @import url("./components/toastV2.scss");
34
- @import url("./components/toggleV2.scss");
35
- @import url("./components/treeSelectV2.scss");
36
- @import url("./components/fileUploadV2.scss");
37
- @import url("./components/summaryCardFieldPairV2.scss");
38
- @import url("./components/footerV2.scss");
39
- @import url("./components/headerdropdownV2.scss");
40
- @import url("./components/headerV2.scss");
41
- @import url("./components/tabV2.scss");
42
- @import url("./components/sidenavV2.scss");
43
- @import url("./components/hamburgerV2.scss");
44
- @import url("./components/tooltipwrapperV2.scss");
45
- @import url("./components/tagV2.scss");
46
- @import url("./components/landingpagecardV2.scss");
47
- @import url("./components/menuCardV2.scss");
48
- @import url("./components/otpInputV2.scss");
49
- @import url("./components/tableV2.scss");
50
- @import url("./components/sidePanelV2.scss");
51
- @import url("./components/metricCardV2.scss");
52
- @import url("./components/formCardV2.scss");
53
- @import url("./components/filterCardV2.scss");
54
- @import url("./components/summaryCardV2.scss");
55
- @import url("./components/loaderV2.scss");
1
+ @import "./components/accordionV2.scss";
2
+ @import "./components/backLinkV2.scss";
3
+ @import "./components/dividerV2.scss";
4
+ @import "./components/infobuttonV2.scss";
5
+ @import "./components/chipV2.scss";
6
+ @import "./components/checkboxV2.scss";
7
+ @import "./components/radiobtnV2.scss";
8
+ @import "./components/switchV2.scss";
9
+ @import "./components/toggleV2.scss";
10
+
11
+ @import "./components/buttonsV2.scss";
12
+ @import "./components/bodyContainerV2.scss";
13
+ @import "./components/bottomSheetV2.scss";
14
+ @import "./components/breadcrumbV2.scss";
15
+ @import "./components/cardlabelV2.scss";
16
+ @import "./components/cardbasedoptionsV2.scss";
17
+ @import "./components/cardV2.scss";
18
+ @import "./components/errorMessageV2.scss";
19
+ @import "./components/fieldV1.scss";
20
+ @import "./components/FormComposerV2.scss";
21
+ @import "./components/alertCardV2.scss";
22
+ @import "./components/labelFieldPairV2.scss";
23
+ @import "./components/mobileNumberV2.scss";
24
+ @import "./components/multiSelectDropdownV2.scss";
25
+ @import "./components/panelCardV2.scss";
26
+ @import "./components/panelV2.scss";
27
+ @import "./components/popUpV2.scss";
28
+ @import "./components/selectDropdownV2.scss";
29
+ @import "./components/stepperV2.scss";
30
+ @import "./components/selectionTagV2.scss";
31
+ @import "./components/textareaV2.scss";
32
+ @import "./components/textblockV2.scss";
33
+ @import "./components/textInputV2.scss";
34
+ @import "./components/timelineV2.scss";
35
+ @import "./components/toastV2.scss";
36
+ @import "./components/treeSelectV2.scss";
37
+ @import "./components/fileUploadV2.scss";
38
+ @import "./components/summaryCardFieldPairV2.scss";
39
+ @import "./components/footerV2.scss";
40
+ @import "./components/headerdropdownV2.scss";
41
+ @import "./components/headerV2.scss";
42
+ @import "./components/tabV2.scss";
43
+ @import "./components/sidenavV2.scss";
44
+ @import "./components/hamburgerV2.scss";
45
+ @import "./components/tooltipwrapperV2.scss";
46
+
47
+ @import "./components/tagV2.scss";
48
+ @import "./components/landingpagecardV2.scss";
49
+ @import "./components/menuCardV2.scss";
50
+ @import "./components/otpInputV2.scss";
51
+ @import "./components/tableV2.scss";
52
+ @import "./components/sidePanelV2.scss";
53
+ @import "./components/metricCardV2.scss";
54
+ @import "./components/formCardV2.scss";
55
+ @import "./components/filterCardV2.scss";
56
+ @import "./components/summaryCardV2.scss";
57
+ @import "./components/loaderV2.scss";
56
58
 
57
59
  /* pages */
58
- @import url("./pages/employee/index.scss");
60
+ @import "./pages/employee/index.scss";
59
61
 
60
62
  /* important to be remove after fixing the components */
61
63
  .light {
62
64
  &-primary {
63
- color: theme(digitv2.lightTheme.primary-1) !important;
65
+ color: theme("digitv2.lightTheme.primary-1") !important;
64
66
 
65
67
  &-button {
66
- background-color: theme(digitv2.lightTheme.primary-1);
68
+ background-color: theme("digitv2.lightTheme.primary-1");
67
69
  }
68
70
 
69
71
  &-bg {
70
- background-color: theme(digitv2.lightTheme.primary-bg);
72
+ background-color: theme("digitv2.lightTheme.primary-bg");
71
73
  }
72
74
  }
73
75
 
74
76
  &-text-color {
75
77
  &-primary {
76
- color: theme(digitv2.lightTheme.text-primary);
78
+ color: theme("digitv2.lightTheme.text-primary");
77
79
  }
78
80
 
79
81
  &-secondary {
80
- color: theme(digitv2.lightTheme.text-secondary);
82
+ color: theme("digitv2.lightTheme.text-secondary");
81
83
  }
82
84
 
83
85
  &-disabled {
84
- color: theme(digitv2.lightTheme.text-disabled);
86
+ color: theme("digitv2.lightTheme.text-disabled");
85
87
  }
86
88
  }
87
89
 
88
90
  &-background {
89
- background-color: theme(digitv2.lightTheme.generic-background);
91
+ background-color: theme("digitv2.lightTheme.generic-background");
90
92
  }
91
93
 
92
94
  &-paper {
93
95
  &-primary {
94
- background-color: theme(digitv2.lightTheme.paper-primary) !important;
96
+ background-color: theme("digitv2.lightTheme.paper-primary") !important;
95
97
 
96
98
  &-color {
97
- color: theme(digitv2.lightTheme.paper-primary) !important;
99
+ color: theme("digitv2.lightTheme.paper-primary") !important;
98
100
  }
99
101
  }
100
102
 
101
103
  &-secondary {
102
- background-color: theme(digitv2.lightTheme.paper-secondary);
104
+ background-color: theme("digitv2.lightTheme.paper-secondary");
103
105
  }
104
106
  &-border {
105
107
  border: 0.5px solid;
106
108
  border-radius: 0.5rem;
107
- border-color: theme(digitv2.lightTheme.generic-background);
109
+ border-color: theme("digitv2.lightTheme.generic-background");
108
110
  }
109
111
 
110
112
  &-border {
111
113
  border-radius: 4px;
112
114
  border-style: solid;
113
115
  border-width: 1px;
114
- border-color: theme(digitv2.lightTheme.generic-divider);
116
+ border-color: theme("digitv2.lightTheme.generic-divider");
115
117
  }
116
118
  }
117
119
 
118
120
  &-divider {
119
- background-color: theme(digitv2.lightTheme.generic-divider);
121
+ background-color: theme("digitv2.lightTheme.generic-divider");
120
122
  }
121
123
 
122
124
  &-header-sidenav {
123
- color: theme(digitv2.lightTheme.primary-2);
125
+ color: theme("digitv2.lightTheme.primary-2");
124
126
  }
125
127
 
126
128
  &-input-border {
127
- border-color: theme(digitv2.lightTheme.generic-inputborder);
129
+ border-color: theme("digitv2.lightTheme.generic-inputborder");
128
130
  }
129
131
  }
130
132
 
131
133
  .alert {
132
134
  &-error {
133
- color: theme(digitv2.lightTheme.alert-error);
135
+ color: theme("digitv2.lightTheme.alert-error");
134
136
 
135
137
  &-bg {
136
- background-color: theme(digitv2.lightTheme.alert-errorbg);
138
+ background-color: theme("digitv2.lightTheme.alert-errorbg");
137
139
  }
138
140
 
139
141
  &-border {
140
- border-color: theme(digitv2.lightTheme.alert-error) !important;
142
+ border-color: theme("digitv2.lightTheme.alert-error") !important;
141
143
  }
142
144
  }
143
145
 
144
146
  &-success {
145
- color: theme(digitv2.lightTheme.alert-success);
147
+ color: theme("digitv2.lightTheme.alert-success");
146
148
 
147
149
  &-bg {
148
- background-color: theme(digitv2.lightTheme.alert-successbg);
150
+ background-color: theme("digitv2.lightTheme.alert-successbg");
149
151
  }
150
152
  }
151
153
 
152
154
  &-info {
153
- color: theme(digitv2.alert.info);
155
+ color: theme("digitv2.alert.info");
154
156
 
155
157
  &-bg {
156
- background-color: theme(digitv2.alert.info-bg);
158
+ background-color: theme("digitv2.alert.info-bg");
157
159
  }
158
160
  }
159
161
  }
160
162
 
161
163
  .chart {
162
164
  &-item-1 {
163
- color: theme(digitv2.chart.chart-1);
165
+ color: theme("digitv2.chart.chart-1");
164
166
  }
165
167
 
166
168
  &-item-1-gradient {
167
- color: theme(digitv2.chart.chart-1-gradient);
169
+ color: theme("digitv2.chart.chart-1-gradient");
168
170
  }
169
171
 
170
172
  &-item-2 {
171
- color: theme(digitv2.chart.chart-2);
173
+ color: theme("digitv2.chart.chart-2");
172
174
  }
173
175
 
174
176
  &-item-2-gradient {
175
- color: theme(digitv2.chart.chart-2-gradient);
177
+ color: theme("digitv2.chart.chart-2-gradient");
176
178
  }
177
179
 
178
180
  &-item-3 {
179
- color: theme(digitv2.chart.chart-3);
181
+ color: theme("digitv2.chart.chart-3");
180
182
  }
181
183
 
182
184
  &-item-4 {
183
- color: theme(digitv2.chart.chart-4);
185
+ color: theme("digitv2.chart.chart-4");
184
186
  }
185
187
 
186
188
  &-item-5 {
187
- color: theme(digitv2.chart.chart-5);
189
+ color: theme("digitv2.chart.chart-5");
188
190
  }
189
191
  }
190
192
 
191
193
  .color-constants-story{
192
194
 
193
195
  &.primary-1{
194
- background-color: theme(digitv2.lightTheme.primary-1);
196
+ background-color: theme("digitv2.lightTheme.primary-1");
195
197
  }
196
198
  &.primary-bg{
197
- background-color: theme(digitv2.lightTheme.primary-bg);
199
+ background-color: theme("digitv2.lightTheme.primary-bg");
198
200
  }
199
201
  &.primary-2{
200
- background-color: theme(digitv2.lightTheme.primary-2);
202
+ background-color: theme("digitv2.lightTheme.primary-2");
201
203
  }
202
204
  &.text-primary{
203
- background-color: theme(digitv2.lightTheme.text-primary);
205
+ background-color: theme("digitv2.lightTheme.text-primary");
204
206
  }
205
207
  &.text-secondary{
206
- background-color: theme(digitv2.lightTheme.text-secondary);
208
+ background-color: theme("digitv2.lightTheme.text-secondary");
207
209
  }
208
210
  &.text-disabled{
209
- background-color: theme(digitv2.lightTheme.text-disabled);
211
+ background-color: theme("digitv2.lightTheme.text-disabled");
210
212
  }
211
213
  &.alert-error{
212
- background-color: theme(digitv2.lightTheme.alert-error);
214
+ background-color: theme("digitv2.lightTheme.alert-error");
213
215
  }
214
216
  &.alert-errorbg{
215
- background-color: theme(digitv2.lightTheme.alert-errorbg);
217
+ background-color: theme("digitv2.lightTheme.alert-errorbg");
216
218
  }
217
219
  &.alert-success{
218
- background-color: theme(digitv2.lightTheme.alert-success);
220
+ background-color: theme("digitv2.lightTheme.alert-success");
219
221
  }
220
222
  &.alert-successbg{
221
- background-color: theme(digitv2.lightTheme.alert-successbg);
223
+ background-color: theme("digitv2.lightTheme.alert-successbg");
222
224
  }
223
225
  &.alert-info{
224
- background-color: theme(digitv2.lightTheme.alert-info);
226
+ background-color: theme("digitv2.lightTheme.alert-info");
225
227
  }
226
228
  &.alert-infobg{
227
- background-color: theme(digitv2.lightTheme.alert-infobg);
229
+ background-color: theme("digitv2.lightTheme.alert-infobg");
228
230
  }
229
231
  &.alert-warning{
230
- background-color: theme(digitv2.lightTheme.alert-warning);
232
+ background-color: theme("digitv2.lightTheme.alert-warning");
231
233
  }
232
234
  &.alert-warningbg{
233
- background-color: theme(digitv2.lightTheme.alert-warning-bg);
235
+ background-color: theme("digitv2.lightTheme.alert-warning-bg");
234
236
  }
235
237
  &.generic-background{
236
- background-color: theme(digitv2.lightTheme.generic-background);
238
+ background-color: theme("digitv2.lightTheme.generic-background");
237
239
  }
238
240
  &.generic-divider{
239
- background-color: theme(digitv2.lightTheme.generic-divider);
241
+ background-color: theme("digitv2.lightTheme.generic-divider");
240
242
  }
241
243
  &.generic-inputborder{
242
- background-color: theme(digitv2.lightTheme.generic-inputborder);
244
+ background-color: theme("digitv2.lightTheme.generic-inputborder");
243
245
  }
244
246
  &.paper-primary{
245
- background-color: theme(digitv2.lightTheme.paper-primary);
247
+ background-color: theme("digitv2.lightTheme.paper-primary");
246
248
  }
247
249
  &.paper-secondary{
248
- background-color: theme(digitv2.lightTheme.paper-secondary);
250
+ background-color: theme("digitv2.lightTheme.paper-secondary");
249
251
  }
250
252
  }
251
253
 
252
254
  .typography-story{
253
255
  &.heading-m{
254
- font-family: theme(digitv2.fontFamily.sans);
255
- font-style: theme(digitv2.fontStyle.normal);
256
- font-weight: theme(digitv2.fontWeight.bold);
257
- line-height: theme(digitv2.lineHeight.lineheight1);
256
+ font-family: theme("digitv2.fontFamily.sans");
257
+ font-style: theme("digitv2.fontStyle.normal");
258
+ font-weight: theme("digitv2.fontWeight.bold");
259
+ line-height: theme("digitv2.lineHeight.lineheight1");
258
260
 
259
261
  @media (max-aspect-ratio: 9/16) {
260
262
  /* Media query for mobile */
261
- font-size: theme(digitv2.fontSize.heading-m.mobile);
263
+ font-size: theme("digitv2.fontSize.heading-m.mobile");
262
264
  }
263
265
 
264
266
  @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
265
267
  /* Media query for tablets */
266
- font-size: theme(digitv2.fontSize.heading-m.tablet);
268
+ font-size: theme("digitv2.fontSize.heading-m.tablet");
267
269
  }
268
270
 
269
271
  @media (min-aspect-ratio: 3/4) {
270
272
  /* Media query for desktop */
271
- font-size: theme(digitv2.fontSize.heading-m.desktop);
273
+ font-size: theme("digitv2.fontSize.heading-m.desktop");
272
274
  }
273
275
  }
274
276
 
275
277
  &.heading-s {
276
- font-family: theme(digitv2.fontFamily.sans);
277
- font-style: theme(digitv2.fontStyle.normal);
278
- font-weight: theme(digitv2.fontWeight.bold);
279
- line-height: theme(digitv2.lineHeight.lineheight1);
278
+ font-family: theme("digitv2.fontFamily.sans");
279
+ font-style: theme("digitv2.fontStyle.normal");
280
+ font-weight: theme("digitv2.fontWeight.bold");
281
+ line-height: theme("digitv2.lineHeight.lineheight1");
280
282
 
281
283
  @media (max-aspect-ratio: 9/16) {
282
284
  /* Media query for mobile */
283
- font-size: theme(digitv2.fontSize.heading-s.mobile);
285
+ font-size: theme("digitv2.fontSize.heading-s.mobile");
284
286
  }
285
287
 
286
288
  @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
287
289
  /* Media query for tablets */
288
- font-size: theme(digitv2.fontSize.heading-s.tablet);
290
+ font-size: theme("digitv2.fontSize.heading-s.tablet");
289
291
  }
290
292
 
291
293
  @media (min-aspect-ratio: 3/4) {
292
294
  /* Media query for desktop */
293
- font-size: theme(digitv2.fontSize.heading-s.desktop);
295
+ font-size: theme("digitv2.fontSize.heading-s.desktop");
294
296
  }
295
297
  }
296
298
 
297
299
  &.body-s {
298
300
  @media (max-aspect-ratio: 9/16) {
299
301
  /* Media query for mobile */
300
- font-size: theme(digitv2.fontSize.body-s.mobile);
301
- font-family: theme(digitv2.fontFamily.sans);
302
- font-style: theme(digitv2.fontStyle.normal);
303
- font-weight: theme(digitv2.fontWeight.regular);
304
- line-height: theme(digitv2.lineHeight.lineheight2);
302
+ font-size: theme("digitv2.fontSize.body-s.mobile");
303
+ font-family: theme("digitv2.fontFamily.sans");
304
+ font-style: theme("digitv2.fontStyle.normal");
305
+ font-weight: theme("digitv2.fontWeight.regular");
306
+ line-height: theme("digitv2.lineHeight.lineheight2");
305
307
  }
306
308
 
307
309
  @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
308
310
  /* Media query for tablets */
309
- font-size: theme(digitv2.fontSize.body-s.tablet);
310
- font-family: theme(digitv2.fontFamily.sans);
311
- font-style: theme(digitv2.fontStyle.normal);
312
- font-weight: theme(digitv2.fontWeight.regular);
313
- line-height: theme(digitv2.lineHeight.lineheight2);
311
+ font-size: theme("digitv2.fontSize.body-s.tablet");
312
+ font-family: theme("digitv2.fontFamily.sans");
313
+ font-style: theme("digitv2.fontStyle.normal");
314
+ font-weight: theme("digitv2.fontWeight.regular");
315
+ line-height: theme("digitv2.lineHeight.lineheight2");
314
316
  }
315
317
 
316
318
  @media (min-aspect-ratio: 3/4) {
317
319
  /* Media query for desktop */
318
- font-size: theme(digitv2.fontSize.body-s.desktop);
319
- font-family: theme(digitv2.fontFamily.sans);
320
- font-style: theme(digitv2.fontStyle.normal);
321
- font-weight: theme(digitv2.fontWeight.regular);
322
- line-height: theme(digitv2.lineHeight.lineheight2);
320
+ font-size: theme("digitv2.fontSize.body-s.desktop");
321
+ font-family: theme("digitv2.fontFamily.sans");
322
+ font-style: theme("digitv2.fontStyle.normal");
323
+ font-weight: theme("digitv2.fontWeight.regular");
324
+ line-height: theme("digitv2.lineHeight.lineheight2");
323
325
  }
324
326
  }
325
327
  }
326
328
 
327
329
  .sb-main-padded{
328
330
  &.sb-show-main{
329
- background-color: theme(digitv2.lightTheme.paper-primary);
331
+ background-color: theme("digitv2.lightTheme.paper-primary");
330
332
  }
331
333
  }
@@ -18,26 +18,26 @@
18
18
 
19
19
 
20
20
  .digit-card-label.boundary-selection-label{
21
- font-family: theme(digitv2.fontFamily.sans);
22
- font-style: theme(digitv2.fontStyle.normal);
23
- font-weight: theme(digitv2.fontWeight.bold);
21
+ font-family: theme("digitv2.fontFamily.sans");
22
+ font-style: theme("digitv2.fontStyle.normal");
23
+ font-weight: theme("digitv2.fontWeight.bold");
24
24
 
25
25
  @media (max-width: 30rem) {
26
26
  /* Media query for mobile */
27
- font-size: theme(digitv2.fontSize.heading-s.mobile);
27
+ font-size: theme("digitv2.fontSize.heading-s.mobile");
28
28
  }
29
29
 
30
30
  @media (min-width: 30.063rem) and (max-width: 47.938rem) {
31
31
  /* Media query for tablets */
32
- font-size: theme(digitv2.fontSize.heading-s.tablet);
32
+ font-size: theme("digitv2.fontSize.heading-s.tablet");
33
33
  }
34
34
 
35
35
  @media (min-width: 48rem) {
36
36
  /* Media query for desktop */
37
- font-size: theme(digitv2.fontSize.heading-s.desktop);
37
+ font-size: theme("digitv2.fontSize.heading-s.desktop");
38
38
  }
39
39
 
40
- color: theme(digitv2.lightTheme.text-primary);
40
+ color: theme("digitv2.lightTheme.text-primary");
41
41
  width:30%;
42
42
  }
43
43
  .selecting-boundary-div.horizontal-layout .boundary-item {