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 66 $foreground : map-get ($theme , foreground );
77
88 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 );
1311 }
1412 }
1513}
Original file line number Diff line number Diff line change 11< footer class ="docs-footer ">
2- < div class ="footer-list ">
2+ < div class ="docs- footer-list ">
33 < div class ="footer-logo ">
4- < img class ="docs-angular-logo "
4+ < img class ="docs-footer- angular-logo "
55 src ="../../../assets/img/homepage/angular-white-transparent.svg "
66 alt ="Angular ">
77 </ div >
88
9- < div class ="footer-links ">
10- < ul class =" footer-links " >
9+ < div class ="docs- footer-links ">
10+ < ul >
1111 < li > < a class ="" href ="https://wwww.angular.io "> Learn Angular</ a > </ li >
1212 </ ul >
1313 </ div >
14-
15- < div class ="footer-cc ">
14+
15+ < div class ="docs- footer-copyright ">
1616 < p > Powered by Google ©2010-2016. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.</ p >
1717 </ div >
1818 </ div >
Original file line number Diff line number Diff line change 11.docs-footer {
22 margin-top : 40px ;
3- padding : 15 px ;
3+ padding : 12 px ;
44 font-size : 12px ;
55}
66
7- .footer-list {
7+ .docs- footer-list {
88 align-items : center ;
99 display : flex ;
1010 flex-flow : row wrap ;
1111 padding : 8px ;
1212}
1313
14- .docs-angular-logo {
14+ .docs-footer- angular-logo {
1515 height : 50px ;
1616}
1717
18- .footer-logo {
19- width : 8.33% ;
20- }
21-
22- .footer-cc {
18+ .docs-footer-copyright {
2319 display : flex ;
2420 flex : 1 ;
2521 justify-content : flex-end ;
2622}
2723
28- footer ul {
24+ .docs- footer-links ul {
2925 list-style : none ;
26+ margin : 0 40px ;
3027 padding : 0 ;
3128
3229 a {
@@ -41,10 +38,7 @@ footer ul {
4138}
4239
4340@media screen and (max-width : 884px ){
44- .footer-list {
41+ .docs- footer-list {
4542 flex-direction : column ;
4643 }
47- .footer-logo {
48- width : 0 ;
49- }
5044}
You can’t perform that action at this time.
0 commit comments