Update color scheme to match Kolide branding (#1879)

This commit is contained in:
Caleb Coy 2018-07-30 09:01:27 -04:00 committed by Zachary Wasserman
parent 6bdddfacf0
commit e4b076acc6
3 changed files with 12 additions and 12 deletions

View file

@ -84,7 +84,7 @@
left: 0;
z-index: 1;
font-size: 15px;
color: #fff;
color: #3f64ed;
letter-spacing: 0.6px;
display: block;
text-align: center;
@ -117,7 +117,7 @@
}
&--right {
@include linear-gradient(-180deg, #9651ca 81%, #6e3c93 100%);
@include linear-gradient(-180deg, #eaedfb 81%, #aab3bd 100%);
right: 2px;
span {
@ -126,8 +126,8 @@
}
&::after {
background-color: #ae6ddf;
border: solid 1px #9651ca;
background-color: #ffffff;
border: solid 1px #d4d8df;
border-radius: 1px 2px 2px 1px;
right: 0;
bottom: 3px;

View file

@ -51,7 +51,7 @@
h1 {
font-size: 28px;
font-weight: $normal;
color: #48c586;
color: #27d77e;
padding-left: 5px;
}

View file

@ -4,13 +4,13 @@ $accent-dark: #b8c2e3;
$accent-light: #eaedfb;
$accent-medium: #d2daf4;
$accent-text: #a8b1cd;
$alert: #ff5850;
$alert: #ff287a;
$alert-light: #ffb5b2;
$bg-medium: #f4f6fb;
$bg-light: #fcfcff;
$border-medium: #d4d8df;
$brand: #ae6ddf;
$brand-dark: #9651ca;
$brand: #3f64ed;
$brand-dark: #00125f;
$brand-light: #c38dec;
$brand-ultralight: #edd6ff;
$button-shadow: #734893;
@ -19,11 +19,11 @@ $footer-accent: #84878e;
$link: #4a90e2;
$link-light: #c0d8f5;
$silver: #d4d8df;
$success: #4fd061;
$success-light: #94e39f;
$success: #27d77e;
$success-light: #48da90;
$text-dark: #858495;
$text-light: #b2bbc6;
$text-medium: #9ca3ac;
$text-ultradark: #66696f;
$text-medium: #00125f;
$text-ultradark: #00125f;
$warning: #ffad00;
$warning-light: #ffda8c;