Commit ede1c70e by zubair-arbi

Merge pull request #7944 from edx/zub/bugfix/ecom-1470-photo-verification-heading

change photo reverification page heading from h3 to h1
parents 2817ce14 b393f167
......@@ -2414,6 +2414,12 @@
}
}
// UI: photo reverification heading
h1.photo_verification {
@extend %t-title1;
text-align: left;
}
// ====================
// STATE: already verified
......
<div id="wrapper-facephoto" class="wrapper-view block-photo face-photo-step">
<div class="facephoto view">
<h3 class="title"><%- gettext( "Take Your Photo" ) %></h3>
<h1 class="title photo_verification"><%- gettext( "Take Your Photo" ) %></h1>
<div class="instruction">
<p><%- gettext( "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID." ) %></p>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment