jekyll-theme-consulting 0.11.18 → 0.11.19

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: f1fa1eea81bfad758a978cde0c0aad9e0b61b18918145c4e40608f38acd31886
4
- data.tar.gz: 74aeaa7703b4a5d1c8bd1ab141c4c8c7b647b386e4af6e06b1c692472eeaa4ef
3
+ metadata.gz: f0c377290b63185b1739d81ec14b6e30b41075bc8297255d53e2922a51a91069
4
+ data.tar.gz: e6e1ce665d3b87b65b2a3b03c0a9937ee68e501301608aece4e6c32150f2b850
5
5
  SHA512:
6
- metadata.gz: 5f545e6fa5c4ea75a0646e6f02722ecdb55a402f10fe4856996d31c9ea28ece5067ba37a160ae307486b33954f94e0696386d18fe3bb34c48a60f016391e01b7
7
- data.tar.gz: 8fb082b4d51e43f80e4296af32cd99aa114be2d4c499ae8479075526e41df7ff24331e94358af88bd5693fa36840847608572261b3e71346856f9dc4ba706652
6
+ metadata.gz: 0a9045accdf205aa0c653ba6a1c326b2e4786185ce6b27c235a41f2e8a4506519687ac9ffa12f4a727ca935947046aa68ca827d963d6a23284e206ab6c479c8a
7
+ data.tar.gz: be851517531a4ee0354807909238c6ab12edc2e16c470e2568cf11c51d6f67663193701a883797f39495e33fbe7440518d46087b3a2b6526b2f0cc3afd06d47e
data/_includes/tile.html CHANGED
@@ -3,9 +3,9 @@
3
3
  <a href='{{ include.target_url | absolute_url }}'>
4
4
  {%- endif -%}
5
5
  <div class="tile">
6
- <h3>{{ include.title }}</h3>
7
- <p>{{ include.content }}</p>
8
- <span class="icon {{ include.icon }}"></span>
6
+ <h3 class="on">{{ include.title }}</h3>
7
+ <div class="off">{{ include.content }}</div>
8
+ <span class="on icon {{ include.icon }}"></span>
9
9
  </div>
10
10
  {%- if include.target_url -%}
11
11
  </a>
@@ -40,19 +40,20 @@
40
40
  color: _palette(bg);
41
41
  }
42
42
 
43
- h3, .icon, p {
43
+ h3, .icon, p, div {
44
+ margin: 0 !important;
44
45
  color: _palette(bg) !important;
45
46
  }
46
47
 
47
- h3, .icon {
48
+ .on {
48
49
  display: block;
49
50
  }
50
51
 
51
- p {
52
+ .off {
52
53
  display: none;
53
- margin: 0 !important;
54
54
  }
55
55
 
56
+
56
57
  .icon {
57
58
  z-index: 10;
58
59
  width: 100%;
@@ -82,13 +83,12 @@
82
83
  color: _palette(accent-cp) !important;
83
84
  }
84
85
 
85
- h3, .icon {
86
+ .on {
86
87
  display: none;
87
88
  }
88
89
 
89
- p {
90
+ .off {
90
91
  display: block;
91
- margin: 0 !important;
92
92
  }
93
93
  }
94
94
  }
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.11.18
4
+ version: 0.11.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apehex
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-03 00:00:00.000000000 Z
11
+ date: 2021-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll