changed logo in login and home page.

This commit is contained in:
supertiger1234 2020-03-03 17:15:52 +00:00
parent ef07329c4c
commit 0e9eaa12aa
2 changed files with 4 additions and 5 deletions

View file

@ -78,7 +78,7 @@ export default {
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
background-image: url(./../assets/logo.svg);
background-image: url(./../assets/transparentLogo.svg);
overflow: hidden;
position: relative;
margin: auto;
@ -86,7 +86,7 @@ export default {
}
.eyes {
position: absolute;
left: 110px;
left: 120px;
top: 101px;
height: 0px;
width: 25px;
@ -114,7 +114,6 @@ export default {
.header .title {
color: white;
font-size: 40px;
margin-top: 10px;
font-size: 30px;
}
</style>

View file

@ -243,7 +243,7 @@ body {
background: rgba(0, 0, 0, 0.2);
}
.logo {
background: url("../assets/logo.png");
background: url("../assets/transparentLogo.svg");
background-size: 100%;
height: 50px;
width: 50px;