diff --git a/services/web/frontend/stylesheets/app/homepage.less b/services/web/frontend/stylesheets/app/homepage.less index cb4baa3502..5659946dfa 100644 --- a/services/web/frontend/stylesheets/app/homepage.less +++ b/services/web/frontend/stylesheets/app/homepage.less @@ -506,16 +506,6 @@ } } - .home-register-newsletter-checkbox { - font-size: 0.75rem; - margin-top: 10px; - text-align: center; - - input[type='checkbox'] { - margin-top: 2px; - } - } - .home-millions-user-text { text-align: center; font-size: 1.25rem; diff --git a/services/web/frontend/stylesheets/app/login-register.less b/services/web/frontend/stylesheets/app/login-register.less index c9abeafa8c..e662746493 100644 --- a/services/web/frontend/stylesheets/app/login-register.less +++ b/services/web/frontend/stylesheets/app/login-register.less @@ -75,16 +75,6 @@ padding: 0 (@line-height-computed / 2); } -.login-register-newsletter { - font-size: 90%; - margin-top: @line-height-computed; - text-align: left; - - & > .checkbox { - margin-bottom: 0; - } -} - .login-btn-icon { position: absolute; top: 4px; @@ -344,13 +334,4 @@ } } } - - // for accessibility with keyboard navigation - .login-register-newsletter { - .checkbox { - input[type='checkbox']:focus { - outline: 1px solid var(--emerald-green); - } - } - } }