Skip to content

Commit

Permalink
chore: add login page
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Aug 19, 2024
1 parent 4fe5fb6 commit 10bda3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
tuiTitle
[style.text-align]="'center'"
>
Cleaning schedule
Login
</h2>
</header>
<form
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.card {
top: 50%;
bottom: 50%;
width: max-content;
margin: 3rem auto;
margin: auto;
transform: translateY(-50%);
height: max-content;
}

.block-input {
Expand Down

0 comments on commit 10bda3f

Please sign in to comment.