Added hover for thumbnails

This commit is contained in:
Erick Kad-Bay
2016-11-29 15:20:16 -05:00
parent 47e0e948d1
commit 067f5f1a08
2 changed files with 18 additions and 1 deletions

View File

@ -43,3 +43,20 @@
}
}
.img-thumbnail{
padding: 4px;
background-color: white;
border: 1px solid #dddddd;
border-radius: 4px;
&.large{
display: none;
}
&:hover + &.large{
display: inline-block;
position: absolute;
z-index: 1;
}
}