mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
cde910faec
* Replacing deprecated components in ConfirmationWarningModal * Layout and semantic html updates to align with design system conventions --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
14 lines
203 B
SCSS
14 lines
203 B
SCSS
.confirmation-warning-modal {
|
|
&__content {
|
|
ul {
|
|
padding-inline-start: 1rem;
|
|
margin-block-start: 0;
|
|
list-style: disc outside;
|
|
}
|
|
|
|
li {
|
|
display: list-item;
|
|
}
|
|
}
|
|
}
|