mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
f162c58f5a
* allow adding networks with the same chainId as an existing network via API Co-authored-by: Kurush Dubash <kurush@alchemyapi.io>
29 lines
469 B
SCSS
29 lines
469 B
SCSS
.confirmation-warning-modal {
|
|
&__content {
|
|
ul {
|
|
padding-inline-start: 1rem;
|
|
margin-block-start: 0;
|
|
list-style: disc outside;
|
|
}
|
|
|
|
li {
|
|
display: list-item;
|
|
}
|
|
|
|
&__header {
|
|
border-bottom: 1px solid var(--color-border-muted);
|
|
|
|
&__warning-icon {
|
|
padding-top: 7px;
|
|
margin-right: 10px;
|
|
color: var(--color-error-default);
|
|
}
|
|
}
|
|
}
|
|
|
|
&__footer {
|
|
width: 100%;
|
|
height: 100px;
|
|
}
|
|
}
|