@selco/selco-css 1.0.2 → 1.8.15

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 (94) hide show
  1. package/dist/index.css +838 -4186
  2. package/dist/index.min.css +1 -6
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +1 -1
  5. package/src/components/PropertySearchForm.scss +4 -4
  6. package/src/components/SearchOnRadioButton.scss +1 -1
  7. package/src/components/StandaloneSearchBar.scss +1 -1
  8. package/src/components/TimeLine.scss +4 -4
  9. package/src/components/bannercomponents.scss +1 -1
  10. package/src/components/body.scss +3 -4
  11. package/src/components/buttons.scss +1 -52
  12. package/src/components/card.scss +12 -11
  13. package/src/components/charts.scss +3 -3
  14. package/src/components/checkbox.scss +31 -3
  15. package/src/components/datatable.scss +7 -69
  16. package/src/components/detailscontainer.scss +0 -4
  17. package/src/components/filters.scss +3 -3
  18. package/src/components/languageSelector.scss +1 -1
  19. package/src/components/loader.scss +1 -1
  20. package/src/components/metricsTable.scss +1 -2
  21. package/src/components/multiLink.scss +1 -1
  22. package/src/components/multiSelectDropdown.scss +0 -4
  23. package/src/components/navbar.scss +10 -16
  24. package/src/components/plusMinus.scss +3 -3
  25. package/src/components/radiobtn.scss +0 -6
  26. package/src/components/searchAction.scss +1 -1
  27. package/src/components/selectdropdown.scss +18 -1
  28. package/src/components/table.scss +4 -27
  29. package/src/components/textfields.scss +2 -2
  30. package/src/components/toggleSwitch.scss +1 -1
  31. package/src/components/topbar.scss +3 -8
  32. package/src/components/uploadcomponents.scss +3 -7
  33. package/src/index.scss +24 -47
  34. package/src/pages/citizen/DocumentList.scss +5 -5
  35. package/src/pages/citizen/HomePageWrapper.scss +3 -3
  36. package/src/pages/citizen/container.scss +1 -1
  37. package/src/pages/employee/cardfix.scss +0 -1
  38. package/src/pages/employee/container.scss +5 -5
  39. package/src/pages/employee/dss.scss +9 -29
  40. package/src/pages/employee/inbox.scss +20 -29
  41. package/src/pages/employee/index.scss +37 -116
  42. package/src/pages/employee/login.scss +4 -41
  43. package/src/pages/employee/popupmodule.scss +13 -0
  44. package/src/pages/employee/scroll-table.scss +4 -9
  45. package/src/pages/employee/surveys.scss +11 -11
  46. package/svg/check.svg +1 -1
  47. package/svg/starempty.svg +1 -1
  48. package/svg/starfilled.svg +1 -1
  49. package/README.md +0 -79
  50. package/src/components/inboxv2/InboxLinks.scss +0 -59
  51. package/src/components/inboxv2/horizontalNav.scss +0 -224
  52. package/src/components/inboxv2/inboxSearch.scss +0 -116
  53. package/src/components/inboxv2/inboxSearchComposer.scss +0 -134
  54. package/src/components/inboxv2/index.scss +0 -5
  55. package/src/components/inboxv2/searchComponentTable.scss +0 -44
  56. package/src/components/sidebar.scss +0 -141
  57. package/src/digitv2/components/ErrorMessage.scss +0 -6
  58. package/src/digitv2/components/FormComposerV2.scss +0 -120
  59. package/src/digitv2/components/actionLinkV2.scss +0 -7
  60. package/src/digitv2/components/actionbarV2.scss +0 -110
  61. package/src/digitv2/components/appContainerV2.scss +0 -55
  62. package/src/digitv2/components/backButtonV2.scss +0 -26
  63. package/src/digitv2/components/bannerV2.scss +0 -120
  64. package/src/digitv2/components/bodyContainerV2.scss +0 -39
  65. package/src/digitv2/components/breadCrumbV2.scss +0 -31
  66. package/src/digitv2/components/breakLineV2.scss +0 -6
  67. package/src/digitv2/components/buttonsV2.scss +0 -40
  68. package/src/digitv2/components/cardV2.scss +0 -385
  69. package/src/digitv2/components/checkboxV2.scss +0 -61
  70. package/src/digitv2/components/checkpointV2.scss +0 -71
  71. package/src/digitv2/components/collapseAndExpandGroups.scss +0 -60
  72. package/src/digitv2/components/dateWrapV2.scss +0 -12
  73. package/src/digitv2/components/displayPhotosV2.scss +0 -33
  74. package/src/digitv2/components/headerV2.scss +0 -6
  75. package/src/digitv2/components/infoBannerV2.scss +0 -37
  76. package/src/digitv2/components/keynoteV2.scss +0 -35
  77. package/src/digitv2/components/loaderV2.scss +0 -81
  78. package/src/digitv2/components/mobileNumberV2.scss +0 -33
  79. package/src/digitv2/components/multiSelectDropdownV2.scss +0 -92
  80. package/src/digitv2/components/noresultsfoundV2.scss +0 -11
  81. package/src/digitv2/components/otpInputV2.scss +0 -15
  82. package/src/digitv2/components/popUpV2.scss +0 -16
  83. package/src/digitv2/components/radiobtnV2.scss +0 -51
  84. package/src/digitv2/components/ratingV2.scss +0 -33
  85. package/src/digitv2/components/selectdropdownV2.scss +0 -170
  86. package/src/digitv2/components/tagV2.scss +0 -28
  87. package/src/digitv2/components/telephoneV2.scss +0 -18
  88. package/src/digitv2/components/textInputV2.scss +0 -123
  89. package/src/digitv2/components/textareaV2.scss +0 -11
  90. package/src/digitv2/components/uploadFileV2.scss +0 -146
  91. package/src/digitv2/index.scss +0 -168
  92. package/src/digitv2/pages/employee/index.scss +0 -1
  93. package/src/digitv2/pages/employee/workbench.scss +0 -615
  94. package/src/digitv2/typography.scss +0 -241
