-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show chasm instead of tooltip for alternative origin #941
Conversation
d58d668
to
bb12127
Compare
padding: 2rem; | ||
} | ||
|
||
.c-chasm__arrow { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would go with the SVG as originally planned or a clip-path. We will have more styling options in the future. PS: we have variables for z-index's
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, that's way out of my league, will let you do that!
This shows a "chasm" (which splits the card open to reveal details) instead of a tooltip on the authenticate screen. This makes the screen a little sleeker and ensures mobile users can display the details too. The wording is changed a bit to make the information more useful and understandable.
bd3e1a4
to
34716ae
Compare
Fixes #927
This shows a "chasm" (which splits the card open to reveal details) instead of a tooltip on the authenticate screen.
Screen.Recording.2022-10-10.at.12.10.11.mov
This makes the screen a little sleeker and ensures mobile users can display the details too. The wording is changed a bit to make the information more useful and understandable.