This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-23
lines changed Expand file tree Collapse file tree 3 files changed +15
-23
lines changed Original file line number Diff line number Diff line change 6
6
$foreground : map-get ($theme , foreground );
7
7
8
8
app-footer {
9
- footer ul {
10
- a {
11
- color : md-color ($primary , default-contrast );
12
- }
9
+ .docs-footer-links a {
10
+ color : md-color ($primary , default-contrast );
13
11
}
14
12
}
15
13
}
Original file line number Diff line number Diff line change 1
1
< footer class ="docs-footer ">
2
- < div class ="footer-list ">
2
+ < div class ="docs- footer-list ">
3
3
< div class ="footer-logo ">
4
- < img class ="docs-angular-logo "
4
+ < img class ="docs-footer- angular-logo "
5
5
src ="../../../assets/img/homepage/angular-white-transparent.svg "
6
6
alt ="Angular ">
7
7
</ div >
8
8
9
- < div class ="footer-links ">
10
- < ul class =" footer-links " >
9
+ < div class ="docs- footer-links ">
10
+ < ul >
11
11
< li > < a class ="" href ="https://wwww.angular.io "> Learn Angular</ a > </ li >
12
12
</ ul >
13
13
</ div >
14
-
15
- < div class ="footer-cc ">
14
+
15
+ < div class ="docs- footer-copyright ">
16
16
< p > Powered by Google ©2010-2016. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.</ p >
17
17
</ div >
18
18
</ div >
Original file line number Diff line number Diff line change 1
1
.docs-footer {
2
2
margin-top : 40px ;
3
- padding : 15 px ;
3
+ padding : 12 px ;
4
4
font-size : 12px ;
5
5
}
6
6
7
- .footer-list {
7
+ .docs- footer-list {
8
8
align-items : center ;
9
9
display : flex ;
10
10
flex-flow : row wrap ;
11
11
padding : 8px ;
12
12
}
13
13
14
- .docs-angular-logo {
14
+ .docs-footer- angular-logo {
15
15
height : 50px ;
16
16
}
17
17
18
- .footer-logo {
19
- width : 8.33% ;
20
- }
21
-
22
- .footer-cc {
18
+ .docs-footer-copyright {
23
19
display : flex ;
24
20
flex : 1 ;
25
21
justify-content : flex-end ;
26
22
}
27
23
28
- footer ul {
24
+ .docs- footer-links ul {
29
25
list-style : none ;
26
+ margin : 0 40px ;
30
27
padding : 0 ;
31
28
32
29
a {
@@ -41,10 +38,7 @@ footer ul {
41
38
}
42
39
43
40
@media screen and (max-width : 884px ){
44
- .footer-list {
41
+ .docs- footer-list {
45
42
flex-direction : column ;
46
43
}
47
- .footer-logo {
48
- width : 0 ;
49
- }
50
44
}
You can’t perform that action at this time.
0 commit comments