mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-14 12:01:06 +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-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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue