mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-11 09:01:37 +00:00
Bring back Prof. Lion
This commit is contained in:
parent
df85254d3c
commit
627f9e47c6
2 changed files with 8 additions and 1 deletions
services/web/public
BIN
services/web/public/img/lion-128.png
Normal file
BIN
services/web/public/img/lion-128.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 10 KiB |
|
@ -50,15 +50,22 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading-screen {
|
.loading-screen {
|
||||||
|
h3 {
|
||||||
|
padding-top: 136px;
|
||||||
|
background-image: url(/img/lion-128.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: top center;
|
||||||
|
}
|
||||||
.full-size;
|
.full-size;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
.container {
|
.container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
margin-left: -200px;
|
margin-left: -200px;
|
||||||
|
margin-top: -140px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue