Merge pull request #190 from CartoDB/add-gray-color-tags

Add is-gray to CDB-Tag
This commit is contained in:
Rubén Moya
2018-02-05 12:54:31 +01:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -45,6 +45,10 @@
border: 1px solid $cError;
color: $cError;
}
&.is-gray {
border: 1px solid $cGray;
color: $cGray;
}
}
/* SG

View File

@@ -2,6 +2,7 @@
$cBlue: #1785FB;
$cBlack: #000;
$cWhite: #FFF;
$cGray: #999;
$cMainBg: #2E3C43;
// -- Structure