Add cBlackHover color

This commit is contained in:
rubenmoya
2017-11-22 12:22:36 +01:00
parent b8393c93db
commit 8d29f7af3e

View File

@@ -1,31 +1,31 @@
// Colors variables
// ----------------------------------------------
// General
// -- General
$cBlue: #1785FB;
$cBlueHover: #0F6CD2;
$cBlack: #000;
$cWhite: #FFF;
$cMainBg: #2E3C43;
//Structure
// -- Structure
$cSecondaryDark: #282C2F;
$cSecondaryBackground: #F2F6F9;
$cThirdBackground: #F9F9F9;
//Lines
// -- Lines
$cHoverLine: #AAA;
$cMainLine: #DDD;
$cSecondaryLine: rgba($cMainBg, 0.08);
//Typography
// -- Borders
$cBlackHover: #2E3C43;
$cBlueHover: #0F6CD2;
// -- Typography
$cMainText: #2E3C43;
$cSecondaryText: #636D72;
$cAltText: #979EA1;
$cHintText: #CBCED0;
$cHintTextHover: #9C9FA1;
//Others
// -- Others
$cHighlight: #9DE0AD;
$cHighlightHover: #82BB90;
$cAlert: #F19243;