Skip to content

Commit

Permalink
Corrige sonar
Browse files Browse the repository at this point in the history
Signed-off-by: DaviMarinho <[email protected]>
  • Loading branch information
DaviMarinho committed Dec 11, 2023
1 parent cc08e41 commit 3fc2093
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/pages/login-social/login-social.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
background-color: white;
color: #969696;
padding: 10px 20px;
border-color: black;
border-color: #3c3c3b;
width: 260px;
height: 30px;
top: 210px;
Expand All @@ -42,9 +42,9 @@

.facebook-button {
text-align: center;
color: black;
color: #3c3c3b;
padding: 10px 20px;
border-color: black;
border-color: #3c3c3b;
width: 260px;
height: 40px;
top: 210px;
Expand Down Expand Up @@ -76,7 +76,7 @@
background-color: white;
color: #969696;
padding: 10px 20px;
border-color: black;
border-color: #3c3c3b;
width: 260px;
height: 40px;
top: 210px;
Expand Down

0 comments on commit 3fc2093

Please sign in to comment.