@shift72/core-template 0.3.6 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. package/CHANGELOG.md +43 -1
  2. package/kibble.json +1 -1
  3. package/package.json +9 -6
  4. package/site/404.html.jet +1 -1
  5. package/site/acceptinvite.html.jet +1 -1
  6. package/site/account.html.jet +1 -1
  7. package/site/ar_LB.all.json +82 -2
  8. package/site/ca_ES.all.json +87 -2
  9. package/site/da_DK.all.json +89 -2
  10. package/site/de_DE.all.json +80 -1
  11. package/site/devices.html.jet +1 -1
  12. package/site/ee_EE.all.json +82 -3
  13. package/site/el_EL.all.json +80 -1
  14. package/site/en_AU.all.json +55 -14
  15. package/site/es_ES.all.json +80 -1
  16. package/site/es_MX.all.json +10 -0
  17. package/site/fi_FI.all.json +81 -2
  18. package/site/forgotpassword.html.jet +1 -1
  19. package/site/fr_FR.all.json +80 -1
  20. package/site/genres.html.jet +1 -1
  21. package/site/hr_HR.all.json +479 -400
  22. package/site/hu_HU.all.json +82 -3
  23. package/site/it_IT.all.json +80 -1
  24. package/site/ja_JP.all.json +81 -2
  25. package/site/library.html.jet +1 -1
  26. package/site/lt_LT.all.json +81 -2
  27. package/site/nl_BE.all.json +81 -2
  28. package/site/no_NO.all.json +82 -3
  29. package/site/pin.html.jet +1 -1
  30. package/site/pl_PL.all.json +81 -2
  31. package/site/plans.html.jet +94 -0
  32. package/site/pt_BR.all.json +87 -2
  33. package/site/pt_PT.all.json +81 -2
  34. package/site/resetpassword.html.jet +1 -1
  35. package/site/ru_RU.all.json +81 -2
  36. package/site/se_SE.all.json +81 -2
  37. package/site/search.html.jet +1 -1
  38. package/site/signin.html.jet +1 -1
  39. package/site/signup.html.jet +1 -1
  40. package/site/styles/_awards.scss +39 -0
  41. package/site/styles/_buttons.scss +13 -0
  42. package/site/styles/_card.scss +3 -0
  43. package/site/styles/_collections.scss +1 -1
  44. package/site/styles/_footer.scss +0 -1
  45. package/site/styles/_forms.scss +1 -1
  46. package/site/styles/_globals.scss +7 -0
  47. package/site/styles/_icons.scss +4 -0
  48. package/site/styles/_legacy.scss +0 -5
  49. package/site/styles/_meta-detail.scss +1 -2
  50. package/site/styles/_nav.scss +2 -2
  51. package/site/styles/_pages.scss +25 -6
  52. package/site/styles/_plans.scss +87 -0
  53. package/site/styles/_poster.scss +25 -1
  54. package/site/styles/_shift72.scss +19 -0
  55. package/site/styles/_shopping.scss +6 -0
  56. package/site/styles/_variables.scss +14 -0
  57. package/site/styles/_wishlist.scss +2 -2
  58. package/site/styles/main.scss +6 -1
  59. package/site/templates/{application.jet → application/application.jet} +5 -5
  60. package/site/templates/{footer → application/footer}/app-badges.jet +5 -1
  61. package/site/templates/{footer → application/footer}/brand.jet +0 -0
  62. package/site/templates/{footer → application/footer}/copyright-statement.jet +0 -0
  63. package/site/templates/{footer → application/footer}/footer.jet +0 -0
  64. package/site/templates/{footer → application/footer}/info.jet +0 -0
  65. package/site/templates/{footer → application/footer}/nav.jet +0 -0
  66. package/site/templates/{footer → application/footer}/powered-by.jet +0 -0
  67. package/site/{google.jet → templates/application/google.jet} +0 -0
  68. package/site/templates/application/head/font.jet +4 -0
  69. package/site/templates/{seo.jet → application/head/seo.jet} +0 -0
  70. package/site/templates/{header-banner.jet → application/nav/header-banner.jet} +0 -0
  71. package/site/templates/{nav.jet → application/nav/nav.jet} +2 -2
  72. package/site/templates/{nav → application/nav}/user_logged_in.jet +0 -0
  73. package/site/templates/{nav → application/nav}/user_logged_out.jet +0 -0
  74. package/site/templates/bundle/background.jet +4 -5
  75. package/site/templates/bundle/item.jet +1 -1
  76. package/site/templates/collection/carousel_item.jet +3 -1
  77. package/site/templates/collection/index.jet +1 -1
  78. package/site/templates/collection/item.jet +1 -1
  79. package/site/templates/collection/list.jet +4 -4
  80. package/site/templates/collection/page_collection.jet +8 -8
  81. package/site/templates/common/awards/carousel.jet +10 -0
  82. package/site/templates/common/awards/item.jet +12 -0
  83. package/site/templates/common/awards/partial.jet +7 -0
  84. package/site/templates/common/background-image.jet +6 -0
  85. package/site/templates/common/separator.jet +3 -0
  86. package/site/templates/common/social-media-buttons.jet +42 -28
  87. package/site/templates/film/item.jet +5 -1
  88. package/site/templates/items/meta_item.jet +7 -2
  89. package/site/templates/items/tagline.jet +11 -8
  90. package/site/templates/page/content.jet +11 -12
  91. package/site/templates/page/curated.jet +37 -22
  92. package/site/templates/page/homepage.jet +1 -1
  93. package/site/templates/page/landing.jet +1 -1
  94. package/site/templates/page/page-content.jet +29 -0
  95. package/site/templates/page/page-header.jet +26 -0
  96. package/site/templates/tv/detail.jet +7 -1
  97. package/site/tr_TR.all.json +82 -3
  98. package/site/uk_UA.all.json +87 -2
  99. package/site/wishlist.html.jet +1 -1
  100. package/site/zh_TW.all.json +85 -1
  101. package/site/static/styles/main.css.map +0 -1
@@ -74,6 +74,13 @@
74
74
  "play_button_resume": { "other" : "Поделиться"},
75
75
 
76
76
  "social_media_buttons_title": { "other": "Поделиться" },
77
+ "social_media_buttons_facebook": { "other": "Поделиться через фейсбук" },
78
+ "social_media_buttons_twitter": { "other": "Поделиться в Твиттере" },
79
+ "social_media_buttons_linkedin": { "other": "Поделиться в Linkedin" },
80
+ "social_media_buttons_email": { "other": "Поделиться по электронной почте" },
81
+ "social_media_buttons_email_subject": { "other": "Поделиться ссылкой" },
82
+ "social_media_buttons_copied_link": { "other": "Ссылка скопирована в буфер обмена!" },
83
+ "social_media_buttons_copy_link": { "other": "Скопировать в буфер обмена" },
77
84
 
78
85
  "accept_invite_page_header": { "other": "Добро пожаловать" },
79
86
  "acceptinvite_form_invalid_reset_password_token": { "other": "Вы уже подтвердили регистрацию, вам надо <a href=\"{{.SigninURL}}\">войти</a> . Если вы забыли свой пароль, вы можете <a href=\"{{.ForgotPasswordURL}}\">сбросить пароль</a>." },
@@ -112,6 +119,7 @@
112
119
  "combined_auth_signin_password": { "other": "Введите ваш пароль для входа в аккаунт." },
113
120
  "combined_auth_signin_error_incorrect_credentials": { "other": "Это неверный пароль." },
114
121
  "combined_auth_error_forbidden": { "other": "Произошла ошибка." },
122
+ "combined_auth_error_too_many_requests": { "other": "Пожалуйста, повторите попытку позже." },
115
123
 
116
124
  "forgotpassword_page_header": { "other": "Сбросить пароль" },
117
125
  "forgotpassword_form_email": { "other": "Адрес электронной почты" },
@@ -120,6 +128,7 @@
120
128
  "forgotpassword_form_error_account_suspended": { "other": "Эта учетная запись приостановлена." },
121
129
  "forgotpassword_complete": { "other": "Спасибо. Новый пароль электронной почты должен появиться в вашем почтовом ящике в ближайшее время." },
