Skip to content

Commit 4fdaabe

Browse files
committed
chore(ui): styles fixed
1 parent bd00b5a commit 4fdaabe

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/app/app.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
<router-outlet></router-outlet>
1+
<div class="container">
2+
<router-outlet></router-outlet>
3+
</div>

src/login/login.html

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ <h1>Login</h1>
1010
<input type="password" #password class="form-control" id="password" placeholder="Password">
1111
</div>
1212
<button type="submit" class="btn btn-default">Submit</button>
13+
<a href="/signup">Click here to Signup</a>
1314
</form>
1415
</div>

src/signup/signup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="login jumbotron center-block">
1+
<div class="signup center-block jumbotron">
22
<h1>Signup</h1>
33
<form role="form" (submit)="signup($event, username.value, password.value)">
44
<div class="form-group">

0 commit comments

Comments
 (0)