Skip to content

Commit

Permalink
arrumando visual botoes login social
Browse files Browse the repository at this point in the history
  • Loading branch information
castroricardo1 committed Dec 11, 2023
1 parent 2fb6975 commit 49840e8
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 73 deletions.
151 changes: 78 additions & 73 deletions src/app/pages/login-social/login-social.component.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

@font-face {
font-family: "Helvetic";
src: url("../../../assets/fonts/Helvetica.ttf") format("truetype");
font-family: 'Helvetic';
src: url('../../../assets/fonts/Helvetica.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
Expand All @@ -12,105 +13,109 @@
align-items: center;
width: 100%;
max-width: 360px;
margin-right: auto;
margin-left: auto;
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-position: center;
background-size: 7% auto;
background-repeat: no-repeat;
background-position: 220px 6px;
margin-bottom: 10.5px;

}


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

}

.facebook-button span {
.facebook-button span{
position: relative;
margin-left: 30px;
font-family: Helvetic, sans-serif;
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: 30px;
top: 210px;
left: 50px;
margin: 5px;
border: 0.15px solid #3C3C3B;
border-radius: 9px;
line-height: 10px;
font-weight: 400;
font-size: 13px;
margin-top: 10.5px;
margin-bottom: 18.5px;
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-position: center;
background-size: 8% auto;
background-repeat: no-repeat;
background-position: 12px 9px;

}

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

.cadastro {
font-size: 13px;
color: #0087c8;
color: #0087C8;
margin-left: -72px;
margin-top: 18.5px;
margin-top: 18.5px
}
Binary file added src/assets/imgs/catalog-thumbs/5.Diálogos.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49840e8

Please sign in to comment.