Add images and wow styles

This commit is contained in:
obergodmar
2020-06-23 01:53:34 +03:00
parent 00e142bf09
commit 98a307f2cc
24 changed files with 259 additions and 21 deletions
@@ -0,0 +1,18 @@
@import "../../app/style";
.preview {
z-index: 4;
cursor: pointer;
min-width: 320px;
min-height: 180px;
margin: 5px;
border: 10px double var(--foreground);
border-image: $border 12 12 11 12;
border-image-width: 10px;
border-image-outset: 5px;
border-image-repeat: stretch stretch;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
transition: opacity 800ms ease-in-out;
}