181
181
</div >
182
182
183
183
<div >
184
- <div class =" serviceCard" >
184
+ <v-card class =" serviceCard" >
185
185
<div class =" card-body f-sm" >
186
186
<div class =" row" >
187
187
<div class =" col-md-4 " >
@@ -208,12 +208,12 @@ h3 {
208
208
</div >
209
209
</div >
210
210
</div >
211
- </div >
211
+ </v-card >
212
212
</div >
213
213
214
214
<div >
215
215
<!-- Timelines -->
216
- <div class =" serviceCard dataCard float-md-end" >
216
+ <v-card class =" serviceCard dataCard float-md-end" >
217
217
<v-list-item three-line >
218
218
<v-list-item-content >
219
219
<v-list-item-title class =" text-h5 mb-1" >
@@ -255,10 +255,10 @@ h3 {
255
255
</div >
256
256
</v-list-item-content >
257
257
</v-list-item >
258
- </div >
258
+ </v-card >
259
259
260
260
<!-- Personal Information -->
261
- <div class =" serviceCard dataCard float-" style =" max-height : 439px ; overflow-y : scroll ; max-width : 400px ;"
261
+ <v-card class =" serviceCard dataCard float-" style =" max-height : 439px ; overflow-y : scroll ; max-width : 400px ;"
262
262
v-if =" userPersonalDataFromUserConsent && Object.keys(userPersonalDataFromUserConsent).length > 0" >
263
263
<v-list-item three-line >
264
264
<v-list-item-content >
283
283
</div >
284
284
</v-list-item-content >
285
285
</v-list-item >
286
- </div >
286
+ </v-card >
287
287
288
- <div class =" serviceCard dataCard float-" style =" max-height : 439px ; overflow-y : scroll ; max-width : 400px ;"
288
+ <v-card class =" serviceCard dataCard float-" style =" max-height : 439px ; overflow-y : scroll ; max-width : 400px ;"
289
289
v-if =" userPersonalDataGovIdFromUserConsent && Object.keys(userPersonalDataGovIdFromUserConsent).length > 0" >
290
290
<v-list-item three-line >
291
291
<v-list-item-content >
@@ -310,10 +310,10 @@ h3 {
310
310
</div >
311
311
</v-list-item-content >
312
312
</v-list-item >
313
- </div >
313
+ </v-card >
314
314
315
315
<!-- Device Information -->
316
- <div class =" serviceCard dataCard float-" v-if =" deviceDetails && Object.keys(deviceDetails).length > 0" >
316
+ <v-card class =" serviceCard dataCard float-" v-if =" deviceDetails && Object.keys(deviceDetails).length > 0" >
317
317
<v-list-item three-line >
318
318
<v-list-item-content >
319
319
<v-list-item-title class =" text-h5 mb-1" >
@@ -356,10 +356,10 @@ h3 {
356
356
</div >
357
357
</v-list-item-content >
358
358
</v-list-item >
359
- </div >
359
+ </v-card >
360
360
361
361
<!-- Face Verification -->
362
- <div class =" serviceCard dataCard float-" :style =" { 'border': getStatusColor }"
362
+ <v-card class =" serviceCard dataCard float-" :style =" { 'border': getStatusColor }"
363
363
v-if =" session.selfiDetails && Object.keys(session.selfiDetails).length > 0 && session.ocriddocsDetails.tokenFaceImage" >
364
364
<v-list-item three-line >
365
365
<v-list-item-content >
@@ -401,10 +401,10 @@ h3 {
401
401
</div >
402
402
</v-list-item-content >
403
403
</v-list-item >
404
- </div >
404
+ </v-card >
405
405
406
406
<!-- Liveliness Check -->
407
- < div class =" serviceCard dataCard float-" :style =" { 'border': passiveLivelinessData.borderColor }"
407
+ < v-card class =" serviceCard dataCard float-" :style =" { 'border': passiveLivelinessData.borderColor }"
408
408
v-if =" session.selfiDetails && session.selfiDetails.createdAt && Object.keys(session.selfiDetails).length > 0" >
409
409
<v-list-item three-line >
410
410
<v-list-item-content >
@@ -432,10 +432,10 @@ h3 {
432
432
</div >
433
433
</v-list-item-content >
434
434
</v-list-item >
435
- </div >
435
+ </v-card >
436
436
437
437
<!-- Location Information -->
438
- <div class =" serviceCard dataCard float-" v-if =" locationDetails && Object.keys(locationDetails).length > 0" >
438
+ <v-card class =" serviceCard dataCard float-" v-if =" locationDetails && Object.keys(locationDetails).length > 0" >
439
439
<v-list-item three-line >
440
440
<v-list-item-content >
441
441
<v-list-item-title class =" text-h5 mb-1" >
@@ -465,10 +465,10 @@ h3 {
465
465
</div >
466
466
</v-list-item-content >
467
467
</v-list-item >
468
- </div >
468
+ </v-card >
469
469
470
470
<!-- Images / Documentation -->
471
- <div class =" serviceCard dataCard float-" v-if =" selfiDataFound || idDocDataFound" >
471
+ <v-card class =" serviceCard dataCard float-" v-if =" selfiDataFound || idDocDataFound" >
472
472
<v-list-item three-line >
473
473
<v-list-item-content >
474
474
<v-list-item-title class =" text-h5 mb-1" >
@@ -527,10 +527,10 @@ h3 {
527
527
</div> -->
528
528
</v-list-item-content >
529
529
</v-list-item >
530
- </div >
530
+ </v-card >
531
531
532
532
<!-- SBT Minting --> <div v-for =" eachSbtMintData in allSbtMintData" v-bind:key =" eachSbtMintData" >
533
- <div class =" serviceCard dataCard float-"
533
+ <v-card class =" serviceCard dataCard float-"
534
534
v-if =" eachSbtMintData" >
535
535
<v-list-item three-line >
536
536
<v-list-item-content >
597
597
</div >
598
598
</v-list-item-content >
599
599
</v-list-item >
600
- </div >
600
+ </v-card >
601
601
</div >
602
602
603
603
</div >
0 commit comments