Skip to content

Commit d703b94

Browse files
authored
Remove sign-in conditions from LoginBox (#1014)
1 parent 17e7c8f commit d703b94

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

web_ui/dex_templates/static/main.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ input:-webkit-autofill {
220220

221221
.loginBox {
222222
width: 48rem;
223-
min-height: 55rem;
223+
min-height: 50rem;
224224
}
225225

226226
.loginBox__content {
@@ -258,12 +258,6 @@ input:-webkit-autofill {
258258
border: 0 !important;
259259
}
260260

261-
.loginBox__footer {
262-
text-align: center;
263-
font-size: 1.4rem;
264-
margin-bottom: 2.5rem;
265-
}
266-
267261
.loginBox__label {
268262
font-family: intelOne;
269263
font-size: 1.2rem;

web_ui/dex_templates/templates/password.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ <h1 class="loginBox__signIn" id="login-sign-in">Sign in</h1>
6363
<button tabindex="3" id="submit-login" class="spectrum-Button spectrum-Button--cta spectrum-Button--sizeL loginBox__btn" type="submit">
6464
<span class="spectrum-Button-label" id="login-sign-in-btn">Sign In</span>
6565
</button>
66-
<span class="loginBox__footer" id="login-footer">By signing in, you agree to our
67-
<a href="https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html" id="privacy-id" target="_blank" rel="noopener noreferrer" class="loginBox__link">Privacy</a> and
68-
<a href="https://www.intel.com/content/www/us/en/legal/terms-of-use.html" id="terms-of-use-id" target="_blank" rel="noopener noreferrer" class="loginBox__link">Terms of use</a>.
69-
</span>
7066
</form>
7167
</div>
7268
</div>

0 commit comments

Comments
 (0)