trusty-festivity-extension 2.4.4 → 2.4.5
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 290b85b1b0f1f68809d4dd900753a07b0b78a677
|
|
4
|
+
data.tar.gz: 2d503dd47e1ab9466d3edca92cf1102753778dc1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c430d3521dac23d9405ddbff80e818f01157fda420032fc05fe1a8fcc8fa377f8dbeacf9199bd72c64bd80e9cdb05575fc4991f464ab6bd6a3ef3ada56047fc2
|
|
7
|
+
data.tar.gz: 48e5f7ca148c7955388c85222608178c0cec89f95405f29efc76e48d1c6b19b191a6bcfa06714df49b5606652000619e777ed8fd26d234b9dc0c95f015fb2948
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.site-header {
|
|
8
|
-
background: url(
|
|
8
|
+
background: url(header_mobile.png) no-repeat $header-bg-color;
|
|
9
9
|
@include breakpoint($breakpoint-xl) {
|
|
10
|
-
background: url(
|
|
10
|
+
background: url(header.png) no-repeat $header-bg-color;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
@@ -465,9 +465,9 @@
|
|
|
465
465
|
|
|
466
466
|
.footer-banner {
|
|
467
467
|
height: 102px;
|
|
468
|
-
background: url(
|
|
468
|
+
background: url(footer_mobile.png) no-repeat;
|
|
469
469
|
@include breakpoint($breakpoint-xl) {
|
|
470
|
-
background: url(
|
|
470
|
+
background: url(footer.png) no-repeat;
|
|
471
471
|
background-position: center top;
|
|
472
472
|
background-repeat: no-repeat;
|
|
473
473
|
margin-bottom: 20px;
|
|
@@ -29,13 +29,13 @@ section.homepage {
|
|
|
29
29
|
flex-flow: row wrap;
|
|
30
30
|
.welcome-image {
|
|
31
31
|
height: 65px;
|
|
32
|
-
background: url(
|
|
32
|
+
background: url(frog_mobile.png) no-repeat;
|
|
33
33
|
// @include column()
|
|
34
34
|
@include breakpoint($breakpoint-xl) {
|
|
35
35
|
@include column(4);
|
|
36
36
|
@include last;
|
|
37
37
|
height: 90px;
|
|
38
|
-
background: url(
|
|
38
|
+
background: url(frog.png) no-repeat;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
.festival-date {
|
|
@@ -46,7 +46,7 @@ section.homepage {
|
|
|
46
46
|
.home-primary {
|
|
47
47
|
padding: 0 2em;
|
|
48
48
|
background-color: #00786E;
|
|
49
|
-
background: url(
|
|
49
|
+
background: url(seafoam.jpg) no-repeat #00786E;
|
|
50
50
|
.primary-header {
|
|
51
51
|
padding-top: 1em;
|
|
52
52
|
border-bottom: 1px solid $border-color;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trusty-festivity-extension
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Sipple
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-03-
|
|
11
|
+
date: 2016-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: trusty-cms
|