Update page title to H1 (#25783)
Rebrand related work for: - VAN-160 - VAN-186
This commit is contained in:
@@ -83,11 +83,11 @@ class PasswordResetConfirmation extends React.Component {
|
||||
/>
|
||||
|
||||
<form id="passwordreset-form" method="post" action="">
|
||||
<h2 className="section-title lines">
|
||||
<h1 className="section-title">
|
||||
<span className="text">
|
||||
{this.props.formTitle}
|
||||
</span>
|
||||
</h2>
|
||||
</h1>
|
||||
|
||||
<p className="action-label" id="new_password_help_text">
|
||||
{gettext('Enter and confirm your new password.')}
|
||||
|
||||
@@ -69,13 +69,14 @@
|
||||
-webkit-flex-wrap: wrap;
|
||||
-moz-flex-wrap: wrap;
|
||||
|
||||
h2 {
|
||||
h1 {
|
||||
@extend %t-title4;
|
||||
|
||||
margin-top: $baseline;
|
||||
letter-spacing: normal;
|
||||
font-family: $font-family-sans-serif;
|
||||
color: $uxpl-blue-hover-active;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
</p>
|
||||
<p><%- gettext("To continue learning with this account, sign in below.") %></p>
|
||||
<% } else { %>
|
||||
<h2><%- gettext("Sign In") %></h2>
|
||||
<h1><%- gettext("Sign In") %></h1>
|
||||
<% } %>
|
||||
|
||||
<form id="login" class="login-form" tabindex="-1" method="POST">
|
||||
|
||||
Reference in New Issue
Block a user