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/app/pages/connected-sites/index.scss

22 lines
311 B

.connected-sites {
&__confirmation {
button:first-child {
margin-right: 24px;
}
}
&__add-site-manually {
margin-top: -1px;
font-size: 14px;
line-height: 20px;
& :only-child {
margin: 0;
}
a, a:hover {
cursor: pointer;
color: #037DD6;
}
}
}