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

View file

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