1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/ui/pages/first-time-flow/end-of-flow/index.scss
2022-08-04 09:03:02 -05:00

57 lines
729 B
SCSS

.end-of-flow {
color: var(--color-text-default);
font-style: normal;
.app-header__logo-container {
width: 742px;
margin-top: 3%;
@include screen-sm-max {
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;
@include screen-sm-max {
@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;
}
}