linaro-jekyll-theme 0.1.2.47 → 0.1.2.48
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/core/breadcrumb.scss +4 -3
- data/_sass/core/footer.scss +9 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8290c80a1971144b0fb33d04e98c71a38d45c2b4
|
4
|
+
data.tar.gz: 663ec22571b9a73f451939721126114c5d2240d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cd2f323c30c4b535e27cb9d118f2e9d79b05dd870228c147f08d7ed741173c1dc96526c7ea9df95fb17f96dfd4d31878ed91a7b0e1f1b2782e5d1674428ccf2
|
7
|
+
data.tar.gz: 30d261870f89dece1a44b38bb6b755f9f09321746c2ef0a7bfbfd738ddd899119bb1f73585a446b2e16b5d428023130a0bef541348dc239d3e26bb159f71eff6
|
data/_sass/core/breadcrumb.scss
CHANGED
data/_sass/core/footer.scss
CHANGED
@@ -3,6 +3,15 @@
|
|
3
3
|
padding-top: 40px;
|
4
4
|
padding-bottom:30px;
|
5
5
|
}
|
6
|
+
|
7
|
+
#footer .col-md-6.company-footer-bottom a {
|
8
|
+
color: $footer-text-color;
|
9
|
+
}
|
10
|
+
|
11
|
+
#footer .col-md-6.company-footer-bottom a:hover {
|
12
|
+
color: $brand-primary;
|
13
|
+
}
|
14
|
+
|
6
15
|
.content-container > div.row.sub-footer{
|
7
16
|
margin-top: 20px;
|
8
17
|
}
|