Browse Source
Merge pull request #810 from mrfelton/style/fix-onboarding-next-button-movement
style(onboarding): ensure constant button position
renovate/lint-staged-8.x
JimmyMow
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/components/Onboarding/FormContainer/FormContainer.scss
|
@ -76,7 +76,7 @@ |
|
|
.backButton { |
|
|
.backButton { |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
transition: all 0.25s; |
|
|
transition: all 0.25s; |
|
|
padding: 10px 20px 10px 0; |
|
|
padding: 8px 20px 8px 0; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
|
|
|
|
|
|
&:hover { |
|
|
&:hover { |
|
|