1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Mark Stacey ace7b0cda9 Revert "Revert "Merge pull request #16353 from MetaMask/Version-v10.22.0""
This reverts commit d91ce9c4b5044e906f254516a95d87ed74f794d6.
2022-11-15 14:22:08 -03:30

31 lines
451 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;
}
}
.chip__right-icon {
padding: 4px 8px 4px 0;
}
}