1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/ui/components/app/confirmation-warning-modal/index.scss
Alex Donesky f162c58f5a
Allow adding networks with the same chainId as a preloaded/default network via wallet_AddEthereumChain API (#16733)
* allow adding networks with the same chainId as an existing network via API

Co-authored-by: Kurush Dubash <kurush@alchemyapi.io>
2022-12-02 21:14:27 -06:00

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