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

27 lines
452 B

.permissions-connect-footer {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
position: absolute;
bottom: 50px;
@media screen and (max-width: 575px) {
bottom: 5px;
}
&__text {
@extend %content-text;
font-size: 12px;
line-height: 17px;
color: #6A737D;
display: flex;
margin-top: 10px;
&--link {
color: #037DD6;
margin-left: 4px;
cursor: pointer;
}
}
}