mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
31175625b4
* Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
53 lines
770 B
SCSS
53 lines
770 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: .875rem;
|
|
}
|
|
}
|
|
|
|
&__text-4 {
|
|
margin-top: 26px;
|
|
}
|
|
|
|
button {
|
|
width: 207px;
|
|
}
|
|
|
|
&__start-over-button {
|
|
width: 744px;
|
|
}
|
|
|
|
&__emoji {
|
|
font-size: 80px;
|
|
margin-top: 70px;
|
|
}
|
|
} |