promethee 2.0.6 → 2.0.7

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: 2da726f5f3883aa711272a3556d8f196594d3fe26848703f22eef79c3c80e3bb
4
- data.tar.gz: c9dcc60675a414efff5359a38020fd2a1836ef9394dd7c3924a559b61b6ba2e3
3
+ metadata.gz: 1bfa00024f6948324144223153ca8281d61c5f2b0dbc7c7400eabbabc35bec46
4
+ data.tar.gz: 9773241dba38789dd987e323270c2e8a8f49fb224c7e63010554f57547631efe
5
5
  SHA512:
6
- metadata.gz: 1a8eb5c4beb64cd731e389cd4ca74ce2642d31b509b6327202ba6e6c122f72c1aa0b0c393df7508eaeb890f1757cea07c84ef2115fbba2d35e4e371a084fd390
7
- data.tar.gz: ab0749d1ad2ce1274abd4d427563e87c76fc6764ac79a48d0c5e9f612031bc4555a8950fb3df2f6646aa314458683468acc741ee130f3b1693fa1d80a7ab733a
6
+ metadata.gz: 5ac403751dc86682e9faabb169e67a37838f7adce5b931088827cc7e0fb7fc4cf1f3b244751393b035c97586caa5732bdb4a0014bf48c22c1ad369cfac9769af
7
+ data.tar.gz: cb84e69a2280f3ba55e727e998dfb64a62c34413ed40d603cfe343624494072bb76cd5c096090947994cee5ce825fbe696e81fad5e0ca47bb5b7cfab8a740739
@@ -10,11 +10,11 @@
10
10
 
11
11
  .promethee
12
12
  &__component
13
- &__page > &:not(&__cover):not(&__slider)
13
+ &__page > &:not(&__cover)
14
14
  @extend .container
15
15
 
16
- &__page > &__collection:not(&__cover):not(&__slider),
17
- &__page > &__row:not(&__cover):not(&__slider)
16
+ &__page > &__collection:not(&__cover),
17
+ &__page > &__row:not(&__cover)
18
18
  padding-left: 0
19
19
  padding-right: 0
20
20
 
@@ -76,8 +76,24 @@
76
76
  margin-bottom: 50px
77
77
  min-height: 300px
78
78
  padding: 150px 30px
79
+ position: relative
79
80
  text-align: center
80
81
 
82
+ &::before
83
+ background-color: rgba(0,0,0,.3)
84
+ bottom: 0
85
+ content: ''
86
+ left: 0
87
+ pointer-events: none
88
+ position: absolute
89
+ right: 0
90
+ top: 0
91
+
92
+ h1,
93
+ p
94
+ color: white
95
+ position: relative
96
+
81
97
  p:last-of-type
82
98
  margin-bottom: 0
83
99
 
@@ -33,6 +33,7 @@
33
33
  toolbar: [
34
34
  ['headline', ['style']],
35
35
  ['style', ['bold', 'italic']],
36
+ ['font', ['superscript', 'subscript']],
36
37
  ['alignment', ['ul', 'ol', 'paragraph']],
37
38
  ['insert', ['hr']],
38
39
  ['link', ['linkDialogShow', 'unlink']],
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '2.0.6'
3
+ VERSION = '2.0.7'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: promethee
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Gaya
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2019-06-25 00:00:00.000000000 Z
17
+ date: 2019-07-30 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: rails