|
@@ -47,7 +47,7 @@
|
|
<div class="input"><input type="text" maxlength="30" v-model="projectName" placeholder="Your NFT Project Name" /></div>
|
|
<div class="input"><input type="text" maxlength="30" v-model="projectName" placeholder="Your NFT Project Name" /></div>
|
|
|
|
|
|
<div class="name">Project Description</div>
|
|
<div class="name">Project Description</div>
|
|
- <div class="textarea"><textarea placeholder="Your NFT Project Description" maxlength="100" v-model="projectDesc"></textarea></div>
|
|
|
|
|
|
+ <div class="textarea"><textarea placeholder="Your NFT Project Description" maxlength="250" v-model="projectDesc"></textarea></div>
|
|
|
|
|
|
<div class="name">Collection Size</div>
|
|
<div class="name">Collection Size</div>
|
|
<div class="input"><input type="text" v-model="projectSize" placeholder="0" /></div>
|
|
<div class="input"><input type="text" v-model="projectSize" placeholder="0" /></div>
|
|
@@ -576,6 +576,7 @@ onMounted(() => {
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
letter-spacing: 0.3px;
|
|
letter-spacing: 0.3px;
|
|
width: calc(100% - 24px);
|
|
width: calc(100% - 24px);
|
|
|
|
+ font-family: "Segoe UI", Helvetica, Arial, sans-serif;
|
|
&::placeholder {
|
|
&::placeholder {
|
|
color: rgba(0, 0, 0, .3);
|
|
color: rgba(0, 0, 0, .3);
|
|
}
|
|
}
|