122
130
  "forgotpassword_form_error_forbidden": { "other": "Произошла ошибка." },
131
+ "forgotpassword_form_error_too_many_requests": { "other": "Пожалуйста, повторите попытку позже." },
123
132
 
124
133
  "resetpassword_page_header": { "other": "Измените свой пароль" },
125
134
  "resetpassword_form_invalid_reset_password_token": { "other": "Сборс пароля более не действителен, пожалуйста, заполните <a href=\"{{.URL}}\">Забыл_а пароль</a> сформировать снова." },
@@ -129,6 +138,7 @@
129
138
  "resetpassword_complete": { "other": "Спасибо. Ваш пароль был изменен, и вы были зарегистрированы." },
130
139
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Запрос сброса пароля не действителен. Пожалуйста, попробуйте позже." },
131
140
  "resetpassword_form_error_reset_password_token_expired": { "other": "Сборс пароля истек. Пожалуйста, запросите новый." },
141
+ "resetpassword_form_error_too_many_requests": { "other": "Пожалуйста, повторите попытку позже." },
132
142
 
133
143
  "account_page_header": { "other": "Мой аккаунт" },
134
144
  "account_form_name": { "other": "имя" },
@@ -461,7 +471,7 @@
461
471
 
462
472
  "availability_coming_soon": { "other": "Скоро в онлайне" },
463
473
  "availability_renting": { "other": "аренда" },
464
- "availability_not_available": { "other": "availability_not_available" },
474
+ "availability_not_available": { "other": "Недоступен" },
465
475
  "availability_in_watch_window": { "other": "availability_in_watch_window" },
466
476
  "availability_sold_out": { "other": "Продано" },
467
477
  "availability_available_till": { "other": "Доступно до {{.ExpiryDate}}" },
@@ -485,5 +495,74 @@
485
495
 
486
496
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
487
497
  "app_badge_ios": { "other": "Download on the App Store" },
488
- "app_badge_android": { "other": "Get it on Google Play" }
498
+ "app_badge_android": { "other": "Get it on Google Play" },
499
+
500
+ "shopping_price_title_plan": {
501
+ "other": "Цена"
502
+ },
503
+ "shopping_price_plan_note": {
504
+ "zero": "{{ .Interval }} каждые .интервал.",
505
+ "one": "{{ .Interval }} каждые .Interval после окончания 24-часового бесплатного пробного периода.",
506
+ "other": "Взимается каждые .Interval после окончания {{ .Interval }} вашей дневной бесплатной пробной {{ .Count }}"
507
+ },
508
+ "shopping_price_plan_note_interval": {
509
+ "one": "{{ .Interval }}",
510
+ "other": "{{ .Count }} {{ .Interval }}"
511
+ },
512
+ "shopping_enter_card_prompt_plan": {
513
+ "other": "Введите данные своей кредитной карты ниже, чтобы начать подписку."
514
+ },
515
+ "shopping_action_plan": {
516
+ "other": "Полный"
517
+ },
518
+ "shopping_complete_subscription": {
519
+ "other": "Ваша подписка была приобретена. Теперь вы подписаны на {{ .Title }} ."
520
+ },
521
+ "shopping_complete_subscription_browse": {
522
+ "other": "Не стесняйтесь <a href=\"/\">просматривать</a> сайт или <a href=\"/search.html\">искать</a> что-то конкретное."
523
+ },
524
+ "shopping_info_plan_offer": {
525
+ "one": "Автоматически обновляется каждые {{ .Interval }}",
526
+ "other": "Автоматически обновляется каждые {{ .Count }} {{ .Interval }}"
527
+ },
528
+ "shopping_info_trial_period_offer": {
529
+ "one": "Попробуйте бесплатную 24-часовую пробную версию прямо сейчас!",
530
+ "other": "Попробуйте бесплатную дневную пробную версию {{ .Count }}"
531
+ },
532
+ "plans_page_header": {
533
+ "other": "Доступные планы"
534
+ },
535
+ "plan_label_owned": {
536
+ "other": "Вы владеете этим планом"
537
+ },
538
+ "plan_expiry_date": {
539
+ "other": "Закрытие продаж:"
540
+ },
541
+ "plan_read_more": {
542
+ "other": "Узнать больше"
543
+ },
544
+ "plan_page_read_more": {
545
+ "other": "Подробнее"
546
+ },
547
+ "plan_page_header_text": {
548
+ "other": "Наслаждайтесь {{ .Name }}"
549
+ },
550
+ "page_plan_explore_intro": {
551
+ "other": "ИЛИ"
552
+ },
553
+ "page_plan_explore_link": {
554
+ "other": "Исследуйте другие перевалы"
555
+ },
556
+ "plan_showcase_page_ownership_button_buy": {
557
+ "other": "Купи сейчас"
558
+ },
559
+ "plan_free_link_text": {
560
+ "other": "Подпишитесь бесплатно"
561
+ },
562
+ "awards_nominated_for": {
563
+ "other": "Выдвинут на"
564
+ },
565
+ "awards_in_competition": {
566
+ "other": "В соревновании"
567
+ }
489
568
  }
