refactor(ui): better spacing and font-weight

This commit is contained in:
liyasthomas
2021-11-06 21:15:28 +05:30
parent 0f07c47e9f
commit 40c88b3e35
44 changed files with 53 additions and 51 deletions

View File

@@ -16,7 +16,6 @@
<input
id="mqtt-url"
v-model="url"
v-focus
type="url"
autocomplete="off"
spellcheck="false"

View File

@@ -60,7 +60,6 @@
<input
id="socketio-url"
v-model="url"
v-focus
type="url"
autocomplete="off"
spellcheck="false"

View File

@@ -7,7 +7,6 @@
<input
id="server"
v-model="server"
v-focus
type="url"
autocomplete="off"
:class="{ error: !serverValid }"

View File

@@ -16,7 +16,6 @@
<input
id="websocket-url"
v-model="url"
v-focus
class="
bg-primaryLight
border border-divider
@@ -158,7 +157,7 @@
"
:alt="$t('empty.protocols')"
/>
<span class="text-center">
<span class="text-center mb-4">
{{ $t("empty.protocols") }}
</span>
</div>