trusty-festivity-extension 2.3.2 → 2.3.3
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: 50f12f4eb104bc649185b0fa0efdc1e94901db49
|
4
|
+
data.tar.gz: 79a07fc6d8f13c9f49ab3c38811e94e09854b9eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 906a7e3f45012ec29dd2b4aa1d2666e77adc5e9114f60cc93021901da5ddbc58073f4fc7481848b0d94c007cb5ea5a51c58fc4a403ef2caa5b41ad61833cdf7b
|
7
|
+
data.tar.gz: 1c9dac5c8c806d2e43a236567fdea0d057b7d20ecfdb7f40d8994c055ab53d51b6805ec30b62f362c3d1327496f99ee441a7a3034b4646efeebbe1d3f6e73fe4
|
@@ -1,7 +1,7 @@
|
|
1
1
|
//Header
|
2
2
|
|
3
3
|
.site-header {
|
4
|
-
background: url('/
|
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('/
|
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
|
}
|
@@ -214,7 +214,7 @@ button.search-submit {
|
|
214
214
|
|
215
215
|
.internal {
|
216
216
|
.site-header {
|
217
|
-
background: url('/
|
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('/
|
225
|
+
background: url('/traf-internalpage-bg.svg') no-repeat $background-color-alt;
|
226
226
|
}
|
227
227
|
}
|
228
228
|
}
|