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/menu-bar/index.scss

29 lines
565 B

.menu-bar {
display: grid;
grid-template-columns: 30% minmax(30%, 1fr) 30%;
column-gap: 5px;
padding: 0 8px;
border-bottom: 1px solid var(--color-border-muted);
height: 64px;
.menu-bar__account-options {
background: none;
font-size: inherit;
padding: 0 8px 0 5px;
place-self: center end;
color: var(--color-text-default);
}
.selected-account {
grid-column: 2 / span 1;
place-self: center stretch;
}
}
.account-options-menu {
&__explorer-origin {
@include H7;
color: var(--color-text-alternative);
}
}