Skip to content

Commit

Permalink
💄 changed background image and favicon #46
Browse files Browse the repository at this point in the history
  • Loading branch information
jannik.lange committed May 21, 2024
1 parent 98fb72a commit 6d60990
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Binary file removed frontend/public/images/favicon.ico
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div
v-if="isLoading"
class="v-progress-linear"
style="position: absolute; left: 50%; top: 30%; z-index: 1000"
>
<v-progress-circular
:size="150"
Expand Down
11 changes: 2 additions & 9 deletions frontend/src/features/the-background/the-background.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<img src="@/assets/background-ufo2.svg" style="position: absolute; right: 0;bottom: 0;"/>
<img src="@/assets/background-ufo.svg" style="position: absolute; left: 0;bottom: 0;"/>
</template>

<script lang="ts">
Expand All @@ -11,12 +11,5 @@ export default class TheBackGround extends Vue {
</script>

<style scoped>
.background {
background-size: cover;
background-position-x: 70%;
background-position-y: 50%;
position: fixed;
width: 100%;
height: 100%;
}
</style>

0 comments on commit 6d60990

Please sign in to comment.