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

32 lines
448 B

.permissions-connect-header {
display: flex;
flex: 0;
flex-direction: column;
justify-content: center;
width: 92%;
&__icon {
display: flex;
flex-direction: column;
align-items: center;
}
&__title {
@include H3;
text-align: center;
color: $Black-100;
margin-top: 16px;
}
&__subtitle {
@include H6;
text-align: center;
color: $Grey-500;
}
&__subtitle {
margin-top: 4px;
}
}