trusty-festivity-extension 2.3.2 → 2.3.3

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
  SHA1:
3
- metadata.gz: dfcbee1305c42c91d36ef8ade901d4f8ba25bf53
4
- data.tar.gz: c5bd619cf44c2cba578ff51009dfeac479cace41
3
+ metadata.gz: 50f12f4eb104bc649185b0fa0efdc1e94901db49
4
+ data.tar.gz: 79a07fc6d8f13c9f49ab3c38811e94e09854b9eb
5
5
  SHA512:
6
- metadata.gz: 4445a7e42ea4567ca844018a0d5bcab206730d4d0ae2f89d1738bd83478b850a4749e4ab95bdf45f84bd4c488a89fd41ebd674b76f78f2929fd508a1d31440c2
7
- data.tar.gz: be19985ae7903c8ba0eaff16916051b1345b88d59a55e27ad4fa54b927f7920d77b8cf23bfb2745fa8dcc09c23d3ec914439c514e87f7a541fcaf0bda1a95659
6
+ metadata.gz: 906a7e3f45012ec29dd2b4aa1d2666e77adc5e9114f60cc93021901da5ddbc58073f4fc7481848b0d94c007cb5ea5a51c58fc4a403ef2caa5b41ad61833cdf7b
7
+ data.tar.gz: 1c9dac5c8c806d2e43a236567fdea0d057b7d20ecfdb7f40d8994c055ab53d51b6805ec30b62f362c3d1327496f99ee441a7a3034b4646efeebbe1d3f6e73fe4
@@ -1,6 +1,6 @@
1
1
  .site-header {
2
2
  @include pie-clearfix;
3
- background: url('/assets/images/gc-header-bg.svg') repeat-x $link-color;
3
+ background: url('/gc-header-bg.svg') repeat-x $link-color;
4
4
 
5
5
  @include breakpoint($breakpoint-nav) {
6
6
  padding-bottom: 1em;
@@ -1,7 +1,7 @@
1
1
  //Header
2
2
 
3
3
  .site-header {
4
- background: url('/assets/fn-header-background.jpg') no-repeat $header-bg-color;
4
+ background: url('/fn-header-background.jpg') no-repeat $header-bg-color;
5
5
 
6
6
  @include breakpoint($breakpoint-nav) {
7
7
  padding-bottom: 1em;
@@ -183,7 +183,7 @@
183
183
 
184
184
  @include breakpoint($breakpoint-m) {
185
185
  @include column(8);
186
- background: url('/assets/images/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('/assets/images/fn-homepage-howitworks-topbg.svg') -1.5em 0 no-repeat, url('/assets/images/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('/assets/images/fn-homepage-howitworks-topbg.svg') -1.5em 0 no-repeat, url('/assets/images/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('/assets/images/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('/assets/images/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
  }
@@ -214,7 +214,7 @@ button.search-submit {
214
214
 
215
215
  .internal {
216
216
  .site-header {
217
- background: url('/assets/images/traf-internalpage-bg.svg') no-repeat $background-color-alt;
217
+ background: url('/traf-internalpage-bg.svg') no-repeat $background-color-alt;
218
218
  @include breakpoint($breakpoint-s) {
219
219
  background: $background-color-alt;
220
220
  }
@@ -222,7 +222,7 @@ button.search-submit {
222
222
  .container {
223
223
  @include pie-clearfix;
224
224
  @include breakpoint($breakpoint-s) {
225
- background: url('/assets/images/traf-internalpage-bg.svg') no-repeat $background-color-alt;
225
+ background: url('/traf-internalpage-bg.svg') no-repeat $background-color-alt;
226
226
  }
227
227
  }
228
228
  }
@@ -1,5 +1,5 @@
1
1
  module TrustyFestivityExtension
2
- VERSION = "2.3.2"
2
+ VERSION = "2.3.3"
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.2
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple