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/signature-request-header/index.scss

35 lines
499 B

.signature-request-header {
@include H7;
display: flex;
padding: 1rem;
border-bottom: 1px solid $geyser;
justify-content: space-between;
&--account,
&--network {
flex: 1;
display: flex;
align-items: center;
}
&--account {
.account-list-item {
&__top-row {
display: flex;
align-items: center;
}
&__account-name {
@include H7;
font-weight: 500;
}
&__top-row {
margin: 0;
}
}
}
}