Skip to content

Commit

Permalink
Merge pull request #1351 from hypersign-protocol/issues#1343
Browse files Browse the repository at this point in the history
small fix in button css
  • Loading branch information
Vishwas1 authored Jun 23, 2022
2 parents cb44d15 + e4621ee commit 4e4b7e9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/BinanceErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/BinanceErc721.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/EthereumErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/EthereumErc721.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" col-12>
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MaticErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MaticErc721.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MoonErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MoonErc721.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MoonbeamErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MoonbeamErc721.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MoonriverErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down

0 comments on commit 4e4b7e9

Please sign in to comment.