@shift72/core-template 1.6.0 → 1.8.0

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +6 -4
  3. package/kibble.json +8 -2
  4. package/package.json +4 -4
  5. package/site/ar_LB.all.json +27 -0
  6. package/site/ca_ES.all.json +28 -1
  7. package/site/da_DK.all.json +28 -1
  8. package/site/de_DE.all.json +29 -2
  9. package/site/el_EL.all.json +27 -0
  10. package/site/en_AU.all.json +28 -1
  11. package/site/es_ES.all.json +27 -0
  12. package/site/es_MX.all.json +27 -0
  13. package/site/et_ET.all.json +28 -1
  14. package/site/fi_FI.all.json +27 -0
  15. package/site/fr_FR.all.json +29 -2
  16. package/site/hr_HR.all.json +28 -1
  17. package/site/hu_HU.all.json +28 -1
  18. package/site/it_IT.all.json +28 -1
  19. package/site/ja_JP.all.json +29 -2
  20. package/site/lt_LT.all.json +28 -1
  21. package/site/nl_BE.all.json +27 -0
  22. package/site/no_NO.all.json +27 -0
  23. package/site/pl_PL.all.json +27 -0
  24. package/site/pt_BR.all.json +27 -0
  25. package/site/pt_PT.all.json +28 -1
  26. package/site/ru_RU.all.json +27 -0
  27. package/site/sr_SR.all.json +27 -0
  28. package/site/static/fonts/fa-s72.woff +0 -0
  29. package/site/static/images/icons/amazonfiretv.png +0 -0
  30. package/site/static/images/icons/androidtv.png +0 -0
  31. package/site/static/images/icons/appletv.png +0 -0
  32. package/site/styles/_availability-tags.scss +1 -0
  33. package/site/styles/_awards.scss +3 -2
  34. package/site/styles/_buttons.scss +32 -1
  35. package/site/styles/_cta-buttons.scss +7 -9
  36. package/site/styles/_footer.scss +57 -5
  37. package/site/styles/_icons.scss +35 -0
  38. package/site/styles/_meta-detail.scss +27 -20
  39. package/site/styles/_meta-item-tagline.scss +1 -2
  40. package/site/styles/_meta-sub-item.scss +29 -4
  41. package/site/styles/_shift72.scss +4 -0
  42. package/site/styles/_swiper.scss +2 -2
  43. package/site/styles/_typography.scss +1 -1
  44. package/site/styles/_variables.scss +3 -3
  45. package/site/templates/application/footer/app-badges.jet +30 -11
  46. package/site/templates/application/footer/footer.jet +3 -0
  47. package/site/templates/application/footer/nav.jet +12 -12
  48. package/site/templates/application/footer/social-media-buttons.jet +25 -0
  49. package/site/templates/collection/carousel/item.jet +0 -2
  50. package/site/templates/film/item.jet +6 -8
  51. package/site/templates/items/meta_item.jet +0 -2
  52. package/site/templates/items/sub_item.jet +23 -19
  53. package/site/templates/items/tagline.jet +1 -1
  54. package/site/templates/tv/detail.jet +3 -6
  55. package/site/tr_TR.all.json +27 -0
  56. package/site/uk_UA.all.json +28 -1
  57. package/site/zh_TW.all.json +27 -0
@@ -6,10 +6,10 @@
6
6
  "other": "Powered by"
7
7
  },
8
8
  "powered_by_name": {
9
- "other": "ScreenPlus"
9
+ "other": "Shift72"
10
10
  },
11
11
  "powered_by_url": {
12
- "other": "https://www.screenplus.com"
12
+ "other": "https://www.shift72.com"
13
13
  },
14
14
  "in_partnership_with": {
15
15
  "other": "in partnership with"
@@ -1498,5 +1498,32 @@
1498
1498
  },
