trusty-festivity-extension 2.3.20 → 2.3.21

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 278b1e2c194158c148439102e089d7a3ca5a2b20
4
- data.tar.gz: 94cc7bf02ed60e5a3552ef09d0bb387b3fda15f5
3
+ metadata.gz: 0021aedb91c02447b86bd421ed5c0e27afec0daa
4
+ data.tar.gz: 2e2098528c09c66cb0ba6e9fe9f99265dfe11cab
5
5
  SHA512:
6
- metadata.gz: 77f34333238ad8251c74f8fe240d01cf2430e98d7ef7846eaabd17cba684738844c89e7fa9ca4a924c798e908f58776bb945ccb3e96a685ba3166164abba1c8b
7
- data.tar.gz: aa3f4075bf21e77cb9fc45b5d74418c6ff2d6808a801571d98e7171a4cb696b62bcf6df4012248293bccbec440db789ed7dee278f6d8741b8e4a7de99bdbc98d
6
+ metadata.gz: 4475e903ddd10f6982aac4ca864f62fa54df909ed175808fff55a8358f80e634d7d3ea4deddaac782051d4d7ea303194637588d92fb58ac3e49b48ffc1d4d2b6
7
+ data.tar.gz: b7ede02b8df405c4136340f05ff202ca03b620a36d495cbb735c2fee493c9bb13b33fea7f2a3619b3397f89cd822a77c78ea5546ea9f997ba3829e7baea26923
@@ -183,7 +183,7 @@
183
183
 
184
184
  @include breakpoint($breakpoint-m) {
185
185
  @include column(8);
186
- background: url(image-path(fn-featured-bg.svg)) no-repeat transparent;
186
+ background: url(fn-featured-bg.svg) no-repeat transparent;
187
187
  position: absolute;
188
188
  bottom: 0;
189
189
  }
@@ -286,11 +286,11 @@
286
286
  }
287
287
  }
288
288
  .how-it-works {
289
- background: url(image-path(fn-homepage-howitworks-topbg.svg)) -1.5em 0 no-repeat, url(image-path(fn-homepage-howitworks-bg-sm.jpg)) no-repeat, $text-color;
289
+ background: url(fn-homepage-howitworks-topbg.svg) -1.5em 0 no-repeat, url(fn-homepage-howitworks-bg-sm.jpg) no-repeat, $text-color;
290
290
  @include pie-clearfix;
291
291
 
292
292
  @include breakpoint($breakpoint-l){
293
- background: url(image-path(fn-homepage-howitworks-topbg.svg)) -1.5em 0 no-repeat, url(image-path(fn-homepage-howitworks-bg.jpg)) no-repeat, $text-color;
293
+ background: url(fn-homepage-howitworks-topbg.svg) -1.5em 0 no-repeat, url(fn-homepage-howitworks-bg.jpg) no-repeat, $text-color;
294
294
  }
295
295
  h3.section-title {
296
296
  @include reversed-text-smoothing;
@@ -381,12 +381,12 @@
381
381
  width: 3.25%;
382
382
  }
383
383
  .instagram-post {
384
- background: url(image-path('fn-instagram-bg.svg')) no-repeat $link-color;
384
+ background: url('fn-instagram-bg.svg') no-repeat $link-color;
385
385
  background-position: 90% 93%;
386
386
  background-size: 35px auto;
387
387
  }
388
388
  .twitter-post {
389
- background: url(image-path('fn-twitter-bg.svg')) no-repeat $homepage-featured-background;
389
+ background: url('fn-twitter-bg.svg') no-repeat $homepage-featured-background;
390
390
  background-position: 90% 85%;
391
391
  background-size: 38px 31px;
392
392
  }
@@ -1,5 +1,5 @@
1
1
  module TrustyFestivityExtension
2
- VERSION = "2.3.20"
2
+ VERSION = "2.3.21"
3
3
  SUMMARY = "Festival microsite engine for Trusty CMS"
4
4
  DESCRIPTION = "Event management for arts festivals."
5
5
  URL = "http://github.com/pgharts/trusty-festivity-extension"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-festivity-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.20
4
+ version: 2.3.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple