intia-theme 0.1.43 → 0.1.44

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/_layout.scss +15 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09adab553226f531caf47c412229a2f230ca1007d635765cc6d6e9167d418a29'
4
- data.tar.gz: 364cce8135c8eb64d5bdc6dd07a5d0026fe6a6b9cf4bc8919a58cab06f3b0185
3
+ metadata.gz: 7406307ca5710a579a062b1d0f8bb8b4119da4ca1494e8b47af7c3b7b3788389
4
+ data.tar.gz: '05934b1c4992511bdfbd04be1097a83da141eb6e972029d356819b1dc2c5865d'
5
5
  SHA512:
6
- metadata.gz: af2791abff413d0d302489c558a6408128236973dcd195b0a19fdff24f5acc67ddecbca0a0b63d49bb70c1d0c1be8900425aaa007fb5c79e9ce531ebd658341e
7
- data.tar.gz: 7168d2ebb8d9b9e9eb8b23a515f1090af641c3bbcc68d43f1d794b7c90f7bf11cadf9589df5315e599fee66f2016965b00f9de6b0e226d27beb3fc050093ce13
6
+ metadata.gz: 9335ba2fd3628a57f93eae8ab1a6d657213b2bb4a713dd6c7e4dde4a95976e243ad474abdb6ad880aaf0b685f04cd6e3d3fd8b01f1cd53d8e0b5aa8a74133ba9
7
+ data.tar.gz: 8b4a0705ebb523851eb5b82f041dc02a7f895a4bfef87bd6997a9efccde968d9e153ee5f8d0f650adfed234110d1d05d3fea764a70641fa9c6e23d71a316b879
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.43
4
+ version: 0.1.44
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-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll