mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 21:00:13 +01:00
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;
|
||
|
}
|
||
|
}
|
||
|
}
|