CASH-1062: style fixes for return user
This commit is contained in:
parent
dce3a468ca
commit
0ae5cbd6fb
1 changed files with 2 additions and 1 deletions
|
|
@ -105,6 +105,7 @@ export default {
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.start-over {
|
.start-over {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
a {
|
a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|
@ -114,7 +115,7 @@ export default {
|
||||||
}
|
}
|
||||||
.return-user {
|
.return-user {
|
||||||
.return-user-spacing {
|
.return-user-spacing {
|
||||||
margin-top: 14rem;
|
margin-top: 8rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
:deep(.menu-modal-container) {
|
:deep(.menu-modal-container) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue