mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #15522 from overleaf/remove-old-registration-login
Tear down focus-registration split test and make the new variant to be the default GitOrigin-RevId: e80d3568063f2e23a3671c93b65425bf760657b1
This commit is contained in:
parent
220998839b
commit
09b910e58d
2 changed files with 3 additions and 8 deletions
|
@ -138,11 +138,6 @@
|
|||
background-size: 22px;
|
||||
}
|
||||
|
||||
.login-register-header-heading {
|
||||
margin: 0;
|
||||
color: @text-color;
|
||||
}
|
||||
|
||||
.registration-message-heading {
|
||||
color: @text-color;
|
||||
}
|
||||
|
|
|
@ -8,16 +8,16 @@
|
|||
padding: 8px 0;
|
||||
}
|
||||
|
||||
.login-register-header-active {
|
||||
.login-register-header-focus {
|
||||
padding-top: @line-height-computed;
|
||||
}
|
||||
|
||||
.login-register-header-heading-active {
|
||||
.login-register-header-heading-focus {
|
||||
color: @neutral-90;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.login-register-form-active {
|
||||
.login-register-form-focus {
|
||||
padding: @line-height-computed;
|
||||
padding-bottom: 0;
|
||||
border-bottom: solid 1px @hr-border;
|
||||
|
|
Loading…
Reference in a new issue