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.
|
|
|
.permissions-connect-permission-list {
|
|
|
|
.permission {
|
|
|
|
@include H6;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
padding-bottom: 16px;
|
|
|
|
border-bottom: 1px solid var(--Grey-100);
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
color: var(--Black-100);
|
|
|
|
|
|
|
|
i {
|
|
|
|
display: block;
|
|
|
|
padding: 16px;
|
|
|
|
min-width: 16px;
|
|
|
|
min-height: 16px;
|
|
|
|
color: var(--Grey-500);
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|