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

37 lines
733 B

.menu-bar {
display: grid;
grid-template-columns: 30% minmax(30%, 1fr) 30%;
column-gap: 5px;
padding: 0 8px;
border-bottom: 1px solid var(--Grey-100);
height: 64px;
.menu-bar__account-options {
background: none;
font-size: inherit;
padding: 0 8px 0 5px;
place-self: center end;
}
.selected-account {
grid-column: 2 / span 1;
place-self: center stretch;
}
}
.account-options-menu {
&__connected-sites::before {
content: "";
background-image: url(/images/icons/connected-sites.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
padding: 8px;
}
&__explorer-origin {
@include H7;
color: var(--Grey-500);
}
}