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.
|
|
|
.network-indicator {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-size: .6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-name {
|
|
|
|
line-height: 12px;
|
|
|
|
padding: 0 4px;
|
|
|
|
font-family: 'DIN OT';
|
|
|
|
font-size: 10px;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-droppo {
|
|
|
|
right: 2px;
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) {
|
|
|
|
right: calc(((100% - 85vw) / 2) + 2px);
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 769px) {
|
|
|
|
right: calc(((100% - 80vw) / 2) + 2px);
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1281px) {
|
|
|
|
right: calc(((100% - 65vw) / 2) + 2px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-name-item {
|
|
|
|
font-weight: 100;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
color: $dusty-gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-check,
|
|
|
|
.network-check__transparent {
|
|
|
|
color: $white;
|
|
|
|
margin-left: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-check__transparent {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-icon-circle {
|
|
|
|
height: 17px;
|
|
|
|
width: 17px;
|
|
|
|
border-radius: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-icon-circle-select {
|
|
|
|
height: 23px;
|
|
|
|
width: 23px;
|
|
|
|
margin: 9px;
|
|
|
|
background: none;
|
|
|
|
border-radius: 22px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|