mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
f46dda0195
All stylelint rules that can be automatically fixed have been uncommented. The rules are: * `at-rule-empty-line-before` * `block-closing-brace-empty-line-before` * `block-closing-brace-newline-before` * `block-opening-brace-space-before` * `color-hex-case` * `color-hex-length` * `comment-empty-line-before` * `declaration-block-semicolon-newline-after` * `declaration-block-semicolon-space-after` * `declaration-block-trailing-semicolon` * `declaration-colon-space-after` * `declaration-empty-line-before` * `function-comma-space-after` * `function-comma-space-before` * `indentation` * `length-zero-no-unit` * `no-eol-whitespace` * `no-missing-end-of-source-newline` * `number-leading-zero` * `number-no-trailing-zeros` * `rule-empty-line-before` * `selector-list-comma-newline-after` * `selector-pseudo-element-colon-notation`
55 lines
773 B
SCSS
55 lines
773 B
SCSS
.end-of-flow {
|
|
color: black;
|
|
font-family: Roboto;
|
|
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 {
|
|
font-weight: normal;
|
|
font-size: 16px;
|
|
margin-top: 18px;
|
|
}
|
|
|
|
&__text-2 {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
margin-top: 26px;
|
|
}
|
|
|
|
&__text-3 {
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
margin-bottom: 16px;
|
|
font-size: 0.875rem;
|
|
}
|
|
}
|
|
|
|
&__text-4 {
|
|
margin-top: 26px;
|
|
}
|
|
|
|
button {
|
|
width: 207px;
|
|
}
|
|
|
|
&__start-over-button {
|
|
width: 744px;
|
|
}
|
|
|
|
&__emoji {
|
|
font-size: 80px;
|
|
margin-top: 70px;
|
|
}
|
|
}
|