@@ -21,8 +21,6 @@
21
21
  }
22
22
 
23
23
  .body {
24
- padding-left: 0px;
25
- margin-left: 0px;
26
24
  padding: 10px;
27
25
  @apply flex items-start flex-col;
28
26
  margin-left: 46px;
@@ -30,10 +28,6 @@
30
28
  .link {
31
29
  @apply p-sm text-primary-main items-center;
32
30
  display: flex !important;
33
- a{
34
- color: inherit;
35
- text-decoration: inherit
36
- }
37
31
  }
38
32
 
39
33
  .inbox-total {
@@ -71,7 +65,7 @@
71
65
 
72
66
  .employeeCard-info-box {
73
67
  @apply flex justify-end ml-md;
74
- background-color: theme(colors.grey.light);
68
+ background-color: #fafafa;
75
69
  div {
76
70
  margin-right: 32px;
77
71
  span:nth-child(2) {
@@ -103,7 +97,7 @@
103
97
  @apply font-bold text-heading-l flex gap-3;
104
98
  padding-bottom: 6px;
105
99
  svg {
106
- fill: theme(colors.text.primary);
100
+ fill: #0b0c0c;
107
101
  }
108
102
  }
109
103
  .sub-filter-label {
@@ -139,7 +133,7 @@
139
133
  @apply text-heading-m block flex gap-3 items-center;
140
134
  padding-bottom: 6px;
141
135
  svg {
142
- fill: theme(colors.text.primary);
136
+ fill: #0b0c0c;
143
137
  }
144
138
  }
145
139
 
@@ -162,7 +156,7 @@
162
156
  @apply text-focus;
163
157
  display: none;
164
158
  &:hover {
165
- color: theme(colors.link.hover);
159
+ color: #003078;
166
160
  cursor: pointer;
167
161
  }
168
162
  }
@@ -215,14 +209,11 @@
215
209
  }
216
210
 
217
211
  .body {
218
- padding-left: 0px;
219
- margin-left: 0px;
220
212
  padding: 10px;
221
213
  @apply flex items-start flex-col;
222
214
  margin-left: 46px;
223
215
 
224
216
  .link {
225
- padding-left: 0px;
226
217
  @apply p-sm text-primary-main;
227
218
  }
228
219
  }
@@ -238,7 +229,7 @@
238
229
  @apply bg-white;
239
230
  svg {
240
231
  path {
241
- fill: theme(colors.primary.main);
232
+ fill: #f47738;
242
233
  }
243
234
  }
244
235
  }
@@ -269,7 +260,6 @@
269
260
  width: 270px;
270
261
 
271
262
  .filter {
272
- margin-top: 0px !important;
273
263
  @apply mt-md;
274
264
 
275
265
  .filter-card {
@@ -369,7 +359,7 @@
369
359
  @apply block;
370
360
  cursor: pointer;
371
361
  &:hover {
372
- color: theme(colors.link.hover);
362
+ color: #003078;
373
363
  cursor: pointer;
374
364
  }
375
365
  }
@@ -407,26 +397,26 @@
407
397
  }
408
398
 
409
399
  .cell-text {
410
- color: theme(colors.text.secondary);
400
+ color: #505a5f;
411
401
  }
412
402
 
413
403
  .sla-cell-error {
414
- color: theme(colors.error);
404
+ color: #d4351c;
415
405
  background-color: rgba(212, 53, 28, 0.12);
416
406
  padding: 0 24px;
417
407
  border-radius: 11px;
418
408
  }
419
409
 
420
410
  .sla-cell-success {
421
- color: theme(colors.success);
411
+ color: #00703c;
422
412
  background-color: rgba(0, 112, 60, 0.12);
423
- padding: 0 20px;
413
+ padding: 0 24px;
424
414
  border-radius: 11px;
425
415
  }
426
416
 
427
417
  .complain-no-cell-text {
428
418
  margin-top: "4px";
429
- color: "theme(colors.text.secondary)";
419
+ color: "#505A5F";
430
420
  }
431
421
 
432
422
  .search-error-label {
@@ -454,11 +444,8 @@
454
444
  }
455
445
  }
