Merge pull request #206 from CartoDB/multi-style-fixes

Multi style fixes
This commit is contained in:
Jesús Arroyo Torrens 2018-10-19 17:01:20 +02:00 committed by GitHub
commit 90eddb0fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@
cursor: pointer;
}
&:first-child {
&:not(:only-child):first-child {
width: auto;
margin-right: $baseSize;
}

View File

@ -30,7 +30,7 @@ $cHintTextHover: #9C9FA1;
$cHighlight: #9DE0AD;
$cHighlightHover: #82BB90;
$cAlert: #F19243;
$cPublic: #9BC63B;
$cPublic: #5FCC79;
$cLink: #FEB100;
$cPassword: #FB7B23;
$cError: #F15743;