mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
19 lines
314 B
SCSS
19 lines
314 B
SCSS
.confirm-page-container-warning {
|
|
background-color: #fffcdb;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-bottom: 1px solid $geyser;
|
|
padding: 12px 24px;
|
|
|
|
&__icon {
|
|
flex: 0 0 auto;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
&__warning {
|
|
font-size: .75rem;
|
|
color: #5f5922;
|
|
}
|
|
}
|