mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Dark Mode: Select Hardware (#14086)
This commit is contained in:
parent
7398a1c241
commit
8fc502c74d
@ -19,7 +19,7 @@
|
||||
&__msg {
|
||||
@include H6;
|
||||
|
||||
color: #9b9b9b;
|
||||
color: var(--color-text-muted);
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@ -60,7 +60,7 @@
|
||||
}
|
||||
|
||||
&__btn.selected {
|
||||
border-color: #00a8ee;
|
||||
border-color: var(--color-primary-default);
|
||||
width: 149px;
|
||||
}
|
||||
|
||||
@ -110,7 +110,7 @@
|
||||
&__msg {
|
||||
@include H6;
|
||||
|
||||
color: #9b9b9b;
|
||||
color: var(--color-text-muted);
|
||||
margin-top: 10px;
|
||||
margin-bottom: 15px;
|
||||
|
||||
@ -124,7 +124,7 @@
|
||||
}
|
||||
|
||||
&__error {
|
||||
color: #f7861c;
|
||||
color: var(--color-secondary-default);
|
||||
margin: 20px 20px 10px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
@ -153,7 +153,7 @@
|
||||
|
||||
margin-bottom: 23px;
|
||||
align-self: flex-start;
|
||||
color: var(--scorpion);
|
||||
color: var(--color-text-muted);
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
@ -164,7 +164,7 @@
|
||||
|
||||
margin-bottom: 23px;
|
||||
align-self: flex-end;
|
||||
color: var(--scorpion);
|
||||
color: var(--color-text-muted);
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user