mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
488f212d28
* Changes to set-approval-for-all-warnings * Suggested changes * Updating deprecated components, improving semantic html and fixing text css strong tag styles --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net> Co-authored-by: Garrett Bear <gwhisten@gmail.com>
23 lines
400 B
SCSS
23 lines
400 B
SCSS
.set-approval-for-all-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);
|
|
}
|
|
}
|
|
|
|
&__footer {
|
|
width: 100%;
|
|
height: 100px;
|
|
}
|
|
}
|