7
7
<ca-flex col =" xs9 sm9 md9 lg9 xl9" class =" content" >
8
8
<router-view />
9
9
<footer class =" pageFooter" >
10
- <p >Vanilla Components version 9.0.15</p >
11
- <p >React Components version 6.5.2</p >
12
- <p >Website last updated on June 20, 2018 at 12:00 AM</p >
13
- <p >MIT</p >
10
+ <p >The source code is licensed under MIT. </p >
11
+ <p >The website content is licensed under CC ANS 4.0.</p >
12
+ <a href =" https://github.com/nicholaslee119/carbon-components-vue" >
13
+ <img class =" pageFooter__badges" src =" https://img.shields.io/github/stars/nicholaslee119/carbon-components-vue.svg?style=social&label=Stars" />
14
+ </a >
14
15
</footer >
15
16
</ca-flex >
16
17
</ca-layout >
@@ -44,11 +45,11 @@ export default {
44
45
45
46
.pageFooter {
46
47
background :#f4f7fb ;
47
- padding :25px 100 px ;
48
+ padding :25px 20 px 200 px 20 px ;
48
49
}
49
50
50
51
.pageFooter p {
51
- font-size :10 px ;
52
+ font-size :12 px ;
52
53
margin :5px 0 ;
53
54
}
54
55
@@ -57,4 +58,8 @@ export default {
57
58
background :#f4f7fb ;
58
59
border-bottom :1px solid #3057d5
59
60
}
61
+
62
+ .pageFooter__badges {
63
+ margin-top :20px ;
64
+ }
60
65
</style >