Skip to content

Commit

Permalink
Merge branch feat/components/login into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
annacoutinho committed Dec 5, 2024
2 parents cb3721b + 2e0a3cf commit 3e11dee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions src/app/pages/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,5 @@
</form>

<p (click)="navigateToSignup()" (keydown.enter)="navigateToSignup()" role="button" tabindex="0">Cadastre-se aqui</p>

<div class="social-buttons">
<app-socials-button variant="facebook"> Facebook </app-socials-button>
<app-socials-button variant="google-icon"> Google </app-socials-button>
<app-socials-button variant="email"> E-mail </app-socials-button>
</div>
</div>
</div>
9 changes: 0 additions & 9 deletions src/app/pages/login/login.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ form {
margin: 0 auto;
margin-top: 20px;
}
.social-buttons {
display: flex;
flex-direction: column;
gap: 8px;
margin-top: 16px;
justify-content: center;
align-items: center;
margin-top: 15px;
}

p {
margin-top: 16px;
Expand Down

0 comments on commit 3e11dee

Please sign in to comment.