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:
parent
d732313940
commit
027572a966
2 changed files with 5 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
height: 100%;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
+ input {
|
||||
padding-left: _.unit(1);
|
||||
}
|
||||
}
|
||||
|
||||
:global(body.mobile) {
|
||||
|
|
Loading…
Reference in a new issue