mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #10633 from overleaf/ds-login-page-css-new-builds
Add new CSS styling back to `login` and `Home` page GitOrigin-RevId: da4d9bfd91373de52495e0624ada2a735dca23e4
This commit is contained in:
parent
9bda93fca0
commit
a5f19e6903
3 changed files with 22 additions and 9 deletions
|
@ -182,7 +182,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.hp-login-btn {
|
||||
.hp-login-btn when(@is-new-css = false) {
|
||||
.login-btn;
|
||||
min-width: 220px;
|
||||
|
||||
|
@ -195,6 +195,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.hp-login-btn when(@is-new-css = true) {
|
||||
.login-btn;
|
||||
min-width: 220px;
|
||||
}
|
||||
|
||||
.hp-login-btn-large {
|
||||
.hp-login-btn;
|
||||
|
||||
|
|
|
@ -94,14 +94,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.login-btn {
|
||||
.btn;
|
||||
.btn-default;
|
||||
position: relative;
|
||||
padding-left: 20px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.login-btn-sharelatex {
|
||||
background-color: @brand-sharelatex-color;
|
||||
&:focus,
|
||||
|
|
|
@ -302,3 +302,19 @@ input[type='button'] {
|
|||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.login-btn when(@is-new-css = true) {
|
||||
.btn;
|
||||
.btn-secondary;
|
||||
position: relative;
|
||||
padding-left: 20px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.login-btn when(@is-new-css = false) {
|
||||
.btn;
|
||||
.btn-default;
|
||||
position: relative;
|
||||
padding-left: 20px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue