You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
496 B
39 lines
496 B
3 years ago
|
.creation-successful {
|
||
|
img {
|
||
|
align-self: center;
|
||
|
}
|
||
|
|
||
|
max-width: 575px;
|
||
|
|
||
|
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: 60%;
|
||
|
padding: 18px 0;
|
||
|
}
|
||
|
}
|
||
|
}
|