mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
ad28c81a39
Co-authored-by: Guillaume Roux <guillaumeroux123@gmail.com> Co-authored-by: George Marshall <george.marshall@consensys.net> Co-authored-by: David Walsh <davidwalsh83@gmail.com>
34 lines
586 B
SCSS
34 lines
586 B
SCSS
.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(--color-text-default);
|
|
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;
|
|
}
|
|
}
|