mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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>
19 lines
340 B
SCSS
19 lines
340 B
SCSS
.confirm-page-container-warning {
|
|
background-color: var(--color-warning-muted);
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: 1px solid var(--color-border-muted);
|
|
padding: 12px 24px;
|
|
|
|
&__icon {
|
|
flex: 0 0 auto;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
&__warning {
|
|
@include H7;
|
|
|
|
color: var(--color-warning-default);
|
|
}
|
|
}
|