Skip to content

Commit

Permalink
Add login and register
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Nov 28, 2023
1 parent 4c3d806 commit bc076a9
Show file tree
Hide file tree
Showing 9 changed files with 124 additions and 64 deletions.
61 changes: 37 additions & 24 deletions wp-content/themes/academyAfrica/assets/css/dist/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -128,36 +128,48 @@ label {
font-weight: 700;
line-height: 17px; /* 121.429% */
}
.google {
display: flex;
width: 250px;
padding-left: 10px;
justify-content: space-between;
align-items: center;
background: var(--White, #fff);
box-shadow: 1.38889px 1.38889px 3.47222px 0px rgba(0, 0, 0, 0.25);
height: 40px;
margin-top: 22px;
cursor: pointer;

.sign-in-with-google {
flex: 1;
height: 100%;
border: none;
background: transparent;
color: var(--primary-700, #0c1a81);
text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}
}
.social-login {
margin-top: 22px;
ul {
margin: 0;
display: flex;
flex-direction: column;
gap: 24px;
button {
border-radius: 10px;
background: #fff;
padding: 15px;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: flex-start;
height: 54px;
width: 100%;
border: none;
gap: 15px;
&.google {
color: rgba(0, 0, 0, 0.54);
font-family: Open Sans;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
&.facebook {
gap: 15px;
color: #1877f2;
font-family: Open Sans;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
&.twitter {
color: var(--shades-black, #000);
font-family: Open Sans;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
}
}
.content-divider {
Expand Down
11 changes: 11 additions & 0 deletions wp-content/themes/academyAfrica/assets/images/icons/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bc076a9

Please sign in to comment.