quickly fix changelly button style (#423)

Fix the button for now so it doesn't appear broken.
This commit is contained in:
Andrew Camilleri 2018-11-30 10:13:48 +01:00 committed by rockstardev
parent 7b47b96252
commit 5a77fc74ba

View file

@ -296,8 +296,8 @@
</option> </option>
</select> </select>
</div> </div>
<a v-on:click="openDialog($event)" :href="url" class="changelly-component-button"> <a v-on:click="openDialog($event)" :href="url" class="btn btn-primary retry-button changelly-component-button" v-show="url">
<img src="https://changelly.com/pay_button.png" alt="Changelly" v-show="url"/> Pay with Changelly
</a> </a>
<button class="retry-button" v-if="calculateError" v-on:click="retry('calculateAmount')"> <button class="retry-button" v-if="calculateError" v-on:click="retry('calculateAmount')">
{{$t("ConversionTab_CalculateAmount_Error")}} {{$t("ConversionTab_CalculateAmount_Error")}}