Fixed email input padding issue
This commit is contained in:
parent
906c85d379
commit
8d7f38f444
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -267,6 +267,7 @@ a:hover {
|
||||
height: 100%;
|
||||
font-size: inherit;
|
||||
letter-spacing: inherit;
|
||||
line-height: 1.1;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
outline: none;
|
||||
@ -298,6 +299,10 @@ button.gh-form-input {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
:is(.has-serif-title,.has-slab-title) button.gh-form-input {
|
||||
padding-inline-start: 50px;
|
||||
}
|
||||
|
||||
.gh-form .gh-button {
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
@ -314,6 +319,10 @@ button.gh-form-input {
|
||||
color: var(--color-secondary-text);
|
||||
}
|
||||
|
||||
:is(.has-serif-title,.has-slab-title) .gh-form > svg {
|
||||
left: 16px;
|
||||
}
|
||||
|
||||
.gh-form .gh-button svg {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user