mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add styles for the newsletter checkbox.
This commit is contained in:
parent
b008d163e7
commit
70e99d4001
1 changed files with 10 additions and 0 deletions
|
@ -91,6 +91,16 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.login-register-newsletter {
|
||||
font-size: 90%;
|
||||
margin: @line-height-computed -(2 * @line-height-computed) 0;
|
||||
text-align: left;
|
||||
|
||||
& > .checkbox {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.login-btn-ieee {
|
||||
.make-login-register-brand-btn(@brand-ieee-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue