landing page

This commit is contained in:
carodej
2020-07-08 09:07:11 +02:00
parent 5a5125967f
commit a43f0e6908
46 changed files with 2926 additions and 641 deletions

View File

@@ -13,6 +13,12 @@
class="image-preview"
v-if="imagePreview"
/>
<img
ref="image"
:src="imagePreview"
class="image-preview blurred"
v-if="imagePreview"
/>
</div>
</template>
@@ -84,6 +90,12 @@
height: 62px;
object-fit: cover;
border-radius: 8px;
z-index: 1;
position: relative;
}
.blurred {
@include blurred-image;
}
}
</style>