changed background color for infobox and new blues in light theme, light theme now uses blue-dark in panel query (#10211)

This commit is contained in:
Patrick O'Carroll
2017-12-15 11:01:18 +01:00
committed by Torkel Ödegaard
parent 9a711a4fc3
commit c78f1834bd
5 changed files with 18 additions and 9 deletions

View File

@@ -31,8 +31,8 @@ $white: #fff;
// Accent colors
// -------------------------
$blue: #1ca4d6;
$blue-dark: #3CAAD6;
$blue: #61c2f2;
$blue-dark: #0083b3;
$green: #3aa655;
$red: #d44939;
$yellow: #FF851B;
@@ -46,6 +46,8 @@ $brand-success: $green;
$brand-warning: $orange;
$brand-danger: $red;
$query-blue: $blue-dark;
// Status colors
// -------------------------
$online: #01A64F;
@@ -329,8 +331,8 @@ $graph-tooltip-bg: $gray-5;
$checkboxImageUrl: '../img/checkbox_white.png';
// info box
// $info-box-background: linear-gradient(135deg, #f1fbff, #d7ebff);
$info-box-background: linear-gradient(135deg, $blue, $blue-dark);
$info-box-background: linear-gradient(100deg, $blue-dark, darken($blue-dark, 5%));
$info-box-color: $gray-7;
// footer
$footer-link-color: $gray-3;