mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
5802805597
Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com> Co-authored-by: George Marshall <georgewrmarshall@gmail.com> Co-authored-by: georgewrmarshall <george.marshall@consensys.net> Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com> Co-authored-by: brad-decker <bhdecker84@gmail.com>
27 lines
396 B
SCSS
27 lines
396 B
SCSS
.signature-request-siwe-header {
|
|
display: flex;
|
|
padding: 16px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
|
|
&__tooltip__container {
|
|
display: flex !important;
|
|
}
|
|
|
|
.account-list-item {
|
|
margin: 8px 0 0;
|
|
|
|
&__top-row {
|
|
align-items: center;
|
|
margin: 0;
|
|
}
|
|
|
|
&__account-name {
|
|
@include H5;
|
|
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
}
|