Skip to content

Commit

Permalink
Merge pull request #2441 from BamaCharanChhandogi/addCSS
Browse files Browse the repository at this point in the history
enhanced CSS on SignUp Form
  • Loading branch information
lindapaiste authored Sep 15, 2023
2 parents 27a96ac + 830fea3 commit d5eee45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/styles/components/_form-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}

.form-container--align-left .form-container__content {
Expand Down Expand Up @@ -71,3 +72,6 @@
.form-container__stack > * + * {
margin-top: #{10 / $base-font-size}rem;
}
.form__navigation-options a {
font-weight: bold;
}

0 comments on commit d5eee45

Please sign in to comment.