mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 09:01:43 +00:00
changed logo in login and home page.
This commit is contained in:
parent
ef07329c4c
commit
0e9eaa12aa
2 changed files with 4 additions and 5 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue