-
Notifications
You must be signed in to change notification settings - Fork 391
add logo and link to angular in footer #79
Conversation
src/app/shared/footer/footer.scss
Outdated
| font-size: 12px; | ||
| } | ||
|
|
||
| .footer-list { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.docs-footer-list
src/app/shared/footer/footer.scss
Outdated
| width: 8.33%; | ||
| } | ||
|
|
||
| .footer-cc { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.docs-footer-copyright
src/app/shared/footer/footer.scss
Outdated
| padding: 8px; | ||
| } | ||
|
|
||
| .docs-angular-logo { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.docs-footer-angular-logo
src/app/shared/footer/footer.html
Outdated
| </div> | ||
|
|
||
| <div class="footer-links"> | ||
| <ul class="footer-links"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is having two elements with the same class intentional?
src/app/shared/footer/footer.scss
Outdated
| justify-content: flex-end; | ||
| } | ||
|
|
||
| footer ul { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can these styles use the css classes instead? There's already a class on the ul
src/app/shared/footer/footer.scss
Outdated
| flex-direction: column; | ||
| } | ||
| .footer-logo { | ||
| width: 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
display: none?
jelbourn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Added Angular logo and link to angular.io in footer to match microsite templates