We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the background component layer for the wallet sidebar.
Definition of Done:
The name of the template: WalletSidebarTemplate
Style:
border-radius: 20px 0px 0px 0px; border-top: 1px solid var(--black-black-04-stroke, #353836); border-left: 1px solid var(--black-black-04-stroke, #353836); background: var(--Black-Black-02, #212322); box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.40);
border-radius: 20px 0px 0px 0px; border-top: 1px solid var(--White-White-02, #F0EEEE); border-left: 1px solid var(--White-White-02, #F0EEEE); background: var(--White-White-01, #F6F6F6); box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.30);
display: flex; width: 400px; height: 720px; flex-direction: column; align-items: flex-start;
The text was updated successfully, but these errors were encountered:
closed by #129
Sorry, something went wrong.
eduramme
No branches or pull requests
Feature Request
Describe the Feature Request
This is the background component layer for the wallet sidebar.
Definition of Done:
Describe Preferred Solution
The name of the template: WalletSidebarTemplate
Style:
The text was updated successfully, but these errors were encountered: