@shift72/core-template 0.3.6 → 0.4.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.
- package/CHANGELOG.md +43 -1
- package/kibble.json +1 -1
- package/package.json +9 -6
- package/site/404.html.jet +1 -1
- package/site/acceptinvite.html.jet +1 -1
- package/site/account.html.jet +1 -1
- package/site/ar_LB.all.json +82 -2
- package/site/ca_ES.all.json +87 -2
- package/site/da_DK.all.json +89 -2
- package/site/de_DE.all.json +80 -1
- package/site/devices.html.jet +1 -1
- package/site/ee_EE.all.json +82 -3
- package/site/el_EL.all.json +80 -1
- package/site/en_AU.all.json +55 -14
- package/site/es_ES.all.json +80 -1
- package/site/es_MX.all.json +10 -0
- package/site/fi_FI.all.json +81 -2
- package/site/forgotpassword.html.jet +1 -1
- package/site/fr_FR.all.json +80 -1
- package/site/genres.html.jet +1 -1
- package/site/hr_HR.all.json +479 -400
- package/site/hu_HU.all.json +82 -3
- package/site/it_IT.all.json +80 -1
- package/site/ja_JP.all.json +81 -2
- package/site/library.html.jet +1 -1
- package/site/lt_LT.all.json +81 -2
- package/site/nl_BE.all.json +81 -2
- package/site/no_NO.all.json +82 -3
- package/site/pin.html.jet +1 -1
- package/site/pl_PL.all.json +81 -2
- package/site/plans.html.jet +94 -0
- package/site/pt_BR.all.json +87 -2
- package/site/pt_PT.all.json +81 -2
- package/site/resetpassword.html.jet +1 -1
- package/site/ru_RU.all.json +81 -2
- package/site/se_SE.all.json +81 -2
- package/site/search.html.jet +1 -1
- package/site/signin.html.jet +1 -1
- package/site/signup.html.jet +1 -1
- package/site/styles/_awards.scss +39 -0
- package/site/styles/_buttons.scss +13 -0
- package/site/styles/_card.scss +3 -0
- package/site/styles/_collections.scss +1 -1
- package/site/styles/_footer.scss +0 -1
- package/site/styles/_forms.scss +1 -1
- package/site/styles/_globals.scss +7 -0
- package/site/styles/_icons.scss +4 -0
- package/site/styles/_legacy.scss +0 -5
- package/site/styles/_meta-detail.scss +1 -2
- package/site/styles/_nav.scss +2 -2
- package/site/styles/_pages.scss +25 -6
- package/site/styles/_plans.scss +87 -0
- package/site/styles/_poster.scss +25 -1
- package/site/styles/_shift72.scss +19 -0
- package/site/styles/_shopping.scss +6 -0
- package/site/styles/_variables.scss +14 -0
- package/site/styles/_wishlist.scss +2 -2
- package/site/styles/main.scss +6 -1
- package/site/templates/{application.jet → application/application.jet} +5 -5
- package/site/templates/{footer → application/footer}/app-badges.jet +5 -1
- package/site/templates/{footer → application/footer}/brand.jet +0 -0
- package/site/templates/{footer → application/footer}/copyright-statement.jet +0 -0
- package/site/templates/{footer → application/footer}/footer.jet +0 -0
- package/site/templates/{footer → application/footer}/info.jet +0 -0
- package/site/templates/{footer → application/footer}/nav.jet +0 -0
- package/site/templates/{footer → application/footer}/powered-by.jet +0 -0
- package/site/{google.jet → templates/application/google.jet} +0 -0
- package/site/templates/application/head/font.jet +4 -0
- package/site/templates/{seo.jet → application/head/seo.jet} +0 -0
- package/site/templates/{header-banner.jet → application/nav/header-banner.jet} +0 -0
- package/site/templates/{nav.jet → application/nav/nav.jet} +2 -2
- package/site/templates/{nav → application/nav}/user_logged_in.jet +0 -0
- package/site/templates/{nav → application/nav}/user_logged_out.jet +0 -0
- package/site/templates/bundle/background.jet +4 -5
- package/site/templates/bundle/item.jet +1 -1
- package/site/templates/collection/carousel_item.jet +3 -1
- package/site/templates/collection/index.jet +1 -1
- package/site/templates/collection/item.jet +1 -1
- package/site/templates/collection/list.jet +4 -4
- package/site/templates/collection/page_collection.jet +8 -8
- package/site/templates/common/awards/carousel.jet +10 -0
- package/site/templates/common/awards/item.jet +12 -0
- package/site/templates/common/awards/partial.jet +7 -0
- package/site/templates/common/background-image.jet +6 -0
- package/site/templates/common/separator.jet +3 -0
- package/site/templates/common/social-media-buttons.jet +42 -28
- package/site/templates/film/item.jet +5 -1
- package/site/templates/items/meta_item.jet +7 -2
- package/site/templates/items/tagline.jet +11 -8
- package/site/templates/page/content.jet +11 -12
- package/site/templates/page/curated.jet +37 -22
- package/site/templates/page/homepage.jet +1 -1
- package/site/templates/page/landing.jet +1 -1
- package/site/templates/page/page-content.jet +29 -0
- package/site/templates/page/page-header.jet +26 -0
- package/site/templates/tv/detail.jet +7 -1
- package/site/tr_TR.all.json +82 -3
- package/site/uk_UA.all.json +87 -2
- package/site/wishlist.html.jet +1 -1
- package/site/zh_TW.all.json +85 -1
- package/site/static/styles/main.css.map +0 -1
package/site/ru_RU.all.json
CHANGED
|
@@ -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": "
|
|
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
|
}
|
package/site/se_SE.all.json
CHANGED
|
@@ -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
|
+
}
|
package/site/search.html.jet
CHANGED
package/site/signin.html.jet
CHANGED
package/site/signup.html.jet
CHANGED
|
@@ -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
|
+
}
|
package/site/styles/_footer.scss
CHANGED
package/site/styles/_forms.scss
CHANGED
package/site/styles/_icons.scss
CHANGED
package/site/styles/_legacy.scss
CHANGED
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
width: 563px;
|
|
151
151
|
}
|
|
152
152
|
@include media-breakpoint-up(xl) {
|
|
153
|
-
width:
|
|
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
|
}
|
package/site/styles/_nav.scss
CHANGED
|
@@ -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(
|
|
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-
|
|
249
|
+
min-width: $navbar-brand-min-width-lg;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
@include media-breakpoint-up(xl) {
|
package/site/styles/_pages.scss
CHANGED
|
@@ -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
|
-
|
|
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
|
+
}
|
package/site/styles/_poster.scss
CHANGED
|
@@ -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
|
|