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%;
|
height: 100%;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
letter-spacing: inherit;
|
letter-spacing: inherit;
|
||||||
|
line-height: 1.1;
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -298,6 +299,10 @@ button.gh-form-input {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:is(.has-serif-title,.has-slab-title) button.gh-form-input {
|
||||||
|
padding-inline-start: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-form .gh-button {
|
.gh-form .gh-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 6px;
|
right: 6px;
|
||||||
@ -314,6 +319,10 @@ button.gh-form-input {
|
|||||||
color: var(--color-secondary-text);
|
color: var(--color-secondary-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:is(.has-serif-title,.has-slab-title) .gh-form > svg {
|
||||||
|
left: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-form .gh-button svg {
|
.gh-form .gh-button svg {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user