1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 02:58:09 +01:00
metamask-extension/ui/components/app/confirm-page-container/enableEIP1559V2-notice/index.scss
Guillaume Roux ad28c81a39
General backgrounds and borders design token updates (#13764)
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>
2022-03-16 15:49:25 +01:00

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;
}
}