trusty-festivity-extension 2.3.3 → 2.3.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 961157bc01f46070720a1f62718dcb88899674f5
|
4
|
+
data.tar.gz: 8127f7015b77e412f3ce508209d9e343a591d60c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 764dc3c6eba83de726dc477a075133f612b98f8525e6ea8b71ce19008b94ef2e615518e862d0439748a9aef62b08c2ecd09e45b8afcef8a3f66d350befe526f1
|
7
|
+
data.tar.gz: e6cce727f6cc82de271b82d6b01ba6800ef774fc0ad955985f5614092871f4da60d5a25dca585b8c598b0931db131279162b43f415afe788ae3d8036f43eb426
|
@@ -1,7 +1,7 @@
|
|
1
1
|
//Header
|
2
2
|
|
3
3
|
.site-header {
|
4
|
-
background: url('/fn-header-background.jpg') no-repeat $header-bg-color;
|
4
|
+
background: url(image-path('/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('/fn-featured-bg.svg') no-repeat transparent;
|
186
|
+
background: url(image-path('/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('/fn-homepage-howitworks-topbg.svg') -1.5em 0 no-repeat, url('/fn-homepage-howitworks-bg-sm.jpg') no-repeat, $text-color;
|
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;
|
290
290
|
@include pie-clearfix;
|
291
291
|
|
292
292
|
@include breakpoint($breakpoint-l){
|
293
|
-
background: url('/fn-homepage-howitworks-topbg.svg') -1.5em 0 no-repeat, url('/fn-homepage-howitworks-bg.jpg') no-repeat, $text-color;
|
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;
|
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('/fn-instagram-bg.svg') no-repeat $link-color;
|
384
|
+
background: url(image-path('/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('/fn-twitter-bg.svg') no-repeat $homepage-featured-background;
|
389
|
+
background: url(image-path('/fn-twitter-bg.svg')) no-repeat $homepage-featured-background;
|
390
390
|
background-position: 90% 85%;
|
391
391
|
background-size: 38px 31px;
|
392
392
|
}
|