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/permissions-connect-permiss.../index.scss

24 lines
440 B

.permissions-connect-permission-list {
width: 100%;
.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;
}
}
}