Makes only the icon clickable to remove a card.

This commit is contained in:
Andy Phillipson 2016-11-18 10:22:41 -05:00
commit b146f27d1f
2 changed files with 9 additions and 2 deletions

View file

@ -11,5 +11,12 @@
color: $light-gray;
font-size: 14px;
}
&.item-icon-right {
.icon-hotspot {
right: 0px;
padding-left: 11px;
padding-right: 11px;
}
}
}
}