Merge pull request #152 from CartoDB/fix-small-magnify

minor fix magnify-small
This commit is contained in:
piensaenpixel 2016-10-25 17:43:50 +02:00 committed by GitHub
commit 2fdf2c7096

View File

@ -97,16 +97,16 @@ Description
.CDB-Shape-magnify.is-small {
&::before {
top: 3px;
left: 3px;
width: 6px;
height: 6px;
left: 4px;
width: 5px;
height: 5px;
}
&::after {
display: block;
position: absolute;
right: 4px;
bottom: 2px;
bottom: 3px;
width: 1px;
height: 5px;
transform: rotate(314deg);