A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/app/signature-request-siwe/signature-request-siwe-header/index.scss

26 lines
396 B

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