mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
45 lines
602 B
SCSS
45 lines
602 B
SCSS
.creation-successful {
|
|
@include screen-sm-min {
|
|
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;
|
|
}
|
|
}
|
|
}
|