mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* Removing new address alert * remove unused copy * fix broken e2e test * rework layout nesting * satisfy lint * change layout to fix firefox tests * change selector specificity on e2e test * revert test change after fix has been merged from develop * fix linting Co-authored-by: Brad Decker <bhdecker84@gmail.com> Co-authored-by: Pedro Figueiredo <pedro.figueiredo@consensys.net>
17 lines
282 B
SCSS
17 lines
282 B
SCSS
.enableEIP1559V2-notice {
|
|
position: relative;
|
|
|
|
&__close-button {
|
|
background-color: transparent;
|
|
position: absolute;
|
|
right: 12px;
|
|
top: 12px;
|
|
padding: 0;
|
|
|
|
&__icon {
|
|
color: var(--color-icon-default);
|
|
font-size: $font-size-paragraph;
|
|
}
|
|
}
|
|
}
|