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 {
|
&__msg {
|
||||||
@include H6;
|
@include H6;
|
||||||
|
|
||||||
color: #9b9b9b;
|
color: var(--color-text-muted);
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
@ -60,7 +60,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__btn.selected {
|
&__btn.selected {
|
||||||
border-color: #00a8ee;
|
border-color: var(--color-primary-default);
|
||||||
width: 149px;
|
width: 149px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -110,7 +110,7 @@
|
|||||||
&__msg {
|
&__msg {
|
||||||
@include H6;
|
@include H6;
|
||||||
|
|
||||||
color: #9b9b9b;
|
color: var(--color-text-muted);
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
||||||
@ -124,7 +124,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__error {
|
&__error {
|
||||||
color: #f7861c;
|
color: var(--color-secondary-default);
|
||||||
margin: 20px 20px 10px;
|
margin: 20px 20px 10px;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -153,7 +153,7 @@
|
|||||||
|
|
||||||
margin-bottom: 23px;
|
margin-bottom: 23px;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
color: var(--scorpion);
|
color: var(--color-text-muted);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
@ -164,7 +164,7 @@
|
|||||||
|
|
||||||
margin-bottom: 23px;
|
margin-bottom: 23px;
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
color: var(--scorpion);
|
color: var(--color-text-muted);
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user