1499
1499
  "new_card_error_timed_out": {
1500
1500
  "other": "カードの追加中にエラーが発生しました。後でもう一度試すか、別のカードを使用してください。"
1501
+ },
1502
+ "tv_app_badge_title": {
1503
+ "other": "TV アプリで利用可能"
1504
+ },
1505
+ "app_badge_fire_tv": {
1506
+ "other": "Amazon Fire TV で入手する"
1507
+ },
1508
+ "app_badge_android_tv": {
1509
+ "other": "Android TV で入手する"
1510
+ },
1511
+ "app_badge_apple_tv": {
1512
+ "other": "Apple TV で入手する"
1513
+ },
1514
+ "wcag_aria_label_social_instagram": {
1515
+ "other": "Instagramで私たちをご覧ください"
1516
+ },
1517
+ "wcag_aria_label_social_youtube": {
1518
+ "other": "Youtubeで購読する"
1519
+ },
1520
+ "wcag_aria_label_social_facebook": {
1521
+ "other": "Facebookで私たちをご覧ください"
1522
+ },
1523
+ "wcag_aria_label_social_twitter": {
1524
+ "other": "Twitterで私たちをご覧ください"
1525
+ },
1526
+ "wcag_aria_label_social_letterboxd": {
1527
+ "other": "Letterboxdにアクセスしてください"
1501
1528
  }
1502
1529
  }
@@ -9,7 +9,7 @@
9
9
  "other": "Shift72"
10
10
  },
11
11
  "powered_by_url": {
12
- "other": "https://www.screenplus.com"
12
+ "other": "https://www.shift72.com"
13
13
  },
14
14
  "in_partnership_with": {
15
15
  "other": "in partnership with"
@@ -1543,5 +1543,32 @@
1543
1543
  },
1544
1544
  "new_card_error_timed_out": {
1545
1545
  "other": "Pridedant šią kortelę kažkas nutiko. Bandykite dar kartą vėliau arba naudokite kitą kortelę."
1546
+ },
1547
+ "tv_app_badge_title": {
1548
+ "other": "Pasiekiama TV programose"
1549
+ },
1550
+ "app_badge_fire_tv": {
1551
+ "other": "Gaukite jį „Amazon Fire TV“."
1552
+ },
1553
+ "app_badge_android_tv": {
1554
+ "other": "Gaukite jį „Android TV“."
1555
+ },
1556
+ "app_badge_apple_tv": {
1557
+ "other": "Gaukite jį per Apple TV"
1558
+ },
1559
+ "wcag_aria_label_social_instagram": {
1560
+ "other": "Aplankykite mus Instagram"
1561
+ },
1562
+ "wcag_aria_label_social_youtube": {
1563
+ "other": "Prenumeruokite Youtube"
1564
+ },
1565
+ "wcag_aria_label_social_facebook": {
1566
+ "other": "Aplankykite mus Facebook"
1567
+ },
1568
+ "wcag_aria_label_social_twitter": {
1569
+ "other": "Aplankykite mus Twitter"
1570
+ },
1571
+ "wcag_aria_label_social_letterboxd": {
1572
+ "other": "Aplankykite mus „Letterboxd“."
1546
1573
  }
1547
1574
  }
@@ -1511,5 +1511,32 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "Er is iets misgegaan bij het toevoegen van die kaart. Probeer het later opnieuw of gebruik een andere kaart."
1514
+ },
1515
+ "tv_app_badge_title": {
1516
+ "other": "Beschikbaar in tv-apps"
1517
+ },
1518
+ "app_badge_fire_tv": {
1519
+ "other": "Download het op Amazon Fire TV"
1520
+ },
1521
+ "app_badge_android_tv": {
1522
+ "other": "Download het op Android TV"
1523
+ },
1524
+ "app_badge_apple_tv": {
1525
+ "other": "Download het op Apple TV"
1526
+ },
1527
+ "wcag_aria_label_social_instagram": {
1528
+ "other": "Bezoek ons op Instagram"
1529
+ },
1530
+ "wcag_aria_label_social_youtube": {
1531
+ "other": "Abonneer je op Youtube"
1532
+ },
1533
+ "wcag_aria_label_social_facebook": {
1534
+ "other": "Bezoek ons op Facebook"
1535
+ },
1536
+ "wcag_aria_label_social_twitter": {
1537
+ "other": "Bezoek ons op Twitter"
1538
+ },
1539
+ "wcag_aria_label_social_letterboxd": {
1540
+ "other": "Bezoek ons op Letterboxd"
1514
1541
  }
1515
1542
  }
