change photo reverification page heading from h3 to h1

ECOM-1470
This commit is contained in:
zubair-arbi
2015-05-06 17:47:00 +05:00
parent 63f4aa8ceb
commit b393f167fe
2 changed files with 7 additions and 1 deletions

View File

@@ -2414,6 +2414,12 @@
}
}
// UI: photo reverification heading
h1.photo_verification {
@extend %t-title1;
text-align: left;
}
// ====================
// STATE: already verified

View File

@@ -1,6 +1,6 @@
<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>