1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/pages/onboarding-flow/index.scss

22 lines
448 B
SCSS
Raw Normal View History

@import 'recovery-phrase/index';
@import 'new-account/index';
@import 'onboarding-app-header/index';
@import 'secure-your-wallet/index';
@import 'privacy-settings/index';
.onboarding-flow {
width: 100%;
background-color: $white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
&__wrapper {
margin-top: 40px;
padding: 32px;
border: 1px solid $Grey-100;
border-radius: 20px;
}
}