mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
8ef28702f2
* Updating settings icons to use fontawesome and removing unused svgs * Updating more icons to use font-awesome icons and removing unused svgs
20 lines
377 B
SCSS
20 lines
377 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: 8px;
|
|
color: var(--color-warning-default);
|
|
}
|
|
|
|
&__warning {
|
|
@include H7;
|
|
|
|
color: var(--color-text-default);
|
|
}
|
|
}
|