promethee 4.1.0 → 4.1.1

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: ed0dcd05c2570d62ed81f67916663ed32c33dbb8216d6bb7cfa99ce5b29b5f0b
4
- data.tar.gz: d7f7560dc9a7a4f8a5376322ee8f902ecd899444de33926343ce2a17b0c91e17
3
+ metadata.gz: 266367aa647de8230eee7b7c85eeb4fc74f926b46e643fb0f818c23d0dc219a7
4
+ data.tar.gz: 9a78659c3ef3caa450f6163e0a0fccfd5123849ec201b6adc78684ea3c930d77
5
5
  SHA512:
6
- metadata.gz: 0a4a46028dfd5e2fd68c776da648ef03e879bc903429a326926690957293fc5cbda51dd6e269552c3fdec8888c49f297065a6976e412406737f693374750cb71
7
- data.tar.gz: 7126056f791f6cc7f925bc47c18a42dfd072ccf998111c9c288620912223472e175a63c22a7c300750a82407c58f7f09eea89f86aac7eaf16176fb7ad4fc0b3c
6
+ metadata.gz: 0aa0055a650b1cf5461f8f53685e6494bb630d01368f3a3fa3dc5fd47787a608c05e94284071d5e7102298e719992f2465bc823663172ce7f8d5091c39cab342
7
+ data.tar.gz: 63f219f96f981bee6319c1db145c1b0869d039bdbb745514065f7c3180d7590f8026a391bf247a0e4675943e0b7327547bacbd2c82084f5f7d2a6a0f3a3a4025
@@ -1,9 +1,7 @@
1
1
  @import "@fancyapps/fancybox/dist/jquery.fancybox.min"
2
2
 
3
-
4
3
  $black: #000000 !default
5
4
 
6
-
7
5
  // aside
8
6
  // blockquote
9
7
  // collection
@@ -11,23 +9,23 @@ $black: #000000 !default
11
9
  // faq
12
10
  // image
13
11
  // slider
12
+ // table
13
+ // text
14
14
 
15
15
  .promethee
16
16
  &__component
17
- &__page > &:not(&__cover)
17
+ &__page > &
18
18
  @extend .container
19
+ margin-bottom: $grid-gutter-width*2
20
+
21
+ &__page > &__cover
22
+ max-width: 100%
19
23
 
20
- &__page > &__collection:not(&__cover),
21
- &__page > &__row:not(&__cover)
24
+ &__page > &__row,
25
+ &__page > &__collection
22
26
  padding-left: 0
23
27
  padding-right: 0
24
28
 
25
- &__page > &
26
- margin-bottom: $grid-gutter-width*2
27
-
28
- > .promethee__component__row
29
- @extend .row
30
-
31
29
  &__aside
32
30
  .aside__button
33
31
  a
@@ -178,6 +176,16 @@ $black: #000000 !default
178
176
  @extend .offset-md-1 !optional
179
177
  @extend .col-md-offset-1 !optional
180
178
 
179
+ @media screen and (max-width: 767.98px)
180
+ &__page > &
181
+ margin-bottom: $grid-gutter-width
182
+ &__page > &__video
183
+ padding-left: 0
184
+ padding-right: 0
185
+ .promethee__component__content
186
+ padding-left: 0
187
+ padding-right: 0
188
+
181
189
  @media screen and (max-width: 900px)
182
190
  &__cover
183
191
  min-height: 450px
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '4.1.0'
3
+ VERSION = '4.1.1'
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.0
4
+ version: 4.1.1
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-02-12 00:00:00.000000000 Z
17
+ date: 2020-03-04 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: rails