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 c07791f commit cc08e41
Showing 1 changed file with 89 additions and 99 deletions.
188 changes: 89 additions & 99 deletions src/app/pages/login-social/login-social.component.css
Original file line number Diff line number Diff line change
@@ -1,118 +1,108 @@

@font-face {
font-family: 'Helvetic';
src: url('../../../assets/fonts/Helvetica.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
font-family: "Helvetic";
src: url("../../../assets/fonts/Helvetica.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}

.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
max-width: 360px;
margin-right: auto;
margin-left: auto;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
max-width: 360px;
margin-right: auto;
margin-left: auto;
height: 100%;
}

.google-button {
text-align: center;
background-color: white;
color: #969696;
padding: 10px 20px;
border-color: black;
width: 260px;
height: 30px;
top: 210px;
left: 50px;
margin: 5px;
border: 0.15px solid #3C3C3B;
border-radius: 9px;
line-height: 10px;
font-weight: 400;
font-size: 13px;
background-image: url('../../../assets/google.png');
background-size: 7% auto;
background-repeat: no-repeat;
background-position: 220px 6px;
margin-bottom: 10.5px;

text-align: center;
background-color: white;
color: #969696;
padding: 10px 20px;
border-color: black;
width: 260px;
height: 30px;
top: 210px;
left: 50px;
margin: 5px;
border: 0.15px solid #3c3c3b;
border-radius: 9px;
line-height: 10px;
font-weight: 400;
font-size: 13px;
background-image: url("../../../assets/google.png");
background-size: 7% auto;
background-repeat: no-repeat;
background-position: 220px 6px;
margin-bottom: 10.5px;
}


.facebook-button {
text-align: center;
color: black;
padding: 10px 20px;
border-color: black;
width: 260px;
height: 40px;
top: 210px;
left: 25px;
cursor: pointer;
margin: 5px;
border: 1px solid #DADCE0;
border-radius: 5px;
line-height: 10px;
background-image: url('../../../assets/facebook-icon-white-png.png');
background-size: 8% auto;
background-repeat: no-repeat;
background-position: 12px 9px;
margin-bottom: 10.5px;
margin-top: 19.5px;
background-color: #1877F2;

text-align: center;
color: black;
padding: 10px 20px;
border-color: black;
width: 260px;
height: 40px;
top: 210px;
left: 25px;
cursor: pointer;
margin: 5px;
border: 1px solid #dadce0;
border-radius: 5px;
line-height: 10px;
background-image: url("../../../assets/facebook-icon-white-png.png");
background-size: 8% auto;
background-repeat: no-repeat;
background-position: 12px 9px;
margin-bottom: 10.5px;
margin-top: 19.5px;
background-color: #1877f2;
}



.facebook-button span{
position: relative;
margin-left: 30px;
font-family: Helvetic ,sans-serif;
font-size: 14px;
color: white;


.facebook-button span {
position: relative;
margin-left: 30px;
font-family: Helvetic, sans-serif;
font-size: 14px;
color: white;
}

.email-button{
text-align: center;
background-color: white;
color: #969696;
padding: 10px 20px;
border-color: black;
width: 260px;
height: 40px;
top: 210px;
left: 50px;
margin: 5px;
border: 1px solid #DADCE0;
border-radius: 5px;
line-height: 10px;
font-weight: 400;
margin-top: 10px;
margin-bottom: 18.5px;
background-image: url('../../../assets/email-svgrepo-com.svg');
background-size: 8% auto;
background-repeat: no-repeat;
background-position: 12px 9px;

.email-button {
text-align: center;
background-color: white;
color: #969696;
padding: 10px 20px;
border-color: black;
width: 260px;
height: 40px;
top: 210px;
left: 50px;
margin: 5px;
border: 1px solid #dadce0;
border-radius: 5px;
line-height: 10px;
font-weight: 400;
margin-top: 10px;
margin-bottom: 18.5px;
background-image: url("../../../assets/email-svgrepo-com.svg");
background-size: 8% auto;
background-repeat: no-repeat;
background-position: 12px 9px;
}

.email-button span{
position: relative;
margin-left: -5px;
font-size: 14px;
.email-button span {
position: relative;
margin-left: -5px;
font-size: 14px;
}

.cadastro {
font-size: 13px;
color: #0087C8;
margin-left: -72px;
margin-top: 18.5px
font-size: 13px;
color: #0087c8;
margin-left: -72px;
margin-top: 18.5px;
}

0 comments on commit cc08e41

Please sign in to comment.