diff --git a/src/pages/login/TheLogin.vue b/src/pages/login/TheLogin.vue index fc7208c..4c0afd0 100644 --- a/src/pages/login/TheLogin.vue +++ b/src/pages/login/TheLogin.vue @@ -9,13 +9,13 @@ .text-under.flex.not-italic.font-medium.text-base( :style="{color: this.colorUnderText}") Очень рады вас видеть. Войдите в аккаунт, чтобы начать пользоваться сервисом «Астра». .flex.flex-col.gap-y-5 - .flex.flex-col.gap-y-6 + .flex.flex-col.gap-y-6px .flex Логин base-input(placeholder="Введите ваш логин") - .flex.flex-col.gap-y-6 + .flex.flex-col.gap-y-6px .flex Пароль base-input(type="password" placeholder="Введите ваш пароль") - .flex.items-center.gap-x-11 + .flex.items-center.gap-x-11px input.w-4.h-4.checkbox.cursor-pointer(type="checkbox" @change="(e) => check(e)") .flex Запомнить меня base-button.font-semibold(:size="48") Войти в аккаунт diff --git a/tailwind.config.js b/tailwind.config.js index 7ad63ba..236fe3e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -23,8 +23,8 @@ module.exports = { "5xl": ["28px", { lineHeight: "38px" }], }, gap: { - 6: "6px", - 11: "11px", + "6px": "6px", + "11px": "11px", 43: "43px", }, spacing: {