@@ -1511,5 +1511,32 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "Noe gikk galt da kortet ble lagt til. Prøv igjen senere eller bruk et annet kort."
1514
+ },
1515
+ "tv_app_badge_title": {
1516
+ "other": "Tilgjengelig på TV-apper"
1517
+ },
1518
+ "app_badge_fire_tv": {
1519
+ "other": "Få den på Amazon Fire TV"
1520
+ },
1521
+ "app_badge_android_tv": {
1522
+ "other": "Få den på Android TV"
1523
+ },
1524
+ "app_badge_apple_tv": {
1525
+ "other": "Få den på Apple TV"
1526
+ },
1527
+ "wcag_aria_label_social_instagram": {
1528
+ "other": "Besøk oss på Instagram"
1529
+ },
1530
+ "wcag_aria_label_social_youtube": {
1531
+ "other": "Abonner på Youtube"
1532
+ },
1533
+ "wcag_aria_label_social_facebook": {
1534
+ "other": "Besøk oss på Facebook"
1535
+ },
1536
+ "wcag_aria_label_social_twitter": {
1537
+ "other": "Besøk oss på Twitter"
1538
+ },
1539
+ "wcag_aria_label_social_letterboxd": {
1540
+ "other": "Besøk oss på Letterboxd"
1514
1541
  }
1515
1542
  }
@@ -1588,5 +1588,32 @@
1588
1588
  },
1589
1589
  "new_card_error_timed_out": {
1590
1590
  "other": "Coś poszło nie tak podczas dodawania tej karty. Spróbuj ponownie później lub użyj innej karty."
1591
+ },
1592
+ "tv_app_badge_title": {
1593
+ "other": "Dostępne w aplikacjach telewizyjnych"
1594
+ },
1595
+ "app_badge_fire_tv": {
1596
+ "other": "Pobierz go na Amazon Fire TV"
1597
+ },
1598
+ "app_badge_android_tv": {
1599
+ "other": "Pobierz na Android TV"
1600
+ },
1601
+ "app_badge_apple_tv": {
1602
+ "other": "Pobierz na Apple TV"
1603
+ },
1604
+ "wcag_aria_label_social_instagram": {
1605
+ "other": "Odwiedź nas na Instagramie"
1606
+ },
1607
+ "wcag_aria_label_social_youtube": {
1608
+ "other": "Subskrybuj na Youtube"
1609
+ },
1610
+ "wcag_aria_label_social_facebook": {
1611
+ "other": "Odwiedź nas na Facebooku"
1612
+ },
1613
+ "wcag_aria_label_social_twitter": {
1614
+ "other": "Odwiedź nas na Twitterze"
1615
+ },
1616
+ "wcag_aria_label_social_letterboxd": {
1617
+ "other": "Odwiedź nas na Letterboxd"
1591
1618
  }
1592
1619
  }
@@ -1515,5 +1515,32 @@
1515
1515
  },
1516
1516
  "new_card_error_timed_out": {
1517
1517
  "other": "Algo deu errado ao adicionar esse cartão. Tente novamente mais tarde ou use um cartão diferente."
1518
+ },
1519
+ "tv_app_badge_title": {
1520
+ "other": "Disponível em aplicativos de TV"
1521
+ },
1522
+ "app_badge_fire_tv": {
1523
+ "other": "Baixe na Amazon Fire TV"
1524
+ },
1525
+ "app_badge_android_tv": {
1526
+ "other": "Baixe na Android TV"
1527
+ },
1528
+ "app_badge_apple_tv": {
1529
+ "other": "Baixe na Apple TV"
1530
+ },
1531
+ "wcag_aria_label_social_instagram": {
1532
+ "other": "Visite-nos no Instagram"
1533
+ },
1534
+ "wcag_aria_label_social_youtube": {
1535
+ "other": "Inscreva-se no Youtube"
1536
+ },
1537
+ "wcag_aria_label_social_facebook": {
1538
+ "other": "Visite-nos no Facebook"
1539
+ },
1540
+ "wcag_aria_label_social_twitter": {
1541
+ "other": "Visite-nos no Twitter"
1542
+ },
1543
+ "wcag_aria_label_social_letterboxd": {
1544
+ "other": "Visite-nos no Letterboxd"
1518
1545
  }
1519
1546
  }
@@ -6,7 +6,7 @@
6
6
  "other": "Distribuído por"
7
7
  },
8
8
  "powered_by_name": {
9
- "other": "ScreenPlus"
9
+ "other": "Shift72"
10
10
  },
11
11
  "powered_by_url": {
12
12
  "other": "https://www.shift72.com"
@@ -1515,5 +1515,32 @@
1515
1515
  },
