Unlogged layout fixes. Logo same size in all pages. Back link as button.
This commit is contained in:
parent
2f157fe48a
commit
25cd9675d8
7 changed files with 40 additions and 37 deletions
|
|
@ -114,16 +114,16 @@
|
|||
|
||||
<div class="box-setup-footer">
|
||||
<div class="left">
|
||||
<a class="text-gray" href="#!/">
|
||||
<a class="button-setup text-gray" href="#!/">
|
||||
<i class="icon-arrow-left4"></i>
|
||||
<span translate>Back</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="right">
|
||||
<a class="text-gray" href="https://copay.io/profile-storage" <span translate>Learn more about this option</span>
|
||||
<a class="button-setup text-gray" href="https://copay.io/profile-storage">
|
||||
Learn more about this option
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
</button>
|
||||
<div class="box-setup-footer">
|
||||
<div class="left">
|
||||
<a class="text-gray" ng-click="setStep('storage')">
|
||||
<a class="button-setup text-gray" ng-click="setStep('storage')">
|
||||
<i class="icon-arrow-left4"></i>
|
||||
<span translate>Back</span>
|
||||
</a>
|
||||
|
|
@ -193,7 +193,7 @@
|
|||
|
||||
<div class="box-setup-footer">
|
||||
<div class="left">
|
||||
<a class="text-gray" ng-click="setStep('email')">
|
||||
<a class="button-setup text-gray" ng-click="setStep('email')">
|
||||
<i class="icon-arrow-left4"></i>
|
||||
<span translate>Back</span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue