1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/ui/components/app/signature-request-siwe/signature-request-siwe-header/index.scss
Sam Gbafa 5802805597
Add Sign-In with Ethereum (#14438)
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>
2022-08-03 09:56:11 -05:00

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;
}
}
}