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

15 lines
286 B

.permissions-connect-header {
margin-top: 26px;
margin-left: 20px;
display: flex;
justify-content: space-between;
align-items: flex-end;
&__page-count {
@extend %content-text;
margin-right: 30px;
font-size: 12px;
line-height: 17px;
color: #6A737D;
}
}