456
446
  .employeeTotalLink {
457
- color: #7a2829 !important;
458
- font-weight: 700;
459
- color: theme(colors.text.secondary);
447
+ color: #505a5f;
460
448
  font-size: 16px;
461
- text-decoration: none;
462
449
  }
463
450
 
464
451
  @screen dt {
@@ -473,7 +460,7 @@
473
460
  margin-right: 1rem;
474
461
  svg {
475
462
  path {
476
- fill: theme(colors.primary.main);
463
+ fill: #f47738;
477
464
  }
478
465
  }
479
466
  }
@@ -481,7 +468,7 @@
481
468
  font-size: 24px;
482
469
  line-height: 28px;
483
470
  font-weight: 400;
484
- color: theme(colors.primary.main);
471
+ color: #f47738;
485
472
  }
486
473
  }
487
474
  }
@@ -513,6 +500,10 @@
513
500
  }
514
501
  }
515
502
 
503
+ .inboxLinksFSM {
504
+ margin: 0 !important;
505
+ }
506
+
516
507
  .plumber-details-new-value-wrapper {
517
508
  flex: 2 1 auto;
518
509
  }
@@ -579,14 +570,14 @@
579
570
  tHead {
580
571
  tr {
581
572
  th {
582
- text-align: center;
573
+ text-align: left;
583
574
  }
584
575
  }
585
576
  }
586
577
  tBody {
587
578
  tr {
588
579
  td {
589
- text-align: center;
580
+ text-align: left;
590
581
  }
591
582
  }
592
583
  }
@@ -17,7 +17,7 @@
17
17
  }
18
18
  .home-action-cards {
19
19
  height: auto !important;
20
- min-height: 200px;
20
+ min-height: 263px;
21
21
  }
