Preview icon for images

This commit is contained in:
Simon
2018-06-19 13:56:00 -04:00
parent d8486104b4
commit e0b5aad654
2 changed files with 30 additions and 8 deletions

View File

@@ -51,6 +51,15 @@
-o-animation: vimCaret 1s linear infinite;
animation: vimCaret 1s linear infinite; }
.prev-img {
width: 100%;
max-width: 250px;
height: 100%;
}
.prev-icon {
cursor: pointer;
}
@-webkit-keyframes vimCaret {
0% {
background-color: transparent; }