0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

style(ui): fix phone input field padding issue (#2995)

This commit is contained in:
simeng-li 2023-01-19 15:37:40 +08:00 committed by GitHub
parent d732313940
commit 027572a966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -21,6 +21,7 @@
color: var(--color-type-secondary);
width: 24px;
height: 24px;
cursor: pointer;
}
input {
@ -32,6 +33,10 @@
color: var(--color-type-primary);
align-self: stretch;
&:not(:first-child) {
padding-left: _.unit(1);
}
&::placeholder {
color: var(--color-type-secondary);
}

View file

@ -20,10 +20,6 @@
height: 100%;
font-size: 0;
}
+ input {
padding-left: _.unit(1);
}
}
:global(body.mobile) {