Merge pull request #190 from CartoDB/add-gray-color-tags
Add is-gray to CDB-Tag
This commit is contained in:
@@ -45,6 +45,10 @@
|
||||
border: 1px solid $cError;
|
||||
color: $cError;
|
||||
}
|
||||
&.is-gray {
|
||||
border: 1px solid $cGray;
|
||||
color: $cGray;
|
||||
}
|
||||
}
|
||||
|
||||
/* SG
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
$cBlue: #1785FB;
|
||||
$cBlack: #000;
|
||||
$cWhite: #FFF;
|
||||
$cGray: #999;
|
||||
$cMainBg: #2E3C43;
|
||||
|
||||
// -- Structure
|
||||
|
||||
Reference in New Issue
Block a user