jekyll-theme-consulting 0.2.8 → 0.2.9
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 +5 -5
- data/_sass/components/_facts.scss +34 -9
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 4235efecf1c604c04c91e932f560616186d5d552657508157ce5364a84f68c39
|
|
4
|
+
data.tar.gz: e69ce160d8765d7ca98e192d23c8b3c185fe3044b4b7cff765daccf1b6eed77f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d0fde4758a2c1eec1f7f87ee81f2b500f642c44cb36f9eedff1d69df8a8c4b6bfc57dc081aa15539a4c2278b0a0449819acc428a5ee66bc8b222122d2c10406
|
|
7
|
+
data.tar.gz: 6941ef8d8b05c4f72a7213f7fe6cd3cc7c4371e95043b99ab8f10099dedbb438d51e5caa4c0d29a3f462594d089ba085b1bd5192a71b3a9f614c2720bb7aec1a
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
margin: 0;
|
|
36
36
|
width: 100%;
|
|
37
37
|
height: 20%;
|
|
38
|
-
display: block;
|
|
39
38
|
text-align: center;
|
|
40
39
|
font-size: 3rem;
|
|
41
40
|
color: _palette(accent);
|
|
@@ -46,7 +45,6 @@
|
|
|
46
45
|
width: 100%;
|
|
47
46
|
height: 20%;
|
|
48
47
|
margin: 0;
|
|
49
|
-
display: table;
|
|
50
48
|
|
|
51
49
|
p {
|
|
52
50
|
margin: 0;
|
|
@@ -63,7 +61,6 @@
|
|
|
63
61
|
width: 100%;
|
|
64
62
|
height: 20%;
|
|
65
63
|
margin: 0;
|
|
66
|
-
display: table;
|
|
67
64
|
|
|
68
65
|
h3 {
|
|
69
66
|
margin: 0;
|
|
@@ -80,7 +77,6 @@
|
|
|
80
77
|
width: 100%;
|
|
81
78
|
height: 30%;
|
|
82
79
|
margin: 0;
|
|
83
|
-
display: table;
|
|
84
80
|
|
|
85
81
|
p {
|
|
86
82
|
margin: 0;
|
|
@@ -93,25 +89,54 @@
|
|
|
93
89
|
}
|
|
94
90
|
}
|
|
95
91
|
|
|
92
|
+
article {
|
|
93
|
+
.off {
|
|
94
|
+
display: none;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.on.icon {
|
|
98
|
+
display: block;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.on.fact-intro {
|
|
102
|
+
display: table;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.on.fact {
|
|
106
|
+
display: table;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.on.fact-outro {
|
|
110
|
+
display: table;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
96
114
|
article:hover {
|
|
97
115
|
background-color: _palette(accent);
|
|
98
116
|
|
|
99
|
-
.
|
|
117
|
+
.on {
|
|
118
|
+
display: none;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.off.icon {
|
|
122
|
+
display: block;
|
|
100
123
|
color: _palette(accent-inverted);
|
|
101
124
|
}
|
|
102
125
|
|
|
103
|
-
.fact-intro
|
|
126
|
+
.off.fact-intro {
|
|
127
|
+
display: table;
|
|
104
128
|
color: #ffffff;
|
|
105
129
|
}
|
|
106
130
|
|
|
107
|
-
.fact
|
|
131
|
+
.off.fact {
|
|
132
|
+
display: table;
|
|
108
133
|
color: #ffffff;
|
|
109
134
|
}
|
|
110
135
|
|
|
111
|
-
.fact-outro
|
|
136
|
+
.off.fact-outro {
|
|
137
|
+
display: table;
|
|
112
138
|
color: #ffffff;
|
|
113
139
|
}
|
|
114
|
-
|
|
115
140
|
}
|
|
116
141
|
|
|
117
142
|
@include breakpoint('<=small') {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-consulting
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Mougeolle
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -197,8 +197,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
197
|
version: '0'
|
|
198
198
|
requirements: []
|
|
199
199
|
rubyforge_project:
|
|
200
|
-
rubygems_version: 2.
|
|
200
|
+
rubygems_version: 2.7.6.2
|
|
201
201
|
signing_key:
|
|
202
202
|
specification_version: 4
|
|
203
|
-
summary: A
|
|
203
|
+
summary: A sober Jekyll template for businesses, with multilingual support.
|
|
204
204
|
test_files: []
|