-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat(react): add AccountOverview
component
#58
Conversation
packages/react/src/components/AccountOverview/AccountOverview.stories.mdx
Outdated
Show resolved
Hide resolved
@@ -60,6 +60,15 @@ | |||
z-index: 1; | |||
position: absolute; | |||
width: 100%; | |||
bottom: calc(42px + 1em); | |||
// TODO: Review this. |
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.
Whats the reason for the absolute positioning?
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.
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.
The design looks like a UI issue to me. Shall we check what we can do to improve?
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.
A discussion is being done on a better design for the buttons. A fix is added until the decision is finalized - ec27f4f
packages/react/src/components/AccountOverview/AccountOverview.stories.mdx
Show resolved
Hide resolved
packages/react/src/components/AccountOverview/AccountOverview.stories.mdx
Outdated
Show resolved
Hide resolved
padding: 0.8rem 1rem; | ||
|
||
.oxygen-card-header { | ||
padding: 1rem 0; | ||
padding-bottom: 1.5rem; | ||
} | ||
|
||
.oxygen-account-completion-steps-box { | ||
padding: 0.5rem; |
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.
Can't we use the default spacing values?
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.
Currently we do not have any default spacing values defined in the default theme.
Purpose
AccountOverview
cardDesktop
Mobile
Related Issues
Related PRs
Checklist
Security checks