1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +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;
flex-direction: column;
align-items: center;
border: 1px solid var(--alto);
border: 1px solid var(--color-border-default);
border-radius: 4px;
font-weight: 400;
@ -13,7 +13,7 @@
justify-content: center;
padding: 20px;
border-radius: 4px;
background: var(--alabaster);
background: var(--color-background-default);
}
&__text {
@ -21,14 +21,14 @@
resize: none;
border: none;
background: var(--alabaster);
background: var(--color-background-default);
text-align: center;
}
&__buttons-container {
display: flex;
flex-direction: row;
border-top: 1px solid var(--alto);
border-top: 1px solid var(--color-border-default);
width: 100%;
}
@ -41,10 +41,10 @@
justify-content: center;
align-items: center;
cursor: pointer;
color: var(--primary-blue);
color: var(--color-primary-default);
&--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;
height: 40px;
border: 1px solid var(--color-border-muted);
background: transparent;
border-radius: 3px;
width: 100%;