mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
d01a2ad7e5
* styling updates Co-authored-by: Alex Donesky <adonesky@gmail.com> Co-authored-by: George Marshall <george.marshall@consensys.net> Co-authored-by: David Walsh <davidwalsh83@gmail.com>
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;
|
|
}
|
|
}
|