fix: minor input stylings

This commit is contained in:
liyasthomas
2021-07-24 11:23:10 +05:30
parent 2e94969a41
commit 84b94f3091
29 changed files with 63 additions and 36 deletions

View File

@@ -99,7 +99,7 @@
font-semibold font-mono
flex-1
text-xs
py-3
py-2
px-4
focus:outline-none
"

View File

@@ -357,7 +357,7 @@
</span>
</li>
</ul>
<label for="token-req-name">{{ $t("token_req_name") }}</label>
<label for="token-req-name">{{ $t("request_name") }}</label>
<input class="input" v-model="tokenReqName" />
<label for="token-req-details">
{{ $t("token_req_details") }}

View File

@@ -284,12 +284,14 @@
bg-primaryLight
border border-divider
rounded-l
text-xs
ml-2
py-1
px-2
"
>{{ $t("url") }}</label
>
{{ `${$t("proxy")} ${$t("url")}` }}
</label>
<input
id="url"
v-model="PROXY_URL"