22
22
  .topbar {
23
23
  position: fixed;
@@ -53,7 +53,7 @@
53
53
  margin-top: 12px;
54
54
 
55
55
  .user-img-txt {
56
- background: theme(colors.primary.main);
56
+ background: #f47738;
57
57
  padding: 10px 15px;
58
58
  border-radius: 50%;
59
59
  color: white;
@@ -67,10 +67,6 @@
67
67
  }
68
68
 
69
69
  .loginContainer {
70
- background: linear-gradient(#06263e, #1d70b85c), url(https://selco-assets.s3.ap-south-1.amazonaws.com/bg.jpg);
71
- background-size: cover;
72
- background-position: center;
73
- background-repeat: no-repeat;
74
70
  padding-top: 88px;
75
71
  }
76
72
 
@@ -79,7 +75,7 @@
79
75
  }
80
76
 
81
77
  .react-time-picker__wrapper {
82
- border: 1px solid theme(colors.inputBorder);
78
+ border: 1px solid #464646;
83
79
  }
84
80
 
85
81
  .react-time-picker__clock {
@@ -106,7 +102,7 @@
106
102
  .citizen {
107
103
  .main {
108
104
  padding-top: 82px;
109
- min-height: calc(100vh - 90px);
105
+
110
106
  }
111
107
  }
112
108
 
@@ -115,11 +111,11 @@
115
111
  .sidebar {
116
112
  position: fixed;
117
113
  left: 0;
118
- background: #0B4B66;
114
+ background: #23316b;
119
115
  height: 100%;
120
- color: theme(colors.white);
121
- margin-top: 83px;
122
- z-index: 10000;
116
+ color: #ffffff;
117
+ margin-top: 80px;
118
+ z-index: 10;
123
119
  transition: 0.3s ease all;
124
120
  white-space: nowrap;
125
121
  height: calc(100vh - 36px);
@@ -132,39 +128,29 @@
132
128
  .tooltip {
133
129
  margin-left: 16px;
134
130
  }
135
- margin-bottom: 0px;
136
131
  }
137
132
 
138
133
  svg {
139
134
  width: 24px;
140
135
  height: 24px;
141
- fill: theme(colors.white);
136
+ fill: #ffffff;
142
137
  }
143
138
  a {
144
139
  display: flex;
145
140
  }
146
141
  .sidebar-link {
147
142
  display: flex;
148
- color: theme(colors.white);
143
+ color: #ffffff;
149
144
  justify-content: space-between;
150
145
  align-items: center;
151
146
  padding: 20px;
152
147
  font-size: 14px;
153
-
154
- &.level-0 {
155
- margin:0 0.3rem 0 0.3rem;
156
- &.select-level{
157
- border-top: 1px solid;
158
- border-bottom: 1px solid;
159
- }
160
- }
161
-
162
148
  &.active {
163
- color: theme(colors.primary.main) !important;
149
+ color: #f47738 !important;
164
150
 
165
- border-right: none;
151
+ border-right: 4px solid #f47738;
166
152
  svg {
167
- fill: theme(colors.primary.main) !important;
153
+ fill: #f47738 !important;
168
154
  }
169
155
  }
170
156
  .employee-search-input {
@@ -184,28 +170,27 @@
184
170
  }
185
171
 
186
172
  svg {
187
- fill: theme(colors.white) !important;
173
+ fill: #ffffff !important;
188
174
  width: 21px;
189
175
  height: 21px;
190
176
  }
191
177
 
192
178
  &:hover {
193
-
194
- background-color: #0B4B66;
179
+ color: #f47738 !important;
180
+ background-color: #486480;
195
181
 
196
182
  cursor: pointer;
197
-
183
+ svg {
184
+ fill: #f47738 !important;
185
+ }
198
186
  }
199
187
  .search-icon-wrapper {
200
- border: 2px solid theme(colors.white);
201
- border-radius: 4px;
202
- padding: 5px;
203
188
  svg {
204
- fill: theme(colors.white) !important;
189
+ fill: #ffffff !important;
205
190
  width: 21px;
206
191
  height: 21px;
207
192
  path {
208
- fill: theme(colors.white) !important;
193
+ fill: #ffffff !important;
209
194
  }
210
195
  }
211
196
  }
@@ -216,7 +201,7 @@
216
201
  margin-left: 40px;
217
202
  align-items: center;
218
203
  text-decoration: none;
219
- color: theme(colors.white);
204
+ color: #ffffff;
220
205
  font-size: 14px;
221
206
  .actions {
222
207
  .tooltiptext {
@@ -227,37 +212,22 @@
227
212
  svg {
228
213
  width: 20px;
229
214
  height: 20px;
230
- fill: theme(colors.white);
215
+ fill: #ffffff;
231
216
  }
232
217
  &:hover {
233
- background-color: #6A8E9D;
234
- opacity: 0.8;
218
+ color: #fe7a51 !important;
219
+ background-color: #486480;
235
220
  cursor: pointer;
236
221
  svg {
237
222
  fill: #fe7a51 !important;
238
223
  }
239
224
  }
240
-
241
-
242
225
  &.active {
243
- border-left: 4px solid theme(colors.primary.main);
244
- &.level-0 {
245
-
246
- }
247
- &.level-1 {
248
- border-left: 5px solid theme(colors.primary.main);
249
- }
250
- &.level-2 {
251
- border-left: 4px solid theme(colors.primary.main);
252
- }
253
-
254
- &.level-3{
226
+ color: #f47738 !important;
255
227
 
256
- }
257
- color: theme(colors.primary.main) !important;
258
- border-right: none;
228
+ border-right: 4px solid #f47738;
259
229
  svg {
260
- fill: theme(colors.primary.main) !important;
230
+ fill: #f47738 !important;
261
231
  }
262
232
  }
263
233
  }
@@ -275,7 +245,7 @@
275
245
  padding-top: 10px;
276
246
 
277
247
  .containerStyles {
278
- border: 1px solid theme(colors.text.secondary);
248
+ border: 1px solid #505a5f;
279
249
  padding: 16px;
280
250
  margin-bottom: 20px;
281
251
  }
@@ -290,7 +260,7 @@
290
260
  }
291
261
 
292
262
  .tableContainerStyles {
293
- border: 1px solid theme(colors.text.secondary);
263
+ border: 1px solid #505a5f;
294
264
  padding: 16px;
295
265
  margin-bottom: 20px;
296
266
  }
@@ -395,7 +365,7 @@
395
365
  .select-wrap {
396
366
  margin-bottom: unset;
397
367
  svg {
398
- fill: theme(colors.white);
368
+ fill: #ffffff;
399
369
  }
400
370
  }
401
371
  }
@@ -403,7 +373,7 @@
403
373
  @media (min-width: 640px) {
404
374
  .employee {
405
375
  .ground-container {
406
- @apply block;
376
+ @apply block ml-md;
407
377
  }
408
378
  .breadcrumb {
409
379
  @apply mb-lg;
@@ -424,8 +394,8 @@
424
394
  display: flex;
425
395
  flex-direction: column;
426
396
  padding-top: 80px;
427
- margin-left: 72px;
428
- width: calc(100%-83px);
397
+ margin-left: 200px;
398
+ width: calc(100%-200px);
429
399
  }
430
400
  .citizen-home-container {
431
401
  display: flex;
@@ -440,7 +410,7 @@
440
410
  .main {
441
411
  width: 100%;
442
412
  padding-top: 58px;
443
- height: 100%;
413
+
444
414
  display: flex;
445
415
  justify-content: center;
446
416
  }
@@ -495,10 +465,10 @@
495
465
 
496
466
  .top-back-btn {
497
467
  margin-bottom: 0px;
498
- color: theme(colors.white);
468
+ color: #ffffff;
499
469
  margin-right: 1em;
500
470
  & svg {
501
- fill: theme(colors.white);
471
+ fill: #ffffff;
502
472
  }
503
473
  }
504
474
  .hambuger-back-wrapper {
@@ -525,52 +495,3 @@
525
495
  margin-right: 16px;
526
496
  }
527
497
  }
528
-
529
- .link {
530
- a{
531
- color: inherit;
532
- text-decoration: inherit
533
- }
534
- }
535
-
536
- .breadcrumb {
537
- a{
538
- color: inherit;
539
- text-decoration: inherit
540
- }
541
- }
542
-
543
- .sidebar-link.active{
544
- .custom-link{
545
- text-decoration: none;
546
- div{
547
- span{
548
- color: theme(colors.primary.main) !important;
549
- text-decoration: none;
550
- }
551
- }
552
- }
553
- }
554
- .bread-crumb {
555
- a{
556
- color: inherit;
557
- text-decoration: inherit
558
- }
559
- }
560
-
561
- .sidebar-link{
562
- .custom-link{
563
- text-decoration: none;
564
- div{
565
- span{
566
- color: theme(colors.white);
567
- text-decoration: none;
568
- }
569
- }
570
- }
571
- }
572
-
573
- /* TODO fix required NABEEL/ANIL for home screen card */
574
- .customEmployeeCard {
575
- @apply m-sm !important;
576
- }
@@ -66,7 +66,7 @@
66
66
  font-weight: normal;
67
67
  font-size: 16px;
68
68
  line-height: 19px;
69
- color: theme(colors.text.primary);
69
+ color: #0B0C0C;
70
70
  margin-top: 20px;
71
71
  }
72
72
  .banner .bannerHeader {
@@ -76,7 +76,7 @@
76
76
  font-weight: normal;
77
77
  font-size: 16px;
78
78
  line-height: 19px;
79
- color: theme(colors.text.primary);
79
+ color: #0B0C0C;
80
80
  }
81
81
  .profile-label-margin{
82
82
  margin-top: 10px;
@@ -86,13 +86,13 @@
86
86
  font-weight: normal;
87
87
  font-size: 16px;
88
88
  line-height: 24px;
89
- color: theme(colors.text.secondary);
89
+ color: #505a5f;
90
90
  margin-top: 15px;
91
91
  }
92
92
  .employeeChangePassword .employeeCard .card-text {
93
93
  margin-bottom: 15px;
94
94
  font-size: 16px;
95
- color: theme(colors.text.secondary);
95
+ color: #505a5f;
96
96
  }
97
97
  @media screen and (max-width: 768px) {
98
98
  .employeeChangePassword .employeeCard .card-text {
@@ -110,7 +110,6 @@
110
110
  margin-bottom: 10px;
111
111
  }
112
112
  .employee .loginContainer {
113
-
114
113
  padding-top: 0px !important;
115
114
  }
116
115
  .banner {
@@ -149,9 +148,6 @@
149
148
  .employeeBackbuttonAlign{
150
149
  display: none;
151
150
  }
152
- .resend-otp{
153
- cursor: pointer;
154
- }
155
151
 
156
152
  .employee-select-wrap.login-city-dd {
157
153
  .options-card{
@@ -187,36 +183,3 @@
187
183
  }
188
184
  }
189
185
 
190
-
191
- .loginFormStyleEmployee {
192
-
193
- .loginCardSubHeaderClassName {
194
- text-align: center !important;
195
- }
196
- .loginCardClassName {
197
- margin: auto !important;
198
- min-width: 408px !important;
199
- header.employee-card-sub-header{
200
- text-align: center;
201
- margin-top: 10px;
202
- }
203
- }
204
- .buttonClassName {
205
- max-width: 100% !important;
206
- width: 100% !important
207
- }
208
- .field .field-container .text-input input {
209
- margin-bottom: 5px !important;
210
- }
211
- .bannerHeader {
212
- margin-bottom: 0px !important;
213
- }
214
-
215
- .primary-label-btn {
216
- margin: 20px auto 0 auto !important;
217
- }
218
-
219
- .employee-select-wrap .options-card {
220
- max-height: 150px !important;
221
- }
222
- }
@@ -32,3 +32,16 @@
32
32
  }
33
33
  }
34
34
  }
35
+
36
+ .popup-module-main {
37
+ iframe #page-container div {
38
+ width: 99% !important;
39
+ margin: 5px !important;
40
+ }
41
+
42
+ iframe #page-container {
43
+ ::-webkit-scrollbar {
44
+ width: 0px !important;
45
+ }
46
+ }
47
+ }
@@ -66,7 +66,7 @@ top: 0px;
66
66
 