@@ -73,6 +73,13 @@
73
73
  "play_button_resume": { "other" : "Наставите"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Поделите" },
76
+ "social_media_buttons_facebook": { "other": "Поделите на Фејсбуку" },
77
+ "social_media_buttons_twitter": { "other": "Делите на Твитеру" },
78
+ "social_media_buttons_linkedin": { "other": "Делите на Линкедину" },
79
+ "social_media_buttons_email": { "other": "Делите путем е-поште" },
80
+ "social_media_buttons_email_subject": { "other": "Дељење везе" },
81
+ "social_media_buttons_copied_link": { "other": "Линк је копиран у међуспремник!" },
82
+ "social_media_buttons_copy_link": { "other": "Копирај у међуспремник" },
76
83
 
77
84
  "accept_invite_page_header": { "other": "Добродошли" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Изгледа да сте већ активирали овај позив. Потребно је да се <a href=\"{{.SigninURL}}\">пријавите</a>. Ако сте заборавили лозинку, можете и да <a href=\"{{.ForgotPasswordURL}}\">ресетујете лозинку</a>." },
@@ -111,6 +118,7 @@
111
118
  "combined_auth_signin_password": { "other": "Молимо Вас унесите лозинку да бисте се пријавили." },
112
119
  "combined_auth_signin_error_incorrect_credentials": { "other": "Лозинка је нетачна." },
113
120
  "combined_auth_error_forbidden": { "other": "Догодила се грешка." },
121
+ "combined_auth_error_too_many_requests": { "other": "Превише захтева. Покушајте поново касније." },
114
122
 
115
123
  "forgotpassword_page_header": { "other": "Ресетујте лозинку" },
116
124
  "forgotpassword_form_email": { "other": "Имејл адреса" },
@@ -119,6 +127,7 @@
119
127
  "forgotpassword_form_error_account_suspended": { "other": "Овај налог је суспендован." },
120
128
  "forgotpassword_complete": { "other": "Хвала Вам. Имејл за ресетовање лозинке ће Вам убрзо стићи у инбокс." },
121
129
  "forgotpassword_form_error_forbidden": { "other": "Догодила се грешка." },
130
+ "forgotpassword_form_error_too_many_requests": { "other": "Превише захтева. Покушајте поново касније." },
122
131
 
123
132
  "resetpassword_page_header": { "other": "Промените лозинку" },
124
133
  "resetpassword_form_invalid_reset_password_token": { "other": "Изгледа да је захтев за ресетовање лозинке неправилан, молимо Вас попуните <a href=\"{{.URL}}\">Образац за заборављену лозинку</a> поново." },
@@ -128,6 +137,7 @@
128
137
  "resetpassword_complete": { "other": "Хвала. Ваша лозинка је промењена и пријављени сте." },
129
138
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Захтев за ресетовање лозинке је неправилан." },
130
139
  "resetpassword_form_error_reset_password_token_expired": { "other": "Токен за ресетовање лозинке је истекао. Молимо Вас, тражите нови." },
140
+ "resetpassword_form_error_too_many_requests": { "other": "Превише захтева. Покушајте поново касније." },
131
141
 
132
142
  "account_page_header": { "other": "Мој налог" },
133
143
  "account_form_name": { "other": "Име" },
@@ -485,5 +495,74 @@
485
495
 
486
496
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
487
497
  "app_badge_ios": { "other": "Download on the App Store" },
488
- "app_badge_android": { "other": "Get it on Google Play" }
489
- }
498
+ "app_badge_android": { "other": "Get it on Google Play" },
499
+
500
+ "shopping_price_title_plan": {
501
+ "other": "Цена"
502
+ },
503
+ "shopping_price_plan_note": {
504
+ "zero": "Наплаћује се сваки {{ .Interval }} .",
505
+ "one": "Наплаћује се сваки {{ .Interval }} након завршетка бесплатног пробног периода од 24 сата.",
506
+ "other": "Оптужен сваки {{ .Interval }} после ваших {{ .Count }} дневни бесплатни пробни крајевима."
507
+ },
508
+ "shopping_price_plan_note_interval": {
509
+ "one": "{{ .Interval }}",
510
+ "other": "{{ .Count }} {{ .Interval }} а"
511
+ },
512
+ "shopping_enter_card_prompt_plan": {
513
+ "other": "Унесите податке о својој кредитној картици испод да бисте започели претплату."
514
+ },
515
+ "shopping_action_plan": {
516
+ "other": "комплетан"
517
+ },
518
+ "shopping_complete_subscription": {
519
+ "other": "Ваша куповина претплате је била успешна. Сада сте претплаћени на {{ .Title }} ."
520
+ },
521
+ "shopping_complete_subscription_browse": {
522
+ "other": "Слободно <a href=\"/\">претражујте по</a> сајту или <a href=\"/search.html\">тражите</a> нешто специфично."
523
+ },
524
+ "shopping_info_plan_offer": {
525
+ "one": "Аутоматски обнавља сваки {{ .Interval }}",
526
+ "other": "Аутоматски обнавља на сваких {{ .Count }} {{ .Interval }} с"
527
+ },
528
+ "shopping_info_trial_period_offer": {
529
+ "one": "Испробајте своју бесплатну пробну верзију од 24 сата сада!",
530
+ "other": "Испробајте своју бесплатну пробну верзију {{ .Count }}"
531
+ },
532
+ "plans_page_header": {
533
+ "other": "Доступни планови"
534
+ },
535
+ "plan_label_owned": {
536
+ "other": "Ви сте власник овог плана"
537
+ },
538
+ "plan_expiry_date": {
539
+ "other": "Завршена продаја:"
540
+ },
541
+ "plan_read_more": {
542
+ "other": "Откриј више"
543
+ },
544
+ "plan_page_read_more": {
545
+ "other": "Опширније"
546
+ },
547
+ "plan_page_header_text": {
548
+ "other": "Уживајте у {{ .Name }}"
549
+ },
550
+ "page_plan_explore_intro": {
551
+ "other": "ИЛИ"
552
+ },
553
+ "page_plan_explore_link": {
554
+ "other": "Истражите друге пролазе"
555
+ },
556
+ "plan_showcase_page_ownership_button_buy": {
557
+ "other": "Купите сада"
558
+ },
559
+ "plan_free_link_text": {
560
+ "other": "Бесплатно се пријави"
561
+ },
562
+ "awards_nominated_for": {
563
+ "other": "Номинован за"
564
+ },
565
+ "awards_in_competition": {
566
+ "other": "Ин Цомпетитион"
567
+ }
568
+ }
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
 
