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.
|
.confirm-page-container-warning {
|
|
background-color: #fffcdb;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-bottom: 1px solid $geyser;
|
|
padding: 12px 24px;
|
|
|
|
&__icon {
|
|
flex: 0 0 auto;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
&__warning {
|
|
font-size: .75rem;
|
|
color: #5f5922;
|
|
}
|
|
}
|
|
|