1516
1516
  "new_card_error_timed_out": {
1517
1517
  "other": "Algo deu errado ao adicionar esse cartão. Tente novamente mais tarde ou use um cartão diferente."
1518
+ },
1519
+ "tv_app_badge_title": {
1520
+ "other": "Disponível em aplicativos de TV"
1521
+ },
1522
+ "app_badge_fire_tv": {
1523
+ "other": "Baixe na Amazon Fire TV"
1524
+ },
1525
+ "app_badge_android_tv": {
1526
+ "other": "Baixe na Android TV"
1527
+ },
1528
+ "app_badge_apple_tv": {
1529
+ "other": "Baixe na Apple TV"
1530
+ },
1531
+ "wcag_aria_label_social_instagram": {
1532
+ "other": "Visite-nos no Instagram"
1533
+ },
1534
+ "wcag_aria_label_social_youtube": {
1535
+ "other": "Inscreva-se no Youtube"
1536
+ },
1537
+ "wcag_aria_label_social_facebook": {
1538
+ "other": "Visite-nos no Facebook"
1539
+ },
1540
+ "wcag_aria_label_social_twitter": {
1541
+ "other": "Visite-nos no Twitter"
1542
+ },
1543
+ "wcag_aria_label_social_letterboxd": {
1544
+ "other": "Visite-nos no Letterboxd"
1518
1545
  }
1519
1546
  }
@@ -1565,5 +1565,32 @@
1565
1565
  },
1566
1566
  "new_card_error_timed_out": {
1567
1567
  "other": "Что-то пошло не так при добавлении этой карты. Повторите попытку позже или используйте другую карту."
1568
+ },
1569
+ "tv_app_badge_title": {
1570
+ "other": "Доступно в приложениях для ТВ"
1571
+ },
1572
+ "app_badge_fire_tv": {
1573
+ "other": "Получите его на Amazon Fire TV"
1574
+ },
1575
+ "app_badge_android_tv": {
1576
+ "other": "Загрузите его на Android TV"
1577
+ },
1578
+ "app_badge_apple_tv": {
1579
+ "other": "Получить его на Apple TV"
1580
+ },
1581
+ "wcag_aria_label_social_instagram": {
1582
+ "other": "Посетите нас в Instagram"
1583
+ },
1584
+ "wcag_aria_label_social_youtube": {
1585
+ "other": "Подпишитесь на Youtube"
1586
+ },
1587
+ "wcag_aria_label_social_facebook": {
1588
+ "other": "Посетите нас на Facebook"
1589
+ },
1590
+ "wcag_aria_label_social_twitter": {
1591
+ "other": "Посетите нас в Твиттере"
1592
+ },
1593
+ "wcag_aria_label_social_letterboxd": {
1594
+ "other": "Посетите нас на Letterboxd"
1568
1595
  }
1569
1596
  }
@@ -1527,5 +1527,32 @@
1527
1527
  },
1528
1528
  "new_card_error_timed_out": {
1529
1529
  "other": "Нешто није у реду приликом додавања те картице. Покушајте поново касније или користите другу картицу."
1530
+ },
1531
+ "tv_app_badge_title": {
1532
+ "other": "Доступно у ТВ апликацијама"
1533
+ },
1534
+ "app_badge_fire_tv": {
1535
+ "other": "Набавите га на Амазон Фире ТВ-у"
1536
+ },
1537
+ "app_badge_android_tv": {
1538
+ "other": "Набавите га на Андроид ТВ-у"
1539
+ },
1540
+ "app_badge_apple_tv": {
1541
+ "other": "Набавите га на Аппле ТВ-у"
1542
+ },
1543
+ "wcag_aria_label_social_instagram": {
1544
+ "other": "Посетите нас на Инстаграму"
1545
+ },
1546
+ "wcag_aria_label_social_youtube": {
1547
+ "other": "Претплатите се на Иоутубе"
1548
+ },
1549
+ "wcag_aria_label_social_facebook": {
1550
+ "other": "Посетите нас на Фејсбуку"
1551
+ },
1552
+ "wcag_aria_label_social_twitter": {
1553
+ "other": "Посетите нас на Твитеру"
1554
+ },
1555
+ "wcag_aria_label_social_letterboxd": {
1556
+ "other": "Посетите нас на Леттербокд-у"
1530
1557
  }
1531
1558
  }
