[WIP] Gap fix
This commit is contained in:
@@ -9,13 +9,13 @@
|
|||||||
.text-under.flex.not-italic.font-medium.text-base(
|
.text-under.flex.not-italic.font-medium.text-base(
|
||||||
:style="{color: this.colorUnderText}") Очень рады вас видеть. Войдите в аккаунт, чтобы начать пользоваться сервисом «Астра».
|
:style="{color: this.colorUnderText}") Очень рады вас видеть. Войдите в аккаунт, чтобы начать пользоваться сервисом «Астра».
|
||||||
.flex.flex-col.gap-y-5
|
.flex.flex-col.gap-y-5
|
||||||
.flex.flex-col.gap-y-6
|
.flex.flex-col.gap-y-6px
|
||||||
.flex Логин
|
.flex Логин
|
||||||
base-input(placeholder="Введите ваш логин")
|
base-input(placeholder="Введите ваш логин")
|
||||||
.flex.flex-col.gap-y-6
|
.flex.flex-col.gap-y-6px
|
||||||
.flex Пароль
|
.flex Пароль
|
||||||
base-input(type="password" placeholder="Введите ваш пароль")
|
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)")
|
input.w-4.h-4.checkbox.cursor-pointer(type="checkbox" @change="(e) => check(e)")
|
||||||
.flex Запомнить меня
|
.flex Запомнить меня
|
||||||
base-button.font-semibold(:size="48") Войти в аккаунт
|
base-button.font-semibold(:size="48") Войти в аккаунт
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ module.exports = {
|
|||||||
"5xl": ["28px", { lineHeight: "38px" }],
|
"5xl": ["28px", { lineHeight: "38px" }],
|
||||||
},
|
},
|
||||||
gap: {
|
gap: {
|
||||||
6: "6px",
|
"6px": "6px",
|
||||||
11: "11px",
|
"11px": "11px",
|
||||||
43: "43px",
|
43: "43px",
|
||||||
},
|
},
|
||||||
spacing: {
|
spacing: {
|
||||||
|
|||||||
Reference in New Issue
Block a user