promethee 1.11.6 → 1.11.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: de20ba904f6be9f9ef2c43af02c7760feb4508aba35584a57ba1d0abece119ee
4
- data.tar.gz: 764c7da4fdee4ac2a687d58d0da083462aa2799a2e09dc8167075594e03eaa28
3
+ metadata.gz: 3215c691b7190f6e3a4c9920dbbf90528636914d3506b99e63326126b48c659d
4
+ data.tar.gz: bb40b68ba4d15442279a5254a21dc3cc53adcc64521565ae6d3e7d6357db054e
5
5
  SHA512:
6
- metadata.gz: 2db572a14ca82599099548c10ba20a170a34bd570b8a0e6c572d0fd19f069e6bfbd5caf041d9bde857920faae649e549a467e23e03755122d6e5634a145ab9b9
7
- data.tar.gz: ac055450785995cacb1a78c679e1bc72df4dc648933341e8b70f91b7bf93378f528433c5407fefee728410a77125fedd1f38fe36b71b3e6ed914c20cce4bb7a0
6
+ metadata.gz: c92c34bba777fa3a6be99b31cca439a3ae451cabfe0b1be4ac828f121e5881d9e3233c0fdcd97919cc5d6784b595d60471eaa6c0aaabd32aa2978c141fe00dc1
7
+ data.tar.gz: 79c4c9cb18d2e68a9a7d4c03179acf0991768468ef175d07a9a9ba51e9076b88ed2758aebd73826953add1e26d03cdcfb1a142c4f72b88373c222024f89a6bd1
@@ -1,8 +1,5 @@
1
1
  @import "@fancyapps/fancybox/dist/jquery.fancybox.min"
2
2
 
3
- =spacing-bottom
4
- margin-bottom: 50px
5
-
6
3
  .promethee
7
4
  &__component
8
5
  &__cover
@@ -15,7 +12,7 @@
15
12
  background-repeat: no-repeat
16
13
  background-position: center center
17
14
  background-size: cover
18
- +spacing-bottom
15
+ margin-bottom: 50px
19
16
 
20
17
  &__page > &__aside,
21
18
  &__page > &__text,
@@ -23,14 +20,14 @@
23
20
  &__page > &__table,
24
21
  &__page > &__video
25
22
  @extend .container
26
- +spacing-bottom
27
- padding-left: $grid-gutter-width
28
- padding-right: $grid-gutter-width
23
+ margin-bottom: 50px
24
+ padding-left: $grid-gutter-width/2
25
+ padding-right: $grid-gutter-width/2
29
26
 
30
27
  &__page > &__row,
31
28
  &__page > &__collection
32
29
  @extend .container
33
- +spacing-bottom
30
+ margin-bottom: 50px
34
31
 
35
32
  &__slider
36
33
  .promethee__component
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.11.6'
3
+ VERSION = '1.11.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: 1.11.6
4
+ version: 1.11.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Gaya