Binary file
@@ -4,6 +4,7 @@ s72-availability-label {
4
4
  @include body-1-style;
5
5
  line-height: 24px;
6
6
  margin-bottom: 16px;
7
+ margin-top: -4px;
7
8
 
8
9
  &::before {
9
10
  @extend .fa;
@@ -3,11 +3,12 @@
3
3
 
4
4
  &.meta-awards-all {
5
5
  display: grid;
6
- gap: 30px 104px;
7
- margin-bottom: 0px;
6
+ gap: 28px 104px;
7
+ margin-bottom: 0;
8
8
  margin-top: 20px;
9
9
 
10
10
  @include media-breakpoint-up(md) {
11
+ grid-auto-rows: 1fr;
11
12
  grid-template-columns: repeat(2, minmax(0, 320px));
12
13
  }
13
14
  }
@@ -110,7 +110,8 @@
110
110
 
111
111
  .s72-btn-rent,
112
112
  .s72-btn-purchase,
113
- .s72-btn-subscribe {
113
+ .s72-btn-subscribe,
114
+ .s72-btn-purchase-option {
114
115
  background: $button-background;
115
116
  border: 3px solid $button-background;
116
117
  min-width: 140px;
@@ -129,6 +130,36 @@
129
130
  }
130
131
  }
131
132
 
133
+ .s72-purchase-option.rent-or-buy {
134
+ .s72-purchase-option-buttons {
135
+ @include media-breakpoint-up(md) {
136
+ flex-wrap: nowrap;
137
+ }
138
+ }
139
+
140
+ .s72-btn-purchase-option {
141
+ background: transparent;
142
+ color: var(--body-color);
143
+ margin-bottom: 10px;
144
+
145
+ @include hover-focus {
146
+ background: $button-background-hover;
147
+ border-color: $button-background-hover;
148
+ color: $button-text-color-hover;
149
+ }
150
+
151
+ @include media-breakpoint-up(md) {
152
+ margin-bottom: 0;
153
+ margin-right: 10px;
154
+ }
155
+
156
+ &:last-child {
157
+ margin-bottom: 0;
158
+ margin-right: 0;
159
+ }
160
+ }
161
+ }
162
+
132
163
  .s72-btn.s72-btn-unsubscribe,
133
164
  .s72-btn.s72-btn-updatecreditcard {
134
165
  @extend .btn-secondary;
@@ -1,14 +1,10 @@
1
1
  /* stylelint-disable selector-max-compound-selectors, max-nesting-depth */
2
2
  @mixin text-cta-btn {
3
3
  margin: 0;
4
+ min-width: 140px;
4
5
  padding: 6px 12px;
5
6
  white-space: nowrap;
6
7
  width: 100%;
7
-
8
- @include media-breakpoint-up(xs) {
9
- min-width: fit-content;
10
- width: 140px;
11
- }
12
8
  }
13
9
 
14
10
  .cta-buttons {
@@ -17,7 +13,7 @@
17
13
  margin-bottom: 8px;
18
14
 
19
15
  @include media-breakpoint-up(xs) {
20
- grid-auto-columns: min-content;
16
+ grid-template-columns: max-content max-content;
21
17
  grid-template-rows: 1fr;
22
18
  }
23
19
 
@@ -37,7 +33,7 @@
37
33
  grid-template-columns: 1fr 1fr;
38
34
 
39
35
  @include media-breakpoint-up(xs) {
40
- grid-template-columns: none;
36
+ grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
41
37
  }
42
38
 
43
39
  > * {
@@ -158,6 +154,10 @@
158
154
  .s72-btn-can-be-watched {
159
155
  @include text-cta-btn;
160
156
 
157
+ @include media-breakpoint-up(xs) {
158
+ max-width: max-content;
159
+ }
160
+
161
161
  .padder {
162
162
  display: none;
163
163
  }
@@ -174,11 +174,9 @@
174
174
  gap: 16px;
175
175
  grid-template-rows: 1fr;
176
176
  justify-items: center;
177
- padding: 0 36px;
178
177
 
179
178
  @include media-breakpoint-up(xs) {
180
179
  grid-template-columns: min-content min-content min-content;
181
- padding: 0;
182
180
  }
183
181
 
184
182
  > * {
@@ -7,10 +7,11 @@ footer {
7
7
  .footer-brand-link {
8
8
  align-self: center;
9
9
  display: flex;
10
+ margin-bottom: 30px;
10
11
 
11
12
  @include media-breakpoint-up(xl) {
12
13
  align-self: flex-start;
13
- margin: 0 50px;
14
+ margin: 0 50px 20px;
14
15
  }
15
16
  }
16
17
 
@@ -19,10 +20,10 @@ footer {
19
20
  }
20
21
 
21
22
  .footer-nav {
22
- padding: 30px 0;
23
+ margin-bottom: 30px;
23
24
 
24
25
  @include media-breakpoint-up(xl) {
25
- padding: 20px 50px;
26
+ margin: 0 50px 20px;
26
27
  }
27
28
 
28
29
  .nav {
@@ -49,14 +50,46 @@ footer {
49
50
  }
50
51
  }
51
52
 
53
+ .footer-social-media-icons {
54
+ display: grid;
55
+ gap: 24px;
56
+ grid-auto-columns: 25px;
57
+ grid-auto-flow: column;
58
+ grid-template-rows: 1fr;
59
+ justify-content: center;
60
+ margin-bottom: 30px;
61
+
62
+ @include media-breakpoint-up(xl) {
63
+ justify-content: start;
64
+ margin: 0 50px 20px;
65
+ }
66
+
67
+ .s72-btn {
68
+ border: initial;
69
+ grid-row: 1;
70
+ padding: 0;
71
+
72
+ i {
73
+ color: var(--body-color);
74
+ font-size: 25px;
75
+
76
+ &:hover {
77
+ color: var(--body-color-hover);
78
+ }
79
+ }
80
+ }
81
+ }
82
+
52
83
  .footer-info {
53
84
  background-color: $footer-bar-background-color;
85
+ margin-top: 30px;
54
86
  padding: 20px 42px;
55
87
 
56
88
  @include media-breakpoint-up(xl) {
57
89
  display: flex;
58
90
  flex-direction: row;
59
91
  justify-content: space-between;
92
+ margin-top: 20px;
60
93
  padding: 20px 50px;
61
94
  }
62
95
  }
@@ -85,20 +118,38 @@ footer {
85
118
  }
86
119
  }
87
120
 
88
- .app-banner {
121
+ .app-banner,
122
+ .tv-app-banner {
89
123
  align-items: center;
90
124
  display: flex;
91
125
  flex-direction: column;
92
126
  margin: 0 20px;
93
127
  padding: 50px 0;
128
+
94
129
  @include media-breakpoint-up(lg) {
95
130
  margin: 0 50px;
96
131
  }
132
+
97
133
  .app-badge-container {
98
134
  display: flex;
99
135
  }
100
136
 
101
- .app-badge-title {
137
+ .tv-app-badge-container {
138
+ display: grid;
139
+ gap: 22px;
140
+ grid-auto-flow: column;
141
+ grid-template-rows: 1fr;
142
+ justify-content: center;
143
+
144
+ .app-badge-link {
145
+ align-items: center;
146
+ display: flex;
147
+ height: 45px;
148
+ }
149
+ }
150
+
151
+ .app-badge-title,
152
+ .tv-app-badge-title {
102
153
  @include body-1-style;
103
154
  margin-bottom: 20px;
104
155
  text-align: center;
@@ -107,6 +158,7 @@ footer {
107
158
  .app-badge-link {
108
159
  margin: 0 5px;
109
160
  }
161
+
110
162
  .app-badge-image {
111
163
  height: 40px;
112
164
  }
@@ -82,10 +82,30 @@
82
82
  content: '\e002';
83
83
  }
84
84
 
85
+ .fa-instagram-footer::before {
86
+ content: '\e007';
87
+ }
88
+
85
89
  .fa-twitter::before {
86
90
  content: '\e008';
87
91
  }
88
92
 
93
+ .fa-twitter-footer::before {
94
+ content: '\e01f';
95
+ }
96
+
97
+ .fa-facebook-footer::before {
98
+ content: '\e01e';
99
+ }
100
+
101
+ .fa-youtube-footer::before {
102
+ content: '\e005';
103
+ }
104
+
105
+ .fa-letterboxd-footer::before {
106
+ content: '\e006';
107
+ }
108
+
89
109
  .fa-star::before {
90
110
  content: '\e009';
91
111
  }
@@ -118,6 +138,10 @@
118
138
  content: '\e010';
119
139
  }
120
140
 
141
+ .fa-external-link::before {
142
+ content: '\e004';
143
+ }
144
+
121
145
  .fa-linkedin::before {
122
146
  content: '\e011';
123
147
  }
@@ -227,3 +251,14 @@ s72-availability-label .availability-state::before {
227
251
  @extend .fa-circle;
228
252
  @extend .s72-icon;
229
253
  }
254
+
255
+ // Rule: icon classes in relish should be prefxed with 's72-'
256
+ .s72-icon-down {
257
+ @extend .fa;
258
+ @extend .fa-angle-down;
259
+ }
260
+
261
+ .s72-icon-up {
262
+ @extend .fa;
263
+ @extend .fa-angle-up;
264
+ }