Skip to content

Commit

Permalink
tobias will fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelrue committed Feb 24, 2021
1 parent 47ab2bb commit 5f63d50
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions wizard/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,20 +105,19 @@
<v-btn @click="finish" color="#57BE8E" dark elevation="0">GET STARTED</v-btn>
<v-checkbox
v-model="acceptedTT"
style="width: 70vw; font-size: 11px"
>
style="width: 70vw; font-size: 11px; color:red;" color="red" background-color="green">
<template v-slot:label>
<div :class="{'red--text':getStartedClicked}">
I agree to Threefold’s
<button
</div>
</template>
</v-checkbox>
<button
style="text-decoration: underline"
@click="showDisclaimer = true"
>
Terms and conditions
</button>
</div>
</template>
</v-checkbox>
<div class="spacer"></div>
</div>
</v-carousel-item>
Expand Down

0 comments on commit 5f63d50

Please sign in to comment.