mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
d91ce9c4b5
This reverts commit308033edbf
, reversing changes made tob8d71d6d1d
.
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;
|
|
}
|
|
}
|
|
}
|