3
3
  {{block head()}}
4
4
  {{yield seo(title=i18n("searchresults_page_header"))}}
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
 
3
3
  {{block head()}}
4
4
  {{yield seo(title=i18n("signin_page_header"), index=false)}}
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
 
3
3
  {{block head()}}
4
4
  {{yield seo(title=i18n("signup_page_header"), index=false)}}
@@ -0,0 +1,39 @@
1
+ .meta-awards {
2
+ @extend .d-flex;
3
+ @extend .align-items-center;
4
+
5
+ &.meta-awards-all {
6
+ @extend .align-items-start;
7
+ }
8
+
9
+ .meta-award-nomination {
10
+ @extend .d-flex;
11
+ }
12
+
13
+ .meta-award-nomination-icon {
14
+ @extend .fa;
15
+ @extend .fa-star; // for now
16
+ font-size: 1.25rem;
17
+ line-height: 1.5rem;
18
+ padding-right: .5rem;
19
+ }
20
+ }
21
+
22
+ .meta-awards-icon-overlay {
23
+ @extend .text-center;
24
+
25
+ border-radius: $meta-item-border-radius;
26
+ background: rgba(0, 0, 0, 0.8);
27
+
28
+ padding-right: 3px;
29
+ padding-left: 3px;
30
+ width: 16px + (3px * 2);
31
+ height: 16px + (3px * 2);
32
+
33
+ .meta-award-nomination-icon {
34
+ @extend .fa;
35
+ @extend .fa-star;
36
+
37
+ font-size: 1rem;
38
+ }
39
+ }
@@ -230,3 +230,16 @@
230
230
  margin-right: 5px;
