intia-theme 0.1.42 → 0.1.45

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: 2bf819690b82737ba9eb31e3ecc258a0dbfd549ab48db098f4b5e4eacc144c10
4
- data.tar.gz: 6aadd041b3aaf27b1287ff5e39fc50acdad2c9cf2a523edf02690873dea45609
3
+ metadata.gz: 471051ff8cd8ec78726c2c0a3e56d70e857078144a8a88bab28c3107ecee4bc7
4
+ data.tar.gz: 632182e8e2631f683ebbb929cf3d7ea324a3235f1765918e091d20fde974033f
5
5
  SHA512:
6
- metadata.gz: 39f0a395f0f0621a4300067663d97b9fddd40319288f893e9d262dc5caf33a592000906a9d0297a829db9371aafe75266b3356024a481a38a6b2a226ddc54593
7
- data.tar.gz: 29e85be211c1c5836612d2fcfd95460e920f7bbfd138878c0f63228b22fedd58611c86e204c9e69b09a0e27a98a517987be15710c6553f77337382fff3da5534
6
+ metadata.gz: 4e972860dacb34b17f4f4cacf6bb97dbc530d117fa14b2dd126a4e0421b0c40b7b3614f1d3bdda47a3acc86f7e021e1b6b7218974eac795156f9a7ff963d8201
7
+ data.tar.gz: c027124c943e75a74f9ef9a78cb5505490403b670ec2fa5c0685a2dc1e94b91b12bdc0d227b9d4891ed761475329fbf6bf388446766028d74cda189756dc6bff
@@ -1,5 +1,5 @@
1
1
 
2
- <a href="#" class="button is-rounded is-dark">
2
+ <a href="{{ include.link }}" class="button is-rounded is-dark">
3
3
  <span> {{ include.label }} </span>
4
4
  <span class="icon is-small">
5
5
  <i class="fas fa-chevron-right fa-xs"></i>
@@ -14,7 +14,7 @@
14
14
 
15
15
  {{ include.content }}
16
16
  {% if include.button %}
17
- {% include button.html label=include.button %}
17
+ {% include button.html label=include.button link=include.button_link %}
18
18
  {% endif %}
19
19
 
20
20
  {% if include.image %}
@@ -19,12 +19,14 @@ The Default layout that everything is using
19
19
  {% else %}
20
20
  {% endunless %}
21
21
  <div id="main" class="content-wrapper has-background-primary-light">
22
-
23
22
  {% include story-slider.html %}
24
23
  {% include latest-story.html %}
25
24
  {% include contact.html %}
26
25
  <div class="columns is-centered">
27
26
  <div id="content" class="container column is-10-desktop is-12-tablet">
27
+ {% if page.toc %}
28
+ {% include toc.html html=content class='menu-list' h_min=1 h_max=1 %}
29
+ {% endif %}
28
30
  {{content | markdownify}}
29
31
  </div>
30
32
  </div>
data/_sass/_layout.scss CHANGED
@@ -991,9 +991,9 @@ a:hover .tooltip-popup,
991
991
  div.faq {
992
992
  position: relative;
993
993
  }
994
-
995
994
  .faq input[type="checkbox"] {
996
995
  position: absolute;
996
+ display: inherit;
997
997
  top: 0;
998
998
  left: 0;
999
999
  width: 100%;
@@ -1027,15 +1027,26 @@ div.faq {
1027
1027
  margin-left: -4px;
1028
1028
  margin-top: -4px;
1029
1029
  }
1030
-
1030
+ .faq h2 {
1031
+ padding-top: 40px;
1032
+ }
1031
1033
  .faq p {
1032
- max-height: 0;
1034
+ display: none;
1033
1035
  overflow: hidden;
1034
1036
  padding-left: 30px;
1035
1037
  transition: max-height 0.4s ease;
1036
1038
  }
1037
1039
  .faq input[type="checkbox"]:checked ~ h2 ~ p {
1038
- max-height: 80px;
1040
+ display: inherit;
1041
+ }
1042
+ .faq input[type="checkbox"]:checked ~ h2 ~ div.faq-hide {
1043
+ display: inherit;
1044
+ }
1045
+ .faq div.faq-hide {
1046
+ display: none;
1047
+ max-height: none !important;
1048
+ padding-left: 30px;
1049
+ padding-bottom: 50px;
1039
1050
  }
1040
1051
 
1041
1052
  // Mobil
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intia-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.42
4
+ version: 0.1.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Schmidt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-03 00:00:00.000000000 Z
11
+ date: 2022-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll