adding latest

This commit is contained in:
2020-03-24 23:47:10 +00:00
parent 44aaddd3bc
commit bd1bbc284d
14 changed files with 285 additions and 29 deletions

View File

@@ -2,13 +2,18 @@
<video-background
:src="video"
style=" height: 100vh;"
overlay="linear-gradient(45deg,#2a4ae430,#fb949e6b)"
overlay="linear-gradient(to right, #05193799, #10183d90, #1e164090, #2b114290, #39094190)"
>
<LoginForm></LoginForm>
</video-background>
</template>
<script>
import LoginForm from "../views/forms/LoginForm";
export default {
components: {
LoginForm,
},
data() {
return {
video: require("../assets/videos/optical.mp4")