mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
This reverts commit 4d4271522078d0b0a69d58b81315e32b2b37dcaa, reversing changes made to f09ab8889148c406551dea1643966e3331fde4aa.
44 lines
735 B
SCSS
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;
|
|
}
|
|
}
|