1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/ui/pages/onboarding-flow/creation-successful/index.scss
dragana8 d01a2ad7e5
Overall CSS #13441 (#13902)
* styling updates

Co-authored-by: Alex Donesky <adonesky@gmail.com>
Co-authored-by: George Marshall <george.marshall@consensys.net>
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
2022-05-16 13:38:04 -05:00

45 lines
623 B
SCSS

.creation-successful {
@media screen and (min-width: $break-large) {
display: flex;
flex-direction: column;
align-items: center;
}
img {
align-self: center;
}
max-width: 600px;
ul {
list-style-type: disc;
max-width: 500px;
}
li {
margin-left: 25px;
a {
justify-content: flex-start;
padding: 0;
}
}
&__bold {
font-weight: bold;
}
&__actions {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
button {
margin-top: 14px;
max-width: 280px;
padding: 16px 0;
}
}
}