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 +4 -4
- data/app/assets/stylesheets/promethee.sass +18 -13
- data/lib/promethee/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1bc4afceb6c4315b9d5728d0c3e1b2d2ed3f800a28ac60aac2cc13754316db5b
|
4
|
+
data.tar.gz: b5e05bc16cd784f62be3b04750f7c5cf01e77fd083c2f2ffa38b8d9afe2cd421
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
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
|
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.
|
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-
|
17
|
+
date: 2020-03-09 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: rails
|