1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Add accent-color usage from design system. (#9009)

This commit is contained in:
Brad Decker 2020-07-21 11:17:02 -05:00 committed by GitHub
parent e463a47588
commit 35a6ad98b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 28 deletions

View File

@ -29,7 +29,7 @@
margin-bottom: 16px;
padding: 16px;
font-size: 14px;
border: 1px solid #d73a49;
border: 1px solid $accent-red;
background: #f8eae8;
border-radius: 3px;
}

View File

@ -49,8 +49,8 @@
border-top: 1px solid $geyser;
&--highlight {
background-color: $warning-light-yellow;
border: 1px solid $warning-yellow;
background-color: $Yellow-000;
border: 1px solid $accent-yellow;
box-sizing: border-box;
padding: 16px;
margin-bottom: 16px;

View File

@ -1,13 +1,13 @@
.alert-circle-icon {
&--danger {
border-color: $danger-red;
color: $danger-red;
background: $danger-light-red;
border-color: $accent-red;
color: $accent-red;
background: $Red-000;
}
&--warning {
border-color: $warning-yellow;
color: $warning-yellow;
background: $warning-light-yellow;
border-color: $accent-yellow;
color: $accent-yellow;
background: $Yellow-000;
}
}

View File

@ -8,7 +8,6 @@ $hover-confirm: #0372c3;
$hover-red: #feb6bf;
$hover-red-primary: #c72837;
$hover-orange: #ffd3b5;
$danger-light-red: #ea7e77;
$warning-light-orange: #f8b588;
%button {
@ -297,7 +296,7 @@ button.primary {
&--disabled,
&[disabled] {
border-color: $Red-100;
color: $danger-light-red;
color: $Red-300;
}
&:active {
@ -337,7 +336,7 @@ button.primary {
&--disabled,
&[disabled] {
background-color: $danger-light-red;
background-color: $Red-300;
}
&:active {

View File

@ -2,7 +2,7 @@
margin: 0 4px;
&--success {
fill: $success-green;
fill: $accent-green;
}
&--info {
@ -10,10 +10,10 @@
}
&--warning {
fill: $warning-yellow;
fill: $accent-yellow;
}
&--danger {
fill: $danger-red;
fill: $accent-red;
}
}

View File

@ -46,18 +46,6 @@ $mischka: #dddee9;
$web-orange: #f2a202;
$mercury: #e5e5e5;
/*
notification and error message colors
*/
$success-green: #28a745;
$success-light-green: #e8f9f1;
$danger-red: #d73a49;
$danger-light-red: #f8eae8;
$info-blue: #037dd6;
$info-light-blue: #e8f4fd;
$warning-yellow: #ffd33d;
$warning-light-yellow: #fefae8;
/*
Z-Indicies
*/

View File

@ -56,6 +56,7 @@ $Orange-700: #954005;
$Orange-800: #632b04;
$Orange-900: #321602;
$Yellow-000: #fefae8; // Temporary placeholder
$Yellow-100: #fefcde;
$Yellow-500: #ffd33d;

View File

@ -48,7 +48,7 @@
.button {
justify-content: flex-end;
color: #d73a49;
color: $accent-red;
font-size: 14px;
}
}