|
|
@@ -32,8 +32,8 @@ w-card.profile-card-list--card.xs12
|
|
32
|
32
|
v-if='!isPaired || isList'
|
|
33
|
33
|
)
|
|
34
|
34
|
|
|
35
|
|
- footer
|
|
36
|
|
- .pa12(v-if='!isPaired && !isList')
|
|
|
35
|
+ footer(v-if='!isList && !isPaired')
|
|
|
36
|
+ .px3
|
|
37
|
37
|
p {{ card.summary.about.tab }}
|
|
38
|
38
|
PairingButton(@pair='onPair' @pass='onPass' v-if='!isPaired')
|
|
39
|
39
|
w-button.text-upper.xs12.pa6(v-else-if='currentTab != 0')
|
|
|
@@ -126,4 +126,11 @@ const onPass = async () => {
|
|
126
|
126
|
header > .w-button
|
|
127
|
127
|
background-color: #116006
|
|
128
|
128
|
color: #fff
|
|
|
129
|
+ footer
|
|
|
130
|
+ margin-bottom: 22px
|
|
|
131
|
+ p
|
|
|
132
|
+ font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif
|
|
|
133
|
+ margin: 11px auto
|
|
|
134
|
+ padding: 0 7px
|
|
|
135
|
+ line-height: 1.619em
|
|
129
|
136
|
</style>
|