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.
56 lines
751 B
56 lines
751 B
.end-of-flow {
|
|
color: black;
|
|
font-style: normal;
|
|
|
|
.app-header__logo-container {
|
|
width: 742px;
|
|
margin-top: 3%;
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
&__text-1,
|
|
&__text-3 {
|
|
@include Paragraph;
|
|
|
|
font-weight: normal;
|
|
margin-top: 18px;
|
|
}
|
|
|
|
&__text-2 {
|
|
@include Paragraph;
|
|
|
|
font-weight: bold;
|
|
margin-top: 26px;
|
|
}
|
|
|
|
&__text-3 {
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
@include H6;
|
|
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
|
|
&__text-4 {
|
|
margin-top: 26px;
|
|
}
|
|
|
|
button {
|
|
width: 207px;
|
|
}
|
|
|
|
&__start-over-button {
|
|
width: 744px;
|
|
}
|
|
|
|
&__emoji {
|
|
font-size: 80px;
|
|
margin-top: 70px;
|
|
}
|
|
}
|
|
|