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

25 lines
466 B

@import 'permissions-connect-footer/index';
@import 'choose-account/index';
.permissions-connect {
width: 100%;
position: relative;
background: white;
&__page-count-wrapper {
margin-top: 26px;
margin-left: 20px;
display: flex;
justify-content: flex-end;
align-items: flex-end;
&__page-count {
@extend %content-text;
margin-right: 30px;
font-size: 12px;
line-height: 17px;
color: #6A737D;
}
}
}