add title and button text
This commit is contained in:
parent
691139f2b1
commit
c1d19a2973
2 changed files with 3 additions and 2 deletions
|
|
@ -12,6 +12,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="size-16 text-gray" translate>Terms of Use</div>
|
||||
<div class="scrollArea">
|
||||
<p class="enable_text_select m0">
|
||||
<ul>
|
||||
|
|
@ -49,7 +50,7 @@
|
|||
|
||||
<div class="start-button columns">
|
||||
<button ng-disabled="creatingProfile" ng-click="goHome()" class="button black expand round size-12 text-spacing" translate>
|
||||
GET STARTED
|
||||
I AGREE. GET STARTED
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1099,7 +1099,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
background: #213140;
|
||||
border: 1px solid #4B6178;
|
||||
border-radius: 5px;
|
||||
margin: 1.6rem;
|
||||
margin: 0 1.6rem 1.6rem 1.6rem;
|
||||
color: #A5B2BF;
|
||||
line-height: 30px;
|
||||
padding: 0.5rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue