fix(item): add item cover styling

This commit is contained in:
Brandy Carney
2017-08-10 17:49:57 -04:00
parent cd7e8c3d35
commit ae1adbcc66

View File

@ -86,3 +86,14 @@ ion-input.item {
align-items: flex-start; align-items: flex-start;
} }
.item-cover {
@include position(0, null, null, 0);
position: absolute;
width: 100%;
height: 100%;
background: transparent;
cursor: pointer;
}