67
67
  /* Light Theme / Paper */
68
68
 
69
- background: theme(colors.white);
69
+ background: #FFFFFF;
70
70
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
71
71
 
72
72
  /* Inside auto layout */
@@ -79,7 +79,7 @@ color: #B1B4B6;
79
79
  .table-switch-card-inactive:hover{
80
80
  background: #fffffc;
81
81
  font-size: 17px;
82
- color: theme(colors.text.secondary);
82
+ color: #505A5F;
83
83
  }
84
84
 
85
85
  .table-switch-card-active{/* Frame 57 */
@@ -99,10 +99,10 @@ color: #B1B4B6;
99
99
 
100
100
  /* Light Theme / Paper */
101
101
 
102
- background: theme(colors.white);
102
+ background: #FFFFFF;
103
103
  /* Light Theme / Primary */
104
104
 
105
- border: 1px solid theme(colors.primary.main);
105
+ border: 1px solid #F47738;
106
106
  box-sizing: border-box;
107
107
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
108
108
 
@@ -111,9 +111,4 @@ color: #B1B4B6;
111
111
  flex: none;
112
112
  flex-grow: 0;
113
113
  margin: 0px 0px;
114
- }
115
-
116
- .icon-wrapper {
117
- margin-left:1rem;
118
- cursor:pointer
119
114
  }
