File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<v-card :ripple =" false" rounded =" lg" flat variant =" outlined"
3
- @click =" selectOption" height =" 450px " :disabled =" flyoverNotAvailable"
3
+ @click =" selectOption" height =" 400px " :disabled =" flyoverNotAvailable"
4
4
:class =" { 'selected': selectedOption, 'not-available': flyoverNotAvailable }"
5
- class =" d-flex flex-column ga-4 pa-8" >
5
+ class =" pa-8" >
6
6
<div v-if =" flyoverNotAvailable"
7
7
class =" not-available-text d-flex align-center justify-center pa-8 text-center" >
8
8
<slot />
9
9
</div >
10
- <v-row no-gutters class =" my -2" >
10
+ <v-row no-gutters class =" mb-5 py -2" >
11
11
<div class =' text-h3' >
12
12
<span :class =' `pa-1 bg-${header.subtitleBgColor}`' >
13
13
{{ header.title }}
14
14
</span >
15
15
</div >
16
16
</v-row >
17
- <v-row no-gutters >
17
+ <v-row no-gutters class = " mb-5 " >
18
18
<v-col cols =" auto" >
19
19
<span class =" text-right" > {{ header.label }}</span >
20
20
</v-col >
37
37
</v-tooltip >
38
38
</v-col >
39
39
</v-row >
40
- <v-divider thickness =" 1" :style =' `color: ${header.color}; opacity: 1;`' />
41
- <v-row >
40
+ <v-divider class = " mb-5 " thickness =" 1" :style =' `color: ${header.color}; opacity: 1;`' />
41
+ <v-row no-gutters class = " mb-5 " >
42
42
<v-col >
43
43
<div class =" d-flex flex-column" >
44
- <span >
44
+ <span :class = ' `text-${header.subtitleBgColor}` ' >
45
45
{{ isFlyover ? 'Value to receive' : 'Estimated value to receive' }}
46
46
</span >
47
47
<span class =" text-bw-400" >
69
69
</div >
70
70
</v-col >
71
71
</v-row >
72
- <div class =" ga-2 pt-4 " >
72
+ <div class =" ga-2" >
73
73
<div class =" mb-4" >Destination Bitcoin Address</div >
74
74
<div v-if =" isFlyover" >
75
75
<v-text-field
You can’t perform that action at this time.
0 commit comments