Skip to content

Commit

Permalink
Framework: Adds missing border top to LoggedOutForm footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ebinnion committed Dec 12, 2015
1 parent 2505504 commit f94e09a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/logged-out-form/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

.logged-out-form__footer {
background: lighten( $gray, 34% );
border-top: 1px solid lighten( $gray, 30% );
box-shadow: none;
margin: 0 -16px -16px -16px;
padding: 16px;
Expand Down

0 comments on commit f94e09a

Please sign in to comment.