1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/ui/pages/onboarding-flow/import-srp/index.scss
Dan Miller bc6c60cde1 Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
This reverts commit 4d42715220, reversing
changes made to f09ab88891.
2022-06-29 13:03:10 -02:30

44 lines
735 B
SCSS

.import-srp {
margin-bottom: 24px;
&__header {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
margin-bottom: 24px;
}
&__description {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
margin-bottom: 40px;
a {
color: var(--color-primary-default);
&:hover {
cursor: pointer;
color: var(--color-primary-default);
}
}
}
&__actions {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: left;
margin: auto;
}
&__confirm-button {
max-width: 327px;
margin: auto;
margin-top: 24px;
}
}