mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Dark Mode : AddNetwork (#13999)
This commit is contained in:
parent
f485ab029f
commit
9626793233
@ -1,6 +1,6 @@
|
|||||||
.add-network {
|
.add-network {
|
||||||
&__header {
|
&__header {
|
||||||
border-bottom: 1px solid var(--ui-grey);
|
border-bottom: 1px solid var(--color-border-default);
|
||||||
|
|
||||||
&__back-icon {
|
&__back-icon {
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
@ -17,13 +17,13 @@
|
|||||||
&__add-icon {
|
&__add-icon {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
color: var(--ui-4);
|
color: var(--color-text-alternative);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__footer {
|
&__footer {
|
||||||
border-top: 1px solid var(--ui-2);
|
border-top: 1px solid var(--color-border-muted);
|
||||||
|
|
||||||
& .btn-link {
|
& .btn-link {
|
||||||
display: initial;
|
display: initial;
|
||||||
@ -31,12 +31,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__link {
|
&__link {
|
||||||
color: var(--primary-1);
|
color: var(--color-primary-default);
|
||||||
}
|
}
|
||||||
|
|
||||||
& .actionable-message--warning .actionable-message__message,
|
& .actionable-message--warning .actionable-message__message,
|
||||||
.actionable-message--warning .actionable-message__action {
|
.actionable-message--warning .actionable-message__action {
|
||||||
color: var(--ui-4);
|
color: var(--color-text-alternative);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user