Merge pull request #206 from CartoDB/multi-style-fixes
Multi style fixes
This commit is contained in:
commit
90eddb0fab
@ -132,7 +132,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-child {
|
&:not(:only-child):first-child {
|
||||||
width: auto;
|
width: auto;
|
||||||
margin-right: $baseSize;
|
margin-right: $baseSize;
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ $cHintTextHover: #9C9FA1;
|
|||||||
$cHighlight: #9DE0AD;
|
$cHighlight: #9DE0AD;
|
||||||
$cHighlightHover: #82BB90;
|
$cHighlightHover: #82BB90;
|
||||||
$cAlert: #F19243;
|
$cAlert: #F19243;
|
||||||
$cPublic: #9BC63B;
|
$cPublic: #5FCC79;
|
||||||
$cLink: #FEB100;
|
$cLink: #FEB100;
|
||||||
$cPassword: #FB7B23;
|
$cPassword: #FB7B23;
|
||||||
$cError: #F15743;
|
$cError: #F15743;
|
||||||
|
Loading…
Reference in New Issue
Block a user