231
231
  }
232
232
  }
233
+
234
+ .btn-block .s72-btn {
235
+ @extend .btn-block;
236
+ }
237
+
238
+ .btn-light {
239
+ background-color: $gray-300;
240
+ border-color: $gray-300;
241
+ @include hover-focus {
242
+ background-color: $gray-200;
243
+ border-color: $gray-200;
244
+ }
245
+ }
@@ -0,0 +1,3 @@
1
+ .card {
2
+ @extend .text-dark;
3
+ }
@@ -313,7 +313,7 @@
313
313
 
314
314
  .page-collection-list {
315
315
  padding: 0 20px 15px;
316
- @include media-breakpoint-up(md) {
316
+ @include media-breakpoint-up(lg) {
317
317
  padding: 0 50px 30px;
318
318
  }
319
319
 
@@ -86,7 +86,6 @@ footer {
86
86
 
87
87
  .app-banner {
88
88
  align-items: center;
89
- border-bottom: 1px solid rgba($body-color, 0.2);
90
89
  display: flex;
91
90
  flex-direction: column;
92
91
  margin: 0 20px;
@@ -194,4 +194,4 @@ s72-signup-form {
194
194
  .s72-form-text {
195
195
  margin-bottom: 1rem;
196
196
  }
197
- }
197
+ }
@@ -0,0 +1,7 @@
1
+ small {
2
+ font-size: 85%;
3
+ }
4
+
5
+ a:not([class]) {
6
+ text-decoration: underline;
7
+ }
@@ -31,3 +31,7 @@
31
31
  @extend .fa;
32
32
  @extend .fa-search;
33
33
  }
34
+
35
+ .alert svg {
36
+ fill: $primary;
37
+ }
@@ -9,11 +9,6 @@ body {
9
9
  height: 100%;
10
10
  }
11
11
 
12
- .container-fluid {
13
- margin: 0 auto;
14
- padding: 0;
15
- }
16
-
17
12
  .animate-this {
18
13
  transition: all 0.25s ease-out;
19
14
  }
@@ -150,7 +150,7 @@
150
150
  width: 563px;
151
151
  }
152
152
  @include media-breakpoint-up(xl) {
153
- width: 763px;
153
+ width: 1100px;
154
154
  }
155
155
 
156
156
  h1 {
@@ -358,7 +358,6 @@
358
358
  top: 50%;
359
359
  transform: translateX(-50%) translateY(-50%);
360
360
  z-index: 2;
361
-
362
361
  .verb {
363
362
  display: none;
364
363
  }
@@ -241,12 +241,12 @@
241
241
  background: url('../images/common/logo@2x.png') left center / contain no-repeat;
242
242
  }
243
243
 
244
- @include media-breakpoint-up(lg) {
244
+ @include media-breakpoint-up(md) {
245
245
  min-width: $navbar-brand-min-width-md;
246
246
  }
247
247
 
248
248
  @include media-breakpoint-up(lg) {
249
- min-width: $navbar-brand-min-width-xl;
249
+ min-width: $navbar-brand-min-width-lg;
250
250
  }
251
251
 
252
252
  @include media-breakpoint-up(xl) {
@@ -48,10 +48,18 @@
48
48
  }
49
49
 
50
50
  .page-content {
51
- border-bottom: $border-width solid rgba(255, 255, 255, 0.1);
52
51
  margin-bottom: $headings-margin-bottom * 4;
53
52
  }
54
53
 
54
+ .separator {
55
+ border-bottom: 1px solid rgba($body-color, 0.2);
56
+ margin: 0 20px;
57
+
58
+ @include media-breakpoint-up(lg) {
59
+ margin: 0 50px;
60
+ }
61
+ }
62
+
55
63
  .curated-page,
56
64
  .library-page,
57
65
  .content-page,
@@ -60,6 +68,7 @@
60
68
  .search-page,
61
69
  .collection-page,
62
70
  .devices-page,
71
+ .plans-page,
63
72
  .carousel-len-0 {
64
73
  padding-top: $page-padding-top;
65
74
  @include media-breakpoint-up(md) {
@@ -91,8 +100,9 @@
91
100
  }
92
101
  }
93
102
 
94
- .content-page {
95
- .content-page-content {
103
+ .content-page,
104
+ .curated-page {
105
+ .page-content {
96
106
  max-width: 1100px;
97
107
  min-height: 220px;
98
108
  padding: 20px 20px 0;
@@ -115,12 +125,19 @@
115
125
  font-weight: $font-weight-bold;
116
126
  }
117
127
 
118
- a {
128
+ a:not(.signup-link) {
119
129
  @include a;
120
130
  }
121
131
  }
122
132
  }
123
133
 
134
+ // Curated pages with at least one collection shouldn't have a minimum height which forces a gap before the collection(s)
135
+ .curated-collection-page {
136
+ .page-content {
137
+ min-height: auto;
138
+ }
139
+ }
140
+
124
141
  .content-page p img,
125
142
  .page-header p img {
126
143
  width: auto;
@@ -179,13 +196,15 @@
179
196
  .wishlist-page,
180
197
  .library-page,
181
198
  .search-page,
182
- .devices-page {
199
+ .devices-page,
200
+ .plans-page {
183
201
  .page-header {
184
202
  h1 {
185
203
  margin-bottom: $headings-margin-bottom;
186
204
  }
187
205
  }
188
206
 
207
+ .s72-plans,
189
208
  .s72-userwishlist-items,
190
209
  .s72-userlibrary-items,
191
210
  .s72-searchresults-results,
@@ -303,4 +322,4 @@
303
322
  }
304
323
  }
305
324
  }
306
- }
325
+ }
@@ -0,0 +1,87 @@
1
+ .plan-page-link {
2
+ @extend .s72-btn-purchase;
3
+ }
4
+
5
+ s72-plan-label {
6
+ .s72-plan-owned {
7
+ @extend .availability-state;
8
+ @extend .d-inline;
9
+ color: $button-text-color;
10
+ }
11
+ }
12
+
13
+ /* stylelint-disable selector-max-compound-selectors, max-nesting-depth */
14
+ .plans-page {
15
+ // Add some spacing to the heading
16
+ .page-header h1 {
17
+ @extend .mb-3;
18
+ }
19
+
20
+ .plan {
21
+ .card {
22
+ @extend .bg-transparent;
23
+ @extend .border-0;
24
+
25
+ .plan-container {
26
+ @extend .bg-white;
27
+ @include border-radius($border-radius);
28
+
29
+ .plan-caption-details {
30
+ p {
31
+ @extend .mb-p75;
32
+ }
33
+ }
34
+
35
+ .poster {
36
+ s72-plan-label {
37
+ @extend .position-absolute;
38
+ @extend .mx-auto;
39
+ left: 5px !important;
40
+ top: 5px;
41
+
42
+ z-index: 99;
43
+
44
+ .s72-plan-owned {
45
+ @extend .availability-bg;
46
+
47
+ background-color: $button-background;
48
+ }
49
+ }
50
+ }
51
+
52
+ s72-pricing-buttons:not(.s72-show) {
53
+ @extend .m-0;
54
+ }
55
+
56
+ .plan-caption-details .s72-plan-owned {
57
+ @extend .d-inline-block;
58
+ @extend .availability-bg;
59
+ @extend .mb-p5;
60
+
61
+ background-color: $button-background;
62
+ }
63
+
64
+ s72-user-anon a {
65
+ margin-top: 0.5rem;
66
+ }
67
+ }
68
+ }
69
+ }
70
+ }
71
+
72
+ .curated-plan-page {
73
+ // Hide the separator if this is a curated collection page
74
+ + .separator {
75
+ @extend .border-0;
76
+ }
77
+
78
+ // Hide the titles of any collections
79
+ .page-collection-list-title,
80
+ .swiper-title {
81
+ display: none;
82
+ }
83
+
84
+ .signup-link {
85
+ display: inline !important;
86
+ }
87
+ }
@@ -15,6 +15,30 @@
15
15
  bottom: $meta-item-availability-tag-margin;
16
16
  left: $meta-item-availability-tag-margin;
17
17
  }
18
+
19
+ .poster-overlay-top {
20
+ @extend .d-flex;
21
+ @extend .justify-content-between;
22
+ @extend .position-absolute;
23
+
24
+ @extend .p-p5;
25
+ @extend .mw-100;
26
+
27
+ z-index: 99;
28
+ width: 100%;
29
+
30
+ s72-availability-status {
31
+ position: unset; z-index: unset;
32
+ min-width: 0px;
33
+ @extend .pr-p5;
34
+
35
+ /* stylelint-disable selector-max-compound-selectors */
36
+ .availability-bg {
37
+ @extend .text-truncate;
38
+ }
39
+ /* stylelint-enable selector-max-compound-selectors */
40
+ }
41
+ }
18
42
  }
