1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Dark Mode: Reveal Seed colors (#14028)

This commit is contained in:
David Walsh 2022-03-18 17:55:33 -05:00 committed by GitHub
parent 2454bd8124
commit b43d565af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -3,7 +3,7 @@
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
border: 1px solid var(--alto); border: 1px solid var(--color-border-default);
border-radius: 4px; border-radius: 4px;
font-weight: 400; font-weight: 400;
@ -13,7 +13,7 @@
justify-content: center; justify-content: center;
padding: 20px; padding: 20px;
border-radius: 4px; border-radius: 4px;
background: var(--alabaster); background: var(--color-background-default);
} }
&__text { &__text {
@ -21,14 +21,14 @@
resize: none; resize: none;
border: none; border: none;
background: var(--alabaster); background: var(--color-background-default);
text-align: center; text-align: center;
} }
&__buttons-container { &__buttons-container {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
border-top: 1px solid var(--alto); border-top: 1px solid var(--color-border-default);
width: 100%; width: 100%;
} }
@ -41,10 +41,10 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
cursor: pointer; cursor: pointer;
color: var(--primary-blue); color: var(--color-primary-default);
&--copy { &--copy {
border-right: 1px solid var(--alto); border-right: 1px solid var(--color-border-default);
} }
} }

View File

@ -90,6 +90,7 @@ input.form-control {
font-size: 14px; font-size: 14px;
height: 40px; height: 40px;
border: 1px solid var(--color-border-muted); border: 1px solid var(--color-border-muted);
background: transparent;
border-radius: 3px; border-radius: 3px;
width: 100%; width: 100%;