Merge pull request #88 from dderbentsov/UC-29

[WIP] Gap fix
This commit is contained in:
frontgavrilin
2022-11-01 13:20:27 +03:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -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") Войти в аккаунт

View File

@@ -23,8 +23,8 @@ module.exports = {
"5xl": ["28px", { lineHeight: "38px" }],
},
gap: {
6: "6px",
11: "11px",
"6px": "6px",
"11px": "11px",
43: "43px",
},
spacing: {