Skip to content
Snippets Groups Projects
Commit 8e1d8972 authored by khawkins's avatar khawkins
Browse files

Add medium grey for H4

parent ae4cc610
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
$ebi-colour-dark: #222;
$ebi-colour-light: #f8f8f8;
$ebi-colour-dark-grey: #666;;
$ebi-colour-medium-grey: #999;;
$ebi-colour-light-grey: #f7f7f7;
$ebi-colour-light-green: rgb(109,171,73);
$ebi-colour-dark-green: rgb(56,145,152);
......
......@@ -113,7 +113,7 @@
// $global-lineheight: 1.5;
$foundation-palette: (
primary: $primary-color,
secondary: $ebi-colour-dark-grey,
secondary: $ebi-colour-medium-grey,
success: $success-color,
warning: $warning-color,
alert: $alert-color,
......
......@@ -1695,10 +1695,10 @@ select {
background-color: #006368;
color: #fefefe; }
.button.secondary {
background-color: #666;
background-color: #999;
color: #fefefe; }
.button.secondary:hover, .button.secondary:focus {
background-color: #525252;
background-color: #7a7a7a;
color: #fefefe; }
.button.success {
background-color: #3adb76;
......@@ -1733,11 +1733,11 @@ select {
border-color: #003e41;
color: #003e41; }
.button.hollow.secondary {
border: 1px solid #666;
color: #666; }
border: 1px solid #999;
color: #999; }
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
border-color: #333333;
color: #333333; }
border-color: #4d4d4d;
color: #4d4d4d; }
.button.hollow.success {
border: 1px solid #3adb76;
color: #3adb76; }
......@@ -1855,7 +1855,7 @@ select {
background: #007c82;
color: #fefefe; }
.badge.secondary {
background: #666;
background: #999;
color: #fefefe; }
.badge.success {
background: #3adb76;
......@@ -1958,10 +1958,10 @@ select {
background-color: #006368;
color: #fefefe; }
.button-group.secondary .button {
background-color: #666;
background-color: #999;
color: #fefefe; }
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
background-color: #525252;
background-color: #7a7a7a;
color: #fefefe; }
.button-group.success .button {
background-color: #3adb76;
......@@ -2015,7 +2015,7 @@ select {
.callout.primary {
background-color: #c6fcff; }
.callout.secondary {
background-color: #e8e8e8; }
background-color: #f0f0f0; }
.callout.success {
background-color: #e1faea; }
.callout.warning {
......@@ -2522,7 +2522,7 @@ select {
background: white;
color: #007c82; }
.label.secondary {
background: #666;
background: #999;
color: #fefefe; }
.label.success {
background: #3adb76;
......@@ -2786,7 +2786,7 @@ body {
.progress.primary .progress-meter {
background-color: #007c82; }
.progress.secondary .progress-meter {
background-color: #666; }
background-color: #999; }
.progress.success .progress-meter {
background-color: #3adb76; }
.progress.warning .progress-meter {
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment