update add wallet view
This commit is contained in:
parent
09859996a2
commit
bacf1fb68f
4 changed files with 26 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<ion-view>
|
||||
<ion-nav-bar>
|
||||
<ion-view id="view-add">
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-title>{{'Add wallet' | translate}}</ion-nav-title>
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button no-border" ng-click="$ionicGoBack()">
|
||||
|
|
@ -10,20 +10,20 @@
|
|||
|
||||
<ion-content>
|
||||
<ion-list>
|
||||
<ion-item class="item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="add.create.personal">
|
||||
<a class="item item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="add.create.personal">
|
||||
<h2 translate>Create new wallet</h2>
|
||||
<i class="icon ion-chevron-right icon-accessory"></i>
|
||||
</ion-item>
|
||||
<i class="icon ion-ios-arrow-right nav-item-arrow-right"></i>
|
||||
</a>
|
||||
|
||||
<ion-item class="item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="add.join">
|
||||
<a class="item item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="add.join">
|
||||
<h2 translate>Join shared wallet</h2>
|
||||
<i class="icon ion-chevron-right icon-accessory"></i>
|
||||
</ion-item>
|
||||
<i class="icon ion-ios-arrow-right nav-item-arrow-right"></i>
|
||||
</a>
|
||||
|
||||
<ion-item class="item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="add.import.phrase">
|
||||
<a class="item item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="add.import.phrase">
|
||||
<h2 translate>Import wallet</h2>
|
||||
<i class="icon ion-chevron-right icon-accessory"></i>
|
||||
</ion-item>
|
||||
<i class="icon ion-ios-arrow-right nav-item-arrow-right"></i>
|
||||
</a>
|
||||
</ion-list>
|
||||
|
||||
</ion-content>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
$font-family-sans-serif: "Roboto", sans-serif;
|
||||
$font-family-light-sans-serif: "Roboto-Light", sans-serif-light;
|
||||
$royal: #1e3186;
|
||||
$base-background-color: #f5f5f5;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -999,5 +999,6 @@ input[type=number] {
|
|||
|
||||
@import "ionic";
|
||||
@import "common";
|
||||
@import "views/add";
|
||||
@import "views/tab-home";
|
||||
@import "views/includes/walletActivity";
|
||||
|
|
|
|||
13
src/sass/views/add.scss
Normal file
13
src/sass/views/add.scss
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#view-add {
|
||||
|
||||
.item {
|
||||
margin-bottom: 10px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
|
||||
&:first-child {
|
||||
margin-top: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue