Skip to content

Commit

Permalink
code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
nkarmazina committed Oct 12, 2023
1 parent 7c95f31 commit 9349b29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions frontend/src/app/login/login.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@ h1{
color: black;
}

.wrongLogin{
background-color: var(--grape);
text-align: center;
}

.loginFont{
color:var(--ocean-blue);
}
Expand Down
1 change: 0 additions & 1 deletion frontend/src/app/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<div *ngIf="error" class="alert alert-danger text-center" style="margin-bottom: 15px; width: 210px;">
<b>Login Failed: </b>{{error}}
</div>
<!-- <p class="wrongLogin" ></p> -->
<!-- Formular -->
<h1 class="LargeHeadline2 loginFont">Login</h1>
<form #form="ngForm" novalidate (ngSubmit)="login(form)">
Expand Down

0 comments on commit 9349b29

Please sign in to comment.