Skip to content

Commit

Permalink
Merge pull request #85 from Athaxv/login-signup-modal-css-#84
Browse files Browse the repository at this point in the history
added-css-features
  • Loading branch information
Anu27n authored Oct 10, 2024
2 parents 5e94a3b + c524d00 commit fcc0a2b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 135 deletions.
153 changes: 22 additions & 131 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions src/Modal.js

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

21 changes: 19 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,22 @@ body.nav-active {
transform: scale(1.15);
}
}

.modal-content{
color: black;
}
.modal-content h2{
display: flex;
justify-content: center ;
}
.modal-content p{
padding-top: 1rem;
padding-bottom: 0.25rem;
}
.inputBox {
border: 1px solid gray;
border-radius: 5px;
padding: 5px;
}
.hero .section-subtitle::after {
margin-block: 14px 20px;
}
Expand Down Expand Up @@ -1365,7 +1380,9 @@ body.nav-active {
border-radius: var(--radius-circle);
margin-block-end: 15px;
}

.primary-btn{
font-size: 18px;
}
.testi .profile-name {
color: var(--gold-crayola);
font-weight: var(--weight-bold);
Expand Down

0 comments on commit fcc0a2b

Please sign in to comment.