Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3224ec9b65 | |||
| b3f97ef427 | |||
|
|
6b9d64fafd | ||
|
|
90eddb0fab | ||
|
|
99877a7af0 | ||
|
|
4bd6d494e2 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cartoassets",
|
||||
"description": "Share frontend assets between different CARTO repositories",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"homepage": "https://github.com/cartodb/CartoAssets",
|
||||
"author": {
|
||||
"name": "CARTO",
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
&:not(:only-child):first-child {
|
||||
width: auto;
|
||||
margin-right: $baseSize;
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ $cHintTextHover: #9C9FA1;
|
||||
$cHighlight: #9DE0AD;
|
||||
$cHighlightHover: #82BB90;
|
||||
$cAlert: #F19243;
|
||||
$cPublic: #9BC63B;
|
||||
$cPublic: #5FCC79;
|
||||
$cLink: #FEB100;
|
||||
$cPassword: #FB7B23;
|
||||
$cError: #F15743;
|
||||
|
||||
@@ -14,10 +14,10 @@ $sMargin-section: 24px; // To separate main section
|
||||
$sMargin-element: 14px; // To separate elements inside a group
|
||||
|
||||
// Font sizes
|
||||
$sFontSize-small: 10px;
|
||||
$sFontSize-medium: 12px;
|
||||
$sFontSize-small: 12px;
|
||||
$sFontSize-medium: 14px;
|
||||
$sFontSize-large: 16px;
|
||||
$sFontSize-huge: 26px;
|
||||
$sFontSize-huge: 18px;
|
||||
|
||||
// Font weights
|
||||
$sFontWeight-lighter: 300;
|
||||
|
||||
Reference in New Issue
Block a user