promethee 4.1.1 → 4.1.2

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: 266367aa647de8230eee7b7c85eeb4fc74f926b46e643fb0f818c23d0dc219a7
4
- data.tar.gz: 9a78659c3ef3caa450f6163e0a0fccfd5123849ec201b6adc78684ea3c930d77
3
+ metadata.gz: 1bc4afceb6c4315b9d5728d0c3e1b2d2ed3f800a28ac60aac2cc13754316db5b
4
+ data.tar.gz: b5e05bc16cd784f62be3b04750f7c5cf01e77fd083c2f2ffa38b8d9afe2cd421
5
5
  SHA512:
6
- metadata.gz: 0aa0055a650b1cf5461f8f53685e6494bb630d01368f3a3fa3dc5fd47787a608c05e94284071d5e7102298e719992f2465bc823663172ce7f8d5091c39cab342
7
- data.tar.gz: 63f219f96f981bee6319c1db145c1b0869d039bdbb745514065f7c3180d7590f8026a391bf247a0e4675943e0b7327547bacbd2c82084f5f7d2a6a0f3a3a4025
6
+ metadata.gz: 2e1dfc1eea044db0d8d4ab9d6da90012ef45ece957a48479e7514698e2c6683ea124611d5fc6b6d9f8df3cea435564a92ec5af5dabe7cdcbfa0be50f11a5b44f
7
+ data.tar.gz: c31ddf29e3aad80ca4066ea2427c375c401b9169ded619450fbfd3e7bd8794eef47eb050f1b7c77780a832bca14448d12c276d0524b029c3ca9294741b2fe356
@@ -53,7 +53,7 @@ $black: #000000 !default
53
53
  display: inline-block
54
54
 
55
55
  &::before
56
- content: '“ '
56
+ content: '“ '
57
57
 
58
58
  &::after
59
59
  content: ' ”'
@@ -135,13 +135,9 @@ $black: #000000 !default
135
135
  margin-bottom: 0
136
136
 
137
137
  &__slider
138
+ overflow: hidden
138
139
  .promethee__component
139
140
  margin-bottom: 0
140
- .fontawesome-carousel-control .fa
141
- font-size: 30px
142
- position: absolute
143
- top: 50%
144
- transform: translateY(-50%)
145
141
  .carousel-item
146
142
  margin-bottom: 0
147
143
  &__content
@@ -149,13 +145,20 @@ $black: #000000 !default
149
145
  p:last-of-type
150
146
  margin-bottom: 0
151
147
  margin-top: 10px
152
- .carousel-control-prev,
153
- .carousel-control-next
154
- color: $black
155
- .carousel-control-prev
156
- justify-content: flex-start
157
- .carousel-control-next
158
- justify-content: flex-end
148
+ .carousel-control
149
+ align-items: center
150
+ display: flex
151
+ justify-content: center
152
+ padding: 5px
153
+ &-prev,
154
+ &-next
155
+ color: $black
156
+ &-prev
157
+ justify-content: flex-start
158
+ &-next
159
+ justify-content: flex-end
160
+ .fontawesome-carousel-control .fa
161
+ font-size: 30px
159
162
 
160
163
 
161
164
  // component direct in root
@@ -176,9 +179,11 @@ $black: #000000 !default
176
179
  @extend .offset-md-1 !optional
177
180
  @extend .col-md-offset-1 !optional
178
181
 
182
+
179
183
  @media screen and (max-width: 767.98px)
180
184
  &__page > &
181
185
  margin-bottom: $grid-gutter-width
186
+ &__page > &__slider,
182
187
  &__page > &__video
183
188
  padding-left: 0
184
189
  padding-right: 0
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '4.1.1'
3
+ VERSION = '4.1.2'
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: 4.1.1
4
+ version: 4.1.2
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: 2020-03-04 00:00:00.000000000 Z
17
+ date: 2020-03-09 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: rails