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/pages/permissions-connect/choose-account/index.scss

62 lines
1.1 KiB

.permissions-connect-choose-account {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
margin-left: auto;
margin-right: auto;
height: 100%;
@media screen and (min-width: $break-large) {
width: 426px;
}
&__title {
@include H4;
}
&__cancel {
color: var(--Red-400);
}
&__footer-container {
width: 100%;
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-end;
@media screen and (min-width: $break-large) {
flex-direction: column-reverse;
justify-content: space-between;
padding-bottom: 20px;
}
}
&__bottom-buttons {
display: flex;
justify-content: space-between;
width: 100%;
padding-top: 16px;
padding-bottom: 16px;
margin-top: 8px;
border-top: 1px solid #d6d9dc;
@media screen and (min-width: $break-large) {
border-top: none;
}
button {
width: 124px;
}
.btn-secondary {
background: white;
margin-left: 16px;
}
.btn-primary {
margin-right: 16px;
}
}
}