add style on disclaimer

This commit is contained in:
bechi 2015-11-16 17:04:46 -03:00
commit f2375a7bac
2 changed files with 24 additions and 16 deletions

View file

@ -1,22 +1,20 @@
<div class="splash content text-center"
ng-init="init()"
<div class="splash content text-center"
ng-init="init()"
ng-controller="disclaimerController">
<div ng-if="!agreed">
<div class="row">
<div class="medium-centered small-centered large-centered columns">
<div class="m20t">
<span class="text-bold size-16 text-white" translate>WELCOME TO COPAY</span>
<p class="text-gray size-14 m0 text-light" translate>A multisignature bitcoin wallet</p>
</div>
</div>
</div>
<div class="row">
<div class="container-image large-3 medium-3 small-3 medium-centered small-centered large-centered columns">
<div class="container-image large-2 medium-2 small-2 medium-centered small-centered large-centered columns">
<img src="img/icon-splash.png" alt="icon" width="100%">
</div>
<div class="row">
<div class="medium-centered small-centered large-centered columns">
<span class="text-bold size-16 text-white" translate>WELCOME TO COPAY</span>
<p class="text-gray size-14 m0 text-light" translate>A multisignature bitcoin wallet</p>
</div>
</div>
<div class="row">
<div class="scrollArea">
<p class="enable_text_select size-14">
<p class="enable_text_select m0">
<ul>
<li translate>The software you are about to use functions as a free, open source, and multi-signature digital wallet.</li>
<li translate>The software does not constitute an account where BitPay or other third parties serve as financial intermediaries or custodians of your bitcoin.</li>
@ -56,15 +54,13 @@
</p>
</div>
<div ng-show="!agreed">
<p translate>I affirm that I have read, understood, and agree with these terms.</p>
<p class="text-gray columns" translate>I affirm that I have read, understood, and agree with these terms.</p>
</div>
<div class="row" ng-show="!creatingProfile">
<div class="start-button large-8 medium-8 small-8 medium-centered small-centered large-centered columns">
<div class="start-button columns">
<button ng-click="create()" class="button black expand round size-12 text-spacing" translate>
GET STARTED
</button>
<p class="text-gray m5b size-12" translate>Already have a wallet?</p>
<button ng-click="create(true)" class="button round outline dark-gray tiny" translate>Import backup </button>
</div>
</div>
</div>

View file

@ -1096,6 +1096,18 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
.scrollArea {
height: 280px;
overflow: scroll;
background: #213140;
border: 1px solid #4B6178;
border-radius: 5px;
margin: 1.6rem;
color: #A5B2BF;
line-height: 30px;
padding: 0.5rem;
}
.scrollArea ul {
font-size: 0.8rem;
text-align: left;
}
.tabbable {
@ -1203,7 +1215,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
}
.splash .container-image {
padding: 2rem 0;
padding: 1rem 0;
}
.preferences li {