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.
 
 
 
 
 

18 lines
288 B

.confirm-page-container-warning {
background-color: #fffcdb;
display: flex;
align-items: center;
border-bottom: 1px solid var(--geyser);
padding: 12px 24px;
&__icon {
flex: 0 0 auto;
margin-right: 16px;
}
&__warning {
@include H7;
color: #5f5922;
}
}