19
43
 
20
44
  .poster-image {
@@ -22,4 +46,4 @@
22
46
  max-width: 100%;
23
47
  position: relative;
24
48
  width: 100%;
25
- }
49
+ }
@@ -317,3 +317,22 @@ s72-cant-be-watched {
317
317
  @include a;
318
318
  }
319
319
  }
320
+
321
+ .s72-divider-bottom {
322
+ @extend .position-relative;
323
+ &::after {
324
+ @extend .position-absolute;
325
+ background-color: $primary;
326
+ bottom: 0 !important;
327
+ content: '';
328
+ height: 3px;
329
+ left: 50% !important;
330
+ transform: translateX(-50%) !important;
331
+ width: 40px;
332
+ }
333
+ }
334
+
335
+ .s72-view-all-passes {
336
+ @extend .py-4;
337
+ background-color: mix(invert($body-bg), $body-bg, 4.5%);
338
+ }
@@ -167,6 +167,12 @@
167
167
  font-size: 12px;
168
168
  }
169
169
  }
170
+
171
+ /* stylelint-disable selector-no-qualifying-type */
172
+ ul.s72-shopping-info-plan {
173
+ text-align: left;
174
+ }
175
+ /* stylelint-enable selector-no-qualifying-type */
170
176
  }
171
177
 
172
178
  .s72-shopping-info-credit {
@@ -32,6 +32,20 @@ $container-max-widths: (
32
32
  xxxl: 1600px,
33
33
  ) !default;
34
34
 
35
+ $spacer: math.div(5, 8) * 1rem; // 10px
36
+
37
+ $spacers: (
38
+ '0': 0,
39
+ 'p5': ($spacer * 0.5), // 5px
40
+ 'p75': ($spacer * 0.75), // 7.5px
41
+ '1': $spacer, // 10px
42
+ '2': ($spacer * 2), // 20px
43
+ '2p5': ($spacer * 2.5), // 25px
44
+ '3': ($spacer * 3), // 30px
45
+ '4': ($spacer * 4), // 40px
46
+ '5': ($spacer * 5), // 50px
47
+ );
48
+
35
49
  // Body / Core
36
50
  // ------------------------------------
37
51