intia-theme 0.1.3 → 0.1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee311aee41a62cd387c9c614a126c0656fe27e855f0997972f3670c7606d779e
4
- data.tar.gz: 9bbaf10edc06c16403a87b30fe25f21f3212cb442f9e862d252256f1d82302e4
3
+ metadata.gz: 0b85ccfa02dee6eb0a399ee350facc3db911c9e81fdcf1f9638de1570bf2e01c
4
+ data.tar.gz: c62194c0d2f11ebbdc1ec14d5111473c810df5366b53f96ddbb16de85752746d
5
5
  SHA512:
6
- metadata.gz: ce96af5c0a36eb1157db4c73cfc26ec511176e66bac2496b3ffc5cf7b64a685194713a2e9b448c2b6b6e5a236cad497d29a926a2ecb481729488d5678dfe4514
7
- data.tar.gz: a9d2cec53bfb0a615da9d43f7df1b009da205edcae7c69e143b17fd08e5c919fd58c6cab499bc3e3dd3fd5540e905f2142b4892843f7847718c9784fc8061f45
6
+ metadata.gz: 7b86528ed7b2ae09844988a20e39fded3887707b8b5f486231f98a81df98e423f211cd5915aaed1e52ce4dccd9c79e28a9b33a563d64e7760579f0bfdf23ef1a
7
+ data.tar.gz: 3b0b85d4fb3f7f31bddeb0e66e4b51ef40df5ffdbde3442624ee738d0c2d0cd64a131dd6aad96d1db959f45011fd8536b72ade48f8c615919429ad4b61501501
data/_includes/hero.html CHANGED
@@ -15,7 +15,7 @@
15
15
  </a>
16
16
  {% endif %}
17
17
  </div>
18
- <img src="../assets/img/arrow-down.png" alt="placeholder" class="arrow-image is-pulled-left is-hidden-mobile">
18
+ <img src="{{ site.baseurl }}/assets/img/arrow-down.png" alt="placeholder" class="arrow-image is-pulled-left is-hidden-mobile">
19
19
  </div>
20
20
  </section>
21
21
  <i class="fas {{ section.icon }}"></i>
data/_sass/_layout.scss CHANGED
@@ -46,6 +46,23 @@ div.highlight {
46
46
  top: 30px;
47
47
  }
48
48
 
49
+ .green {
50
+ background-color: $light;
51
+ padding-left: 5%;
52
+ padding-right: 5%;
53
+ padding-top: 6rem;
54
+ padding-bottom: 8rem;
55
+ }
56
+
57
+ .highlighter {
58
+ background-color: $light;
59
+ padding-left: 5%;
60
+ padding-right: 5%;
61
+ padding-bottom: 5%;
62
+ border-radius: 65px;
63
+ }
64
+ .highlighter-image {
65
+ }
49
66
  // Globals
50
67
  img.is-rounded {
51
68
  border-radius: 65px;
@@ -153,11 +170,11 @@ img.is-rounded {
153
170
  text-align: left;
154
171
  }
155
172
  //// Hero sub-pages with green text
156
- .subpage h1, .subpage p {
173
+ .subpage h1,
174
+ .subpage p {
157
175
  color: #229387 !important;
158
176
  }
159
177
 
160
-
161
178
  // Content
162
179
  .subtitle {
163
180
  padding: 50px;
@@ -231,14 +248,6 @@ img.is-rounded {
231
248
  }
232
249
 
233
250
  // story-slider
234
-
235
- .green {
236
- background-color: #e7f2ea;
237
- padding-left: 5%;
238
- padding-right: 5%;
239
- padding-top: 6rem;
240
- padding-bottom: 8rem;
241
- }
242
251
  .slider {
243
252
  box-shadow: none;
244
253
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intia-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Schmidt