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

34 lines
489 B

.connected-sites {
h2 {
text-overflow: ellipsis;
margin-right: 10px;
}
&__confirmation {
flex-direction: column;
button:first-child {
margin-right: 24px;
}
}
&__footer-row {
display: flex;
width: 100%;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
&__footer-row + &__footer-row {
margin-top: 15px;
}
a,
a:hover {
@include H6;
color: $primary-blue;
cursor: pointer;
}
}