mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-12 23:16:09 +00:00
Merge pull request #10484 from overleaf/ds-homepage-css-bug-fix
fixed the css bug on home page, removed the variable GitOrigin-RevId: 5a2ca4aa75d15205d56e83d598535128643e6b39
This commit is contained in:
parent
994736548e
commit
f8fc0f5c73
1 changed files with 1 additions and 9 deletions
|
@ -94,7 +94,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.login-btn when(@is-new-css = false) {
|
||||
.login-btn {
|
||||
.btn;
|
||||
.btn-default;
|
||||
position: relative;
|
||||
|
@ -102,14 +102,6 @@
|
|||
padding-right: 0;
|
||||
}
|
||||
|
||||
.login-btn when(@is-new-css = true) {
|
||||
.btn;
|
||||
.btn-secondary;
|
||||
position: relative;
|
||||
padding-left: 20px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.login-btn-sharelatex {
|
||||
background-color: @brand-sharelatex-color;
|
||||
&:focus,
|
||||
|
|
Loading…
Add table
Reference in a new issue