@@ -89,7 +89,7 @@
89
89
  .question-title {
90
90
  font-size: 18px;
91
91
  line-height: 21px;
92
- color: theme(colors.text.primary);
92
+ color: #0b0c0c;
93
93
  font-weight: 700;
94
94
  }
95
95
 
@@ -98,8 +98,8 @@
98
98
  flex-direction: column;
99
99
  align-items: flex-start;
100
100
  padding: 8px 4px;
101
- background-color: theme(colors.grey.light);
102
- border: 1px solid theme(colors.border);
101
+ background-color: #FAFAFA;
102
+ border: 1px solid #D6D5D4;
103
103
  box-sizing: border-box;
104
104
  border-radius: 4px;
105
105
  margin-top: 20px;
@@ -116,8 +116,8 @@
116
116
  position: static;
117
117
  left: 0px;
118
118
  top: 41px;
119
- background: theme(colors.grey.light);
120
- border: 1px solid theme(colors.border);
119
+ background: #FAFAFA;
120
+ border: 1px solid #D6D5D4;
121
121
  box-sizing: border-box;
122
122
  border-radius: 4px;
123
123
  margin-top: 20px;
@@ -148,8 +148,8 @@ flex-direction: column;
148
148
  justify-content: center;
149
149
  align-items: center;
150
150
  padding: 16px 8px;
151
- background: theme(colors.grey.light);
152
- border: 1px solid theme(colors.border);
151
+ background: #FAFAFA;
152
+ border: 1px solid #D6D5D4;
153
153
  box-sizing: border-box;
154
154
  border-radius: 4px;
155
155
  @apply gap-y-6;
@@ -203,7 +203,7 @@ border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
203
203
  height: 1.75rem;
204
204
  width: 1.75rem;
205
205
  --border-opacity: 1;
206
- border: 1px solid theme(colors.inputBorder);
206
+ border: 1px solid #464646;
207
207
  border-color: rgba(70, 70, 70, var(--border-opacity));
208
208
  border-radius: 9999px;
209
209
  display: block;
@@ -212,10 +212,10 @@ border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
212
212
  .radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
213
213
  display: block;
214
214
  --bg-opacity: 1;
215
- background-color: theme(colors.primary.main);
215
+ background-color: #f47738;
216
216
  background-color: rgba(244, 119, 56, var(--bg-opacity));
217
- height: 1rem !important;
218
- width: 1rem !important;
217
+ height: 1.25rem;
218
+ width: 1.25rem;
219
219
  border-radius: 9999px;
220
220
  position: absolute;
221
221
  top: 4px;
package/svg/check.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#7a2829" >
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#a82227" >
2
2
  <path d="M0 0h24v24H0z" fill="none"/>
3
3
  <path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/>
4
4
  </svg>