Add styles for the newsletter checkbox.

This commit is contained in:
Paulo Reis 2018-09-20 15:18:27 +01:00 committed by James Allen
parent b008d163e7
commit 70e99d4001

View file

@ -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);
}