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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0021aedb91c02447b86bd421ed5c0e27afec0daa
|
4
|
+
data.tar.gz: 2e2098528c09c66cb0ba6e9fe9f99265dfe11cab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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(
|
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(
|
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(
|
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(
|
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(
|
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
|
}
|