mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
28 lines
426 B
SCSS
28 lines
426 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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&__footer {
|
||
|
width: 100%;
|
||
|
height: 100px;
|
||
|
}
|
||
|
}
|