mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
First pass at redoing the homepage for deprecating SL
This commit is contained in:
parent
740571475c
commit
0b507a541d
1 changed files with 47 additions and 0 deletions
|
@ -1,3 +1,50 @@
|
|||
.deprecated-sl-masthead {
|
||||
display: inline-block;
|
||||
margin-top: @header-height;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
h1 {
|
||||
font-size: 3.3rem;
|
||||
line-height: 5rem;
|
||||
margin-bottom: 0;
|
||||
margin-top: @line-height-computed;
|
||||
}
|
||||
.sub-mast-heading {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.img {
|
||||
max-width: 420px;
|
||||
background-image: url('/img/ol_plus_sl.png');
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
margin: auto;
|
||||
height: 195px;
|
||||
}
|
||||
p {
|
||||
width: 80%;
|
||||
margin: 20px auto;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.deprecated-sl-login-boxes {
|
||||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.deprecated-sl-login-box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 270px;
|
||||
h3 {
|
||||
margin-top: 12.5px;
|
||||
}
|
||||
.btn {
|
||||
display: block;
|
||||
margin: auto auto 0;
|
||||
}
|
||||
}
|
||||
|
||||
.masthead {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue