jumbo-jekyll-theme 4.7.7 → 4.7.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81d6e779f9014a3536dcabc34f95a4cdcf0fb0942815531afc04f6c854a9bd14
4
- data.tar.gz: 79b60cd34945169f68dfb17d5ab914fa39e6da59b31f34b308f7f85c6d4d4d3d
3
+ metadata.gz: '08596f4623ba80a88ec441f83effa5e70e812b0a1c03ce550d0dc69f086c05aa'
4
+ data.tar.gz: c75c68cbb8f0399e5c866858aee24addd7fbe73a75eac01cc362c681d2f58fc1
5
5
  SHA512:
6
- metadata.gz: 3286f46898f1a91e4ca24b082e469158488aa54c9a92892906caecec32df95ef534dc4972ab686c3e1b22f4a4b77eb25e91653ff775d5cb6e7453342fc395261
7
- data.tar.gz: e2b5aacdc55c064dcab916215491de1890b7b55a48648d931f383bc5bf05d9c9ab8c1ac298aa1ec745067292600c9c4ce0a10abff0c63aa89070ac8e36e36790
6
+ metadata.gz: fa2215b67f7f1abfa817a8925a7a7ebe7a6121092aefddfaac2ca3f346750a3c296314c3071a73cc8d4f8efd66146a02f8abf7a64cf8e2156adc86487a10803d
7
+ data.tar.gz: 3ec94b0f4c434361937c04a0748bf0237b1557bc5d2f3ec6ba4c6cec8f7f6f5d786a8a7b1344c182228f43226611baf24231882b3ee022a6c1f85311725eab72
@@ -45,6 +45,9 @@ $footer-border-color: #eee !default;
45
45
  $footer-bg-color: #131313 !default;
46
46
  $footer-text-color: #fff !default;
47
47
  $sub-footer-color: #E5E5E5 !default;
48
+ $footer-bottom-bg-color: $brand-primary !default;
49
+ $footer-bottom-color: #fff !default;
50
+ $footer-column-heading-font-size: 24px !default;
48
51
 
49
52
 
50
53
  // Breadcrumb
@@ -22,7 +22,7 @@
22
22
  }
23
23
  }
24
24
  h3 {
25
- font-size:24px;
25
+ font-size: $footer-column-heading-font-size;
26
26
  color: $footer-text-color;
27
27
  @media(max-width: $screen-sm-min - 1){
28
28
  text-align: center;
@@ -66,7 +66,7 @@
66
66
  color: $footer-text-color;
67
67
  a.email {
68
68
  text-align: left;
69
- font-size: 24px;
69
+ font-size: $footer-column-heading-font-size;
70
70
  display:inline-block;
71
71
  background-color: transparent;
72
72
  border: 0px;
@@ -128,8 +128,8 @@
128
128
  }
129
129
  }
130
130
  .footer-bottom {
131
- background-color: #1c1c1c;
132
- color: #FFF;
131
+ background-color: $footer-bottom-bg-color;
132
+ color: $footer-bottom-color;
133
133
  span.coloured-bp{
134
134
  color: $brand-primary;
135
135
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.7.7
4
+ version: 4.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-28 00:00:00.000000000 Z
11
+ date: 2019-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll