aboutsummaryrefslogtreecommitdiff
path: root/src/app/create-identity/create-identity.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/create-identity/create-identity.component.html')
-rw-r--r--src/app/create-identity/create-identity.component.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/app/create-identity/create-identity.component.html b/src/app/create-identity/create-identity.component.html
index d2e27fe..e1bfa3d 100644
--- a/src/app/create-identity/create-identity.component.html
+++ b/src/app/create-identity/create-identity.component.html
@@ -1,7 +1,8 @@
1<div class="c-card u-p-x3"> 1<div class="c-card c-card--no-padding u-p-x3">
2 <div class="o-type-20 u-pb-x1" >Create new identity</div> 2 <h1 class="o-type-22 u-pb-x1 u-color-primary-light" >Create new identity</h1>
3 <div class="o-list o-list--inline"> 3 <div class="o-list o-list--inline">
4 <input [(ngModel)]="this.input_text" type="text" class="o-list__item c-input" placeholder="Identity Name"/> 4 <p class="u-color-grey">Identity Name:</p>
5 <input [(ngModel)]="this.input_text" type="text" class="o-list__item c-input" placeholder="e.g. Testname, ..."/>
5 <a class="o-list__item c-button" (click)="onClick()"><i class="fa fa-plus"></i></a> 6 <a class="o-list__item c-button" (click)="onClick()"><i class="fa fa-plus"></i></a>
6 <div *ngIf="!is_free" class="o-list__item c-spinner"></div> 7 <div *ngIf="!is_free" class="o-list__item c-spinner"></div>
7 </div> 8 </div>