Skip to content

Commit

Permalink
fixup! feat(apps): create login page
Browse files Browse the repository at this point in the history
  • Loading branch information
josephperrott committed Apr 7, 2022
1 parent 9eef989 commit 3ab7322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/prs/src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<mat-toolbar color="primary" class="app-header-bar">
<span class="spacer"></span>
<account></account>
<account-menu-button></account-menu-button>
</mat-toolbar>
<mat-sidenav-container class="sidenav-container">
<mat-sidenav #drawer class="sidenav" mode="side">
Expand Down
8 changes: 3 additions & 5 deletions apps/prs/src/app/login/login.component.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
:host {
.mat-card {
width: 500px;
margin: 150px auto 0;
}
.mat-card {
width: 500px;
margin: 150px auto 0;
}

0 comments on commit 3ab7322

Please sign in to comment.