jumbo-jekyll-theme 1.4.23 → 1.4.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_sass/app/contact.scss +3 -0
- data/_sass/app/overrides.scss +3 -0
- data/_sass/bootstrap/_variables.scss +4 -0
- data/assets/css/main-contact.scss +22 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86dd3b94524f4c1063d889d5b6ce687864eb0b90
|
|
4
|
+
data.tar.gz: caffbb292dadd37e3f9730c300cb214df59757e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af8761e3112ac8874ff6f623c9b08ec5c5bbeec0e4cc48961072f9981cf56f82870259bc41b5947a483d583564aae3ecd574859ee4512fc8da309be239feb76e
|
|
7
|
+
data.tar.gz: '0388350dbfe66c22df72a8e3032b0927ae9c3b8651e4165bec0c7623125ca94a5d81b24d70a347d7e1124995814318f106dbc703a6b63e9797a72983d4e806a5'
|
data/_sass/app/overrides.scss
CHANGED
|
@@ -31,3 +31,6 @@ $font-family-sans-serif: Arial, sans-serif !default;
|
|
|
31
31
|
$font-family-serif: Georgia, "Times New Roman", Times, serif !default;
|
|
32
32
|
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
|
|
33
33
|
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
|
|
34
|
+
|
|
35
|
+
//Contact Page
|
|
36
|
+
$contact-banner-text-color: #fff !default;
|
|
@@ -52,6 +52,10 @@ $breadcrumb-background-color: $brand-primary !default;
|
|
|
52
52
|
$breadcrumb-title-color: #fff !default;
|
|
53
53
|
$breadcrumb-span-color: #fff !default;
|
|
54
54
|
|
|
55
|
+
//Contact Page
|
|
56
|
+
|
|
57
|
+
$contact-banner-text-color: #fff !default;
|
|
58
|
+
|
|
55
59
|
|
|
56
60
|
// Featured Image Jumbotron
|
|
57
61
|
$featured-image-text-color: #fff !default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
---
|
|
3
|
+
//Bootstrap Overrides
|
|
4
|
+
@import "app/overrides";
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
//Boostrap Includes
|
|
8
|
+
@import 'bootstrap';
|
|
9
|
+
@import 'bootstrap/variables';
|
|
10
|
+
|
|
11
|
+
// Linaro Jekyll Theme Includes
|
|
12
|
+
@import "core";
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
@import "core/font-awesome.min";
|
|
16
|
+
@import "core/owl.theme.default.min";
|
|
17
|
+
@import "core/owl.carousel.min";
|
|
18
|
+
@import "core/animations";
|
|
19
|
+
|
|
20
|
+
// App Includes
|
|
21
|
+
@import "app/custom";
|
|
22
|
+
@import "app/contact";
|
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: 1.4.
|
|
4
|
+
version: 1.4.24
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Kirkby
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-04-
|
|
11
|
+
date: 2018-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -331,6 +331,7 @@ files:
|
|
|
331
331
|
- _sass/_bootstrap-sprockets.scss
|
|
332
332
|
- _sass/_bootstrap.scss
|
|
333
333
|
- _sass/app/blog.scss
|
|
334
|
+
- _sass/app/contact.scss
|
|
334
335
|
- _sass/app/custom.scss
|
|
335
336
|
- _sass/app/home.scss
|
|
336
337
|
- _sass/app/overrides.scss
|
|
@@ -436,6 +437,7 @@ files:
|
|
|
436
437
|
- _sass/home.scss
|
|
437
438
|
- assets/css/main-404.scss
|
|
438
439
|
- assets/css/main-blog.scss
|
|
440
|
+
- assets/css/main-contact.scss
|
|
439
441
|
- assets/css/main-home.scss
|
|
440
442
|
- assets/css/main-lightbox.scss
|
|
441
443
|
- assets/css/main.scss
|