|
@@ -27,7 +27,7 @@
|
|
|
</div>
|
|
|
<div class="info">
|
|
|
<template v-if="isChrome">
|
|
|
- <div class="title">Install DeNet Plugin to Buy NFT</div>
|
|
|
+ <div class="title">Install DeNet Plugin<br/>to Buy NFT</div>
|
|
|
<img class="buy" @click="installExtension" src="../static/img/icon-install-plugin.svg" />
|
|
|
</template>
|
|
|
<template v-else>
|
|
@@ -269,6 +269,7 @@ body,
|
|
|
margin-bottom: 6px;
|
|
|
}
|
|
|
.title {
|
|
|
+ color: #3A4B56;
|
|
|
font-size: 2.2vw;
|
|
|
font-family: 'SF Pro Display';
|
|
|
font-weight: bold;
|
|
@@ -277,6 +278,8 @@ body,
|
|
|
}
|
|
|
.buy {
|
|
|
width: 75%;
|
|
|
+ max-width: 263px;
|
|
|
+ max-height: 64px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
}
|