Skip to content

Commit d5eee45

Browse files
authored
Merge pull request #2441 from BamaCharanChhandogi/addCSS
enhanced CSS on SignUp Form
2 parents 27a96ac + 830fea3 commit d5eee45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/styles/components/_form-container.scss

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
flex-direction: column;
3434
justify-content: center;
3535
align-items: center;
36+
margin-bottom: 20px;
3637
}
3738

3839
.form-container--align-left .form-container__content {
@@ -71,3 +72,6 @@
7172
.form-container__stack > * + * {
7273
margin-top: #{10 / $base-font-size}rem;
7374
}
75+
.form__navigation-options a {
76+
font-weight: bold;
77+
}

0 commit comments

Comments
 (0)