fix(integrations): correct cta positioning on safari
This commit is contained in:
parent
1ba28be47c
commit
9abdcb93ed
1 changed files with 2 additions and 3 deletions
|
|
@ -34,7 +34,6 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 5vh;
|
bottom: 5vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 350px;
|
|
||||||
}
|
}
|
||||||
&-oauthform {
|
&-oauthform {
|
||||||
.item {
|
.item {
|
||||||
|
|
@ -42,8 +41,8 @@
|
||||||
}
|
}
|
||||||
.item-floating-label {
|
.item-floating-label {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin-left: 1em;
|
margin-left: 2em;
|
||||||
margin-right: 1em;
|
margin-right: 2em;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
border-bottom: 2px solid $light-gray;
|
border-bottom: 2px solid $light-gray;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue