mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 22:24:27 +01:00
dd0844e200
* Add signature request warning modal Fix e2e tests Fix e2e tests Remove warning message from eth sign request Remove unused locales Fix e2e test Fix e2e test * Run pipeline * Fix locales: ? * Add unit tests
28 lines
511 B
SCSS
28 lines
511 B
SCSS
.signature-request-warning {
|
|
&__content {
|
|
&__header {
|
|
border-bottom: 1px solid var(--color-border-muted);
|
|
|
|
&__warning-icon {
|
|
padding-top: 7px;
|
|
margin-right: 10px;
|
|
color: var(--color-error-default);
|
|
}
|
|
}
|
|
|
|
&__account {
|
|
border-bottom: 1px solid var(--color-border-muted);
|
|
}
|
|
|
|
&__bold {
|
|
color: var(--color-text-default);
|
|
}
|
|
}
|
|
|
|
&__footer {
|
|
border-top: 1px solid var(--color-border-muted);
|
|
width: 100%;
|
|
height: 132px;
|
|
}
|
|
}
|