CASH-1062: style fixes for return user

This commit is contained in:
AdamCaouetteSafelite 2025-08-27 23:30:41 -04:00
parent dce3a468ca
commit 0ae5cbd6fb

View file

@ -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) {