Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
#268 : suppression du centrage vertical de la page & du margin-top né…
Browse files Browse the repository at this point in the history
…gatif
  • Loading branch information
SylvJalb committed Apr 19, 2022
1 parent 45c355b commit adae9b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app/auth-bm/bm-login/bm-login.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ nav section{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.btnTest{
background-color: #4f4f51;
Expand Down
2 changes: 1 addition & 1 deletion src/app/auth-bm/bm-login/bm-login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2>{{ 'LOGIN_BM.BM_MS.TITLE' | translate }}</h2>
</p>
</div>-->
<div id="loginGroup">
<div style="margin-top: -140px; width: 300px;">
<div style="width: 300px;">

<div class="loginDesktop">
<form class="login-container desktop">
Expand Down

0 comments on commit adae9b3

Please sign in to comment.