betterplace-content 0.7.127 → 0.7.129

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/about-us/feature.sass +45 -68
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d8e2b518d83aac6ae6a59f1b9e750e0036bd97662936393895e90db07ba26bf
4
- data.tar.gz: b3412b586e593f9d2f8a6eaf36fead6e33c1e3e3658901ed6ee2954271f8b75e
3
+ metadata.gz: 1e49c44e5f509247dfb65117bba63185a9847ea2fe5668ac74eeba37dd84f8ee
4
+ data.tar.gz: cec913fd147c5a54b31d669af36bebe167a213c2aef024b908d198a7a6d40481
5
5
  SHA512:
6
- metadata.gz: ed405482f2faec4c1d4e1d43a7ad44b44936041be7951dea28298f0d9482bf875af531b11860dbaf933f38c173d4e50b9de2b884e72f587728edf9fd2795379c
7
- data.tar.gz: 23c3fdb2522e77a35d2249bf1d03719b678dcef4c903e7db9089171625e66c6a8ed23c308f43f072614e970175956e198c725c5268de9f0c164624cf84940fcd
6
+ metadata.gz: 5d69fa30980215da05bd5bb00ffb67a39edf2111ee667c55c4ae1c29e2637d99474a655f0b338ca2c085bba68e2f0a920e4639d832263644c0e27199deb438fa
7
+ data.tar.gz: cac0d339d3b4ee46fe26a4ea351d2cc74995ee091d70b1c6cafd12f797f37de858710457030871cb1075226e2d02a40d25154deadff6eaf667b7b599ca6ac0ea
@@ -11,53 +11,61 @@
11
11
  h2
12
12
  margin-bottom: 57px
13
13
 
14
- h3
14
+ details
15
15
  text-align: left
16
+
17
+ summary
18
+ list-style-type: none
19
+ cursor: pointer
16
20
  margin: 0 0 1px 0
21
+ position: relative
22
+ background: $gray-200
23
+
24
+ &::-webkit-details-marker
25
+ // Hide default toggle in Safari.
26
+ display: none
27
+
28
+ +desktop
29
+ font-size: 20px
30
+ line-height: 66px
31
+ border-left: 66px solid $green-500
32
+ box-shadow: inset 1px 0 0px 0px #FFF
33
+ height: 66px
34
+ padding: 0 20px
35
+
36
+ +phone
37
+ font-size: 16px
38
+ line-height: 22px
39
+ padding: 10px 20px 10px 55px
40
+
41
+ &:hover,
42
+ &:focus
43
+ background: darken($gray-200, 2%)
44
+ border-left-color: darken($green-500, 2%)
17
45
 
18
- > a
19
- position: relative
46
+ &::before
47
+ content: "\f055" // ⊕
48
+ position: absolute
49
+ top: 50%
50
+ margin-top: -8px
20
51
  display: block
21
- font-weight: 400
22
- color: black
23
- background: $gray-200
52
+ font: normal normal normal 19px/1 FontAwesome
53
+ color: white
24
54
 
25
55
  +desktop
26
- font-size: 20px
27
- line-height: 66px
28
- border-left: 66px solid $green-500
29
- box-shadow: inset 1px 0 0px 0px #FFF
30
- -webkit-box-shadow: inset 1px 0 0px 0px #FFF
31
- height: 66px
32
- padding: 0 20px
56
+ left: -41px
33
57
 
34
58
  +phone
35
- font-size: 16px
36
- line-height: 22px
37
- padding: 10px 20px 10px 55px
38
-
39
- strong
40
- font-weight: 700
41
-
42
- &:hover,
43
- &:focus
44
- text-decoration: none
45
- background: darken($gray-200, 2%)
46
- border-left-color: darken($green-500, 2%)
47
-
48
- i
49
- position: absolute
50
- top: 50%
51
- margin-top: -8px
52
- display: block
53
- font-size: 19px
59
+ left: 20px
60
+ color: $green-500 !important
54
61
 
55
- +desktop
56
- left: -41px
62
+ h3
63
+ display: inline
64
+ font: inherit
65
+ margin: 0
57
66
 
58
- +phone
59
- left: 20px
60
- color: $green-500 !important
67
+ details[open] summary::before
68
+ content: "\f056" // ⊖
61
69
 
62
70
  .btn + br
63
71
  +desktop
@@ -96,37 +104,6 @@
96
104
  +phone
97
105
  padding: 30px 20px 30px 20px
98
106
 
99
- .panel-collapse
100
- display: none
101
- +phone
102
- transition: none
103
-
104
- .panel-expanded .panel-collapse
105
- display: block
106
-
107
- // Overrule Tailwind utility. https://betterplace.atlassian.net/browse/DEV-20404
108
- .collapse.show
109
- visibility: initial
110
-
111
- .panel-expanded:last-child
112
- position: relative
113
-
114
- &:before
115
- content: ''
116
- position: absolute
117
- border-bottom: 1px solid $gray-200
118
- height: 1px
119
-
120
- +desktop
121
- width: 60%
122
- left: 20%
123
- bottom: -10px
124
-
125
- +phone
126
- width: 100%
127
- left: 0
128
- bottom: 0
129
-
130
107
  li
131
108
  background: url('#{$site_baseurl}/assets/theme_images/about-us/feature-list-bullet.png') no-repeat 0 4px
132
109
  margin-bottom: 18px
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betterplace-content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.127
4
+ version: 0.7.129
5
5
  platform: ruby
6
6
  authors:
7
7
  - betterplace.org Developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-24 00:00:00.000000000 Z
11
+ date: 2023-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
212
212
  - !ruby/object:Gem::Version
213
213
  version: '0'
214
214
  requirements: []
215
- rubygems_version: 3.4.21
215
+ rubygems_version: 3.2.22
216
216
  signing_key:
217
217
  specification_version: 4
218
218
  summary: betterplace.org's Jekyll Content Theme