File tree Expand file tree Collapse file tree 5 files changed +24
-12
lines changed Expand file tree Collapse file tree 5 files changed +24
-12
lines changed Original file line number Diff line number Diff line change 23
23
display : flex;
24
24
justify-content : space-between;
25
25
26
- & .logo-wrapper {
27
- grid-row : 1 / 4 ;
26
+ & .spacer {
27
+ grid-row : 2 / 4 ;
28
+ }
29
+
30
+ & .info-link {
31
+ margin-top : auto;
32
+ margin-bottom : auto;
33
+ line-height : 40px ;
28
34
}
29
35
}
30
36
58
64
59
65
& .footer-statement {
60
66
justify-content : space-between;
61
- background-color : var (--color-gray-100 );
62
67
}
63
68
64
69
& .footer-copyright {
65
70
color : var (--color-gray-600 );
66
71
}
67
72
68
- & .footer-contributions-wrapper {
69
- background-color : var (--color-white );
73
+ & .footer-spacer {
74
+ border : 0 ;
75
+ border-top : 2px solid var (--color-gray-300 );
76
+ display : block;
77
+ height : 2px ;
70
78
}
71
79
72
80
& .footer-contributions {
Original file line number Diff line number Diff line change 7
7
8
8
<EsFooter::EsStatement @tagline ={{ tagline }} />
9
9
10
+ <hr class =" footer-spacer container py-0 my-3" >
11
+
10
12
<EsFooter::EsContributions @contributorLinks ={{ contributorLinks }} />
11
13
</footer >
Original file line number Diff line number Diff line change 1
- <div class =" footer-contributions-wrapper container py -3" >
1
+ <div class =" footer-contributions-wrapper container pt-0 pb -3" >
2
2
<div class =" footer-contributions" >
3
3
<span >Ember is generously supported by</span >
4
4
<div class =" mt-1" >
Original file line number Diff line number Diff line change 1
- <div class =" footer-info container py-2 text-sm " >
1
+ <div class =" footer-info container py-5 " >
2
2
<div class =" footer-info-links" >
3
- <div class =" logo-wrapper" >
4
- <img src =" /images/ember-logo.svg" alt =" Ember Logo" class =" footer-logo" >
5
- </div >
3
+
4
+ <img src =" /images/ember-logo.svg" height =" 40px" width =" 83px" alt =" Ember Logo" class =" footer-logo" >
5
+
6
+ <div class =" spacer" ></div >
7
+
6
8
{{ #each args.infoLinks as |link |}}
7
- <a href ={{ link.href }} >{{ link.name }} </a >
9
+ <a href ={{ link.href }} class = " info-link " >{{ link.name }} </a >
8
10
{{ /each }}
9
11
</div >
10
12
<div class =" footer-social hide-on-mobile" >
Original file line number Diff line number Diff line change 1
1
<div class =" footer-statement" >
2
- <p class =" footer-copyright container py-3 " >
2
+ <p class =" footer-copyright container py-1 " >
3
3
© Copyright {{ currentYear }} - <a href =" https://www.tilde.io/" class =" footer-copyright" >Tilde Inc.</a >
4
4
<br >
5
5
{{ args.tagline }}
You can’t perform that action at this time.
0 commit comments