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

43 lines
760 B

.connected-sites-list {
&__content-rows {
display: flex;
flex-direction: column;
align-items: center;
}
&__content-row {
display: flex;
width: 100%;
flex-direction: row;
justify-content: space-between;
align-items: center;
border-top: 1px solid var(--color-border-muted);
padding: 16px 24px;
& &-link-button {
@include H7;
padding: 0;
width: auto;
padding-inline-start: 24px;
}
}
&__subject-info {
@include H7;
display: flex;
flex-direction: row;
align-items: center;
min-width: 0;
}
&__subject-name {
max-width: 215px;
white-space: nowrap;
overflow: hidden;
direction: rtl;
text-overflow: ellipsis;
margin-left: 6px;
}
}