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/confirm-page-container/enableEIP1559V2-notice/index.scss

34 lines
573 B

.enableEIP1559V2-notice {
&__dialog {
position: relative;
}
&__close-button {
background-color: transparent;
position: absolute;
right: 0;
top: 0;
&::after {
position: absolute;
content: '\00D7';
font-size: 29px;
font-weight: 200;
color: var(--black);
background-color: transparent;
top: 0;
right: 12px;
cursor: pointer;
}
}
a.enableEIP1559V2-notice__link {
@include H7;
padding: 0;
justify-content: flex-start;
font-weight: bold;
font-size: 0.75rem;
}
}