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.
 
 
 
 
 

19 lines
377 B

.confirm-page-container-warning {
background-color: var(--color-warning-muted);
display: flex;
align-items: center;
border-bottom: 1px solid var(--color-border-muted);
padding: 12px 24px;
&__icon {
flex: 0 0 auto;
margin-right: 8px;
color: var(--color-warning-default);
}
&__warning {
@include H7;
color: var(--color-text-default);
}
}