@shift72/core-template 0.4.4 → 0.6.0-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.nvmrc +1 -0
- package/CHANGELOG.md +68 -16
- package/kibble.json +108 -29
- package/package.json +21 -9
- package/scripts/core-template-version.js +30 -0
- package/scripts/language-file-to-csv/language-file-to-csv.js +2 -2
- package/scripts/language-file-validator.js +1 -1
- package/scripts/translate.mjs +51 -0
- package/site/ar_LB.all.json +1316 -595
- package/site/ca_ES.all.json +491 -417
- package/site/da_DK.all.json +360 -220
- package/site/de_DE.all.json +1173 -459
- package/site/el_EL.all.json +1166 -459
- package/site/en_AU.all.json +1213 -467
- package/site/es_ES.all.json +1159 -452
- package/site/es_MX.all.json +1213 -478
- package/site/et_ET.all.json +1317 -0
- package/site/fi_FI.all.json +1167 -460
- package/site/fr_FR.all.json +1159 -454
- package/site/hr_HR.all.json +1223 -464
- package/site/hu_HU.all.json +1315 -599
- package/site/it_IT.all.json +1166 -458
- package/site/ja_JP.all.json +1168 -460
- package/site/lt_LT.all.json +1166 -454
- package/site/nl_BE.all.json +1166 -456
- package/site/no_NO.all.json +1306 -596
- package/site/pl_PL.all.json +1144 -447
- package/site/plans.html.jet +17 -17
- package/site/pt_BR.all.json +487 -430
- package/site/pt_PT.all.json +1306 -602
- package/site/ru_RU.all.json +1142 -449
- package/site/sr_SR.all.json +1308 -0
- package/site/static/fonts/fa-s72.woff +0 -0
- package/site/static/js/main.js +1 -0
- package/site/static/scripts/main.js.map +1 -1
- package/site/styles/_availability-tags.scss +63 -31
- package/site/styles/_awards.scss +8 -2
- package/site/styles/_buttons.scss +36 -1
- package/site/styles/_carousel.scss +29 -24
- package/site/styles/_forms.scss +85 -13
- package/site/styles/_icons.scss +180 -9
- package/site/styles/_legacy.scss +0 -7
- package/site/styles/_meta-detail.scss +67 -42
- package/site/styles/_meta-item-tagline.scss +1 -1
- package/site/styles/_nav.scss +11 -10
- package/site/styles/_pages.scss +0 -2
- package/site/styles/_plans.scss +15 -17
- package/site/styles/_poster.scss +3 -9
- package/site/styles/_search.scss +1 -1
- package/site/styles/_share-modal.scss +86 -0
- package/site/styles/_shift72.scss +10 -3
- package/site/styles/_shopping.scss +1 -2
- package/site/styles/_skip-link.scss +19 -0
- package/site/styles/_tooltips.scss +7 -0
- package/site/styles/_variables.scss +18 -13
- package/site/styles/_wishlist.scss +21 -13
- package/site/styles/main.scss +4 -2
- package/site/subscriptions.html.jet +11 -0
- package/site/templates/application/application.jet +11 -14
- package/site/templates/application/google.jet +27 -16
- package/site/templates/application/nav/user_logged_in.jet +7 -2
- package/site/templates/collection/carousel_item.jet +5 -3
- package/site/templates/common/awards/carousel.jet +7 -1
- package/site/templates/common/awards/item.jet +2 -2
- package/site/templates/common/social-media-buttons.jet +1 -37
- package/site/templates/common/sponsor-image.jet +18 -0
- package/site/templates/film/item.jet +98 -85
- package/site/templates/page/curated.jet +1 -1
- package/site/templates/page/page-content.jet +1 -23
- package/site/templates/page/page-header.jet +25 -6
- package/site/templates/tv/detail.jet +30 -21
- package/site/tr_TR.all.json +1306 -602
- package/site/uk_UA.all.json +582 -451
- package/site/zh_TW.all.json +492 -419
- package/site/ee_EE.all.json +0 -602
- package/site/se_SE.all.json +0 -601
- package/site/static/fonts/FontAwesome.otf +0 -0
- package/site/static/fonts/fontawesome-webfont.eot +0 -0
- package/site/static/fonts/fontawesome-webfont.svg +0 -565
- package/site/static/fonts/fontawesome-webfont.ttf +0 -0
- package/site/static/fonts/fontawesome-webfont.woff +0 -0
- package/site/static/fonts/fontawesome-webfont.woff2 +0 -0
- package/site/styles/_social-media-buttons.scss +0 -159
package/site/styles/_forms.scss
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
label {
|
2
|
-
font-size:
|
3
|
-
|
2
|
+
font-size: 1rem;
|
3
|
+
margin-bottom: 0.25rem;
|
4
4
|
}
|
5
|
+
|
5
6
|
// Form Container Defaults
|
6
7
|
s72-signin-form,
|
7
8
|
s72-signup-form,
|
@@ -37,11 +38,11 @@ s72-activatedevice-form,
|
|
37
38
|
}
|
38
39
|
|
39
40
|
.s72-form-group-password {
|
40
|
-
padding-right:
|
41
|
+
padding-right: 2px;
|
41
42
|
}
|
42
43
|
|
43
44
|
.s72-form-group-password2 {
|
44
|
-
padding-left:
|
45
|
+
padding-left: 2px;
|
45
46
|
}
|
46
47
|
}
|
47
48
|
}
|
@@ -61,10 +62,12 @@ s72-activatedevice-form,
|
|
61
62
|
// Error Messaging
|
62
63
|
.s72-error-message {
|
63
64
|
background: $error-background;
|
65
|
+
border-radius: $border-radius;
|
64
66
|
color: $error-color;
|
65
|
-
font-
|
67
|
+
font-size: 0.875rem;
|
68
|
+
letter-spacing: 0.02em;
|
66
69
|
margin-top: 10px;
|
67
|
-
padding:
|
70
|
+
padding: 4px 8px;
|
68
71
|
position: relative;
|
69
72
|
|
70
73
|
&::before {
|
@@ -88,20 +91,41 @@ s72-activatedevice-form,
|
|
88
91
|
.s72-datepicker-year {
|
89
92
|
flex-shrink: 0;
|
90
93
|
}
|
94
|
+
.s72-datepicker-month {
|
95
|
+
margin: 0 4px;
|
96
|
+
width: 100%;
|
97
|
+
}
|
91
98
|
}
|
92
99
|
// Form Control Default
|
93
100
|
.s72-form-control {
|
94
101
|
font-weight: $font-weight-normal;
|
102
|
+
height: var(--input-height);
|
103
|
+
|
104
|
+
/* stylelint-disable-next-line */
|
105
|
+
&:not(.StripeElement) {
|
106
|
+
background-color: $body-bg-accent;
|
107
|
+
border-color: rgba(var(--body-color-rgb), 0.2);
|
108
|
+
color: var(--body-color);
|
109
|
+
&:focus {
|
110
|
+
border-color: $input-focus-border-color;
|
111
|
+
color: var(--body-color);
|
112
|
+
}
|
113
|
+
&::placeholder {
|
114
|
+
color: rgba(var(--body-color-rgb), 0.8);
|
115
|
+
}
|
116
|
+
}
|
95
117
|
}
|
96
118
|
// Account Page Change Password Field
|
97
119
|
.s72-form-control-static {
|
98
|
-
background:
|
99
|
-
border-radius: 6px 0 0 6px;
|
120
|
+
background: $body-bg-accent;
|
100
121
|
color: var(--body-color);
|
122
|
+
cursor: not-allowed;
|
101
123
|
display: inline-block;
|
102
|
-
font-size:
|
103
|
-
|
104
|
-
|
124
|
+
font-size: 1rem;
|
125
|
+
height: var(--input-height);
|
126
|
+
line-height: 1rem;
|
127
|
+
outline: none;
|
128
|
+
padding: 0.375rem 0.75rem;
|
105
129
|
}
|
106
130
|
.s72-modal-sm .s72-modal-dialog {
|
107
131
|
max-width: 400px;
|
@@ -116,6 +140,9 @@ s72-activatedevice-form,
|
|
116
140
|
}
|
117
141
|
}
|
118
142
|
}
|
143
|
+
.s72-form-control {
|
144
|
+
height: var(--input-height);
|
145
|
+
}
|
119
146
|
}
|
120
147
|
|
121
148
|
.s72-modal-closable {
|
@@ -128,11 +155,16 @@ s72-activatedevice-form,
|
|
128
155
|
|
129
156
|
.s72-modal-container {
|
130
157
|
.s72-buttons {
|
131
|
-
|
158
|
+
|
159
|
+
.fa-ellipsis-v {
|
160
|
+
opacity: 0.7;
|
161
|
+
}
|
162
|
+
|
163
|
+
.s72-btn:not(.s72-btn-show-saved-cards) {
|
132
164
|
color: $button-text-color;
|
133
165
|
|
134
166
|
&:hover {
|
135
|
-
color: $button-text-color
|
167
|
+
color: $button-text-color;
|
136
168
|
}
|
137
169
|
}
|
138
170
|
}
|
@@ -195,3 +227,43 @@ s72-signup-form {
|
|
195
227
|
margin-bottom: 1rem;
|
196
228
|
}
|
197
229
|
}
|
230
|
+
|
231
|
+
// Error
|
232
|
+
.was-validated .form-control:invalid,
|
233
|
+
.was-validated .s72-form-control:invalid,
|
234
|
+
.was-validated .s72-pincode:invalid,
|
235
|
+
.form-control.is-invalid,
|
236
|
+
.s72-has-error .form-control,
|
237
|
+
.is-invalid.s72-form-control,
|
238
|
+
.is-invalid.s72-pincode,
|
239
|
+
.s72-has-error .s72-form-control,
|
240
|
+
.s72-has-error .s72-pincode {
|
241
|
+
border: 2px solid rgba(var(--body-color-rgb), 0.5) !important;
|
242
|
+
box-shadow: none !important;
|
243
|
+
}
|
244
|
+
|
245
|
+
// Stripe Inputs
|
246
|
+
.s72-payment-option-group {
|
247
|
+
.existing-card {
|
248
|
+
padding: 0.125rem 0 0.125rem 0.75rem;
|
249
|
+
}
|
250
|
+
// List of Saved Cards
|
251
|
+
.s72-form-control.existing-card.selectable {
|
252
|
+
background-color: transparent;
|
253
|
+
border-color: transparent;
|
254
|
+
margin-bottom: 12px;
|
255
|
+
padding-left: 0;
|
256
|
+
&:hover {
|
257
|
+
background-color: transparent;
|
258
|
+
}
|
259
|
+
|
260
|
+
/* stylelint-disable selector-no-qualifying-type */
|
261
|
+
i.fa.fa-trash {
|
262
|
+
color: $error-color;
|
263
|
+
&:hover {
|
264
|
+
opacity: 0.8;
|
265
|
+
}
|
266
|
+
}
|
267
|
+
/* stylelint-enable selector-no-qualifying-type */
|
268
|
+
}
|
269
|
+
}
|
package/site/styles/_icons.scss
CHANGED
@@ -1,16 +1,187 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
@font-face {
|
2
|
+
font-family: 'fa-s72';
|
3
|
+
font-style: normal;
|
4
|
+
font-weight: normal;
|
5
|
+
src: url('/fonts/fa-s72.woff') format('woff');
|
6
|
+
}
|
4
7
|
|
5
|
-
.
|
6
|
-
|
7
|
-
|
8
|
+
.fa {
|
9
|
+
font-family: 'fa-s72' !important;
|
10
|
+
font-style: normal !important;
|
11
|
+
font-variant: normal !important;
|
12
|
+
font-weight: normal !important;
|
13
|
+
line-height: 1;
|
14
|
+
text-transform: none !important;
|
15
|
+
vertical-align: middle;
|
16
|
+
}
|
17
|
+
|
18
|
+
.fa-credit-card::before,
|
19
|
+
.fa-trash::before {
|
20
|
+
font-size: 18px;
|
21
|
+
}
|
22
|
+
|
23
|
+
.fa-ellipsis-v {
|
24
|
+
font-size: 26px;
|
25
|
+
}
|
26
|
+
|
27
|
+
.fa-credit-card {
|
28
|
+
line-height: 0;
|
29
|
+
}
|
30
|
+
|
31
|
+
.fa-angle-down,
|
32
|
+
.fa-angle-left,
|
33
|
+
.fa-angle-right,
|
34
|
+
.fa-angle-up {
|
35
|
+
&::before {
|
36
|
+
content: '\e017';
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
.fa-angle-left {
|
41
|
+
transform: rotate(90deg);
|
42
|
+
}
|
43
|
+
|
44
|
+
.fa-angle-up {
|
45
|
+
transform: rotate(180deg);
|
46
|
+
}
|
47
|
+
|
48
|
+
.fa-angle-right {
|
49
|
+
transform: rotate(270deg);
|
50
|
+
}
|
51
|
+
|
52
|
+
.fa-cc-visa::before {
|
53
|
+
content: '\e000';
|
54
|
+
}
|
55
|
+
|
56
|
+
.fa-cc-stripe::before {
|
57
|
+
content: '\e001';
|
58
|
+
}
|
59
|
+
|
60
|
+
.fa-cc-paypal::before {
|
61
|
+
content: '\e002';
|
62
|
+
}
|
63
|
+
|
64
|
+
.fa-cc-mastercard::before {
|
65
|
+
content: '\e003';
|
66
|
+
}
|
67
|
+
|
68
|
+
.fa-cc-jcb::before {
|
69
|
+
content: '\e004';
|
70
|
+
}
|
71
|
+
|
72
|
+
.fa-cc-discover::before {
|
73
|
+
content: '\e005';
|
74
|
+
}
|
75
|
+
|
76
|
+
.fa-cc-diners-club::before {
|
77
|
+
content: '\e006';
|
78
|
+
}
|
79
|
+
|
80
|
+
.fa-cc-amex::before {
|
81
|
+
content: '\e007';
|
82
|
+
}
|
83
|
+
|
84
|
+
.fa-twitter::before {
|
85
|
+
content: '\e008';
|
86
|
+
}
|
87
|
+
|
88
|
+
.fa-star::before {
|
89
|
+
content: '\e009';
|
90
|
+
}
|
91
|
+
|
92
|
+
.fa-error::before {
|
93
|
+
content: '\e00a';
|
94
|
+
}
|
95
|
+
|
96
|
+
.fa-circle-o::before {
|
97
|
+
content: '\e00b';
|
98
|
+
}
|
99
|
+
|
100
|
+
.fa-check::before {
|
101
|
+
content: '\e00c';
|
102
|
+
}
|
103
|
+
|
104
|
+
.fa-times::before {
|
105
|
+
content: '\e00d';
|
106
|
+
}
|
107
|
+
|
108
|
+
.fa-trash::before {
|
109
|
+
content: '\e00e';
|
110
|
+
}
|
111
|
+
|
112
|
+
.fa-facebook::before {
|
113
|
+
content: '\e00f';
|
114
|
+
}
|
115
|
+
|
116
|
+
.fa-link::before {
|
117
|
+
content: '\e010';
|
118
|
+
}
|
119
|
+
|
120
|
+
.fa-linkedin::before {
|
121
|
+
content: '\e011';
|
122
|
+
}
|
123
|
+
|
124
|
+
.fa-envelope::before {
|
125
|
+
content: '\e012';
|
126
|
+
}
|
127
|
+
|
128
|
+
.fa-ellipsis-v::before {
|
129
|
+
content: '\e013';
|
130
|
+
}
|
131
|
+
|
132
|
+
.fa-check-circle::before {
|
133
|
+
content: '\e015';
|
134
|
+
}
|
135
|
+
|
136
|
+
.fa-search::before {
|
137
|
+
content: '\e016';
|
138
|
+
}
|
8
139
|
|
9
|
-
|
10
|
-
|
140
|
+
.fa-angle-down::before {
|
141
|
+
content: '\e017';
|
142
|
+
}
|
143
|
+
|
144
|
+
.fa-credit-card::before {
|
145
|
+
content: '\e018';
|
146
|
+
}
|
147
|
+
|
148
|
+
.fa-globe::before {
|
149
|
+
content: '\e019';
|
150
|
+
}
|
151
|
+
|
152
|
+
.fa-share-alt::before {
|
153
|
+
content: '\e01a';
|
154
|
+
}
|
155
|
+
|
156
|
+
.fa-circle::before {
|
157
|
+
content: '\e01c';
|
158
|
+
}
|
159
|
+
|
160
|
+
.fa-warning::before, .fa-exclamation-circle::before, .fa-exclamation-triangle::before {
|
161
|
+
content: '\e01b';
|
162
|
+
}
|
163
|
+
|
164
|
+
s72-availability-label .availability-state::before {
|
165
|
+
content: '\e01b';
|
166
|
+
}
|
167
|
+
|
168
|
+
.fa-spinner::before {
|
169
|
+
content: '\e014';
|
170
|
+
}
|
171
|
+
|
172
|
+
@keyframes fa-spin {
|
173
|
+
0% {
|
174
|
+
transform: rotate(0deg);
|
175
|
+
}
|
176
|
+
100% {
|
177
|
+
transform: rotate(359deg);
|
11
178
|
}
|
12
179
|
}
|
13
180
|
|
181
|
+
.fa-spin {
|
182
|
+
animation: fa-spin 2s linear infinite;
|
183
|
+
}
|
184
|
+
|
14
185
|
.icon-loading {
|
15
186
|
@extend .fa;
|
16
187
|
@extend .fa-spinner;
|
@@ -19,7 +190,7 @@
|
|
19
190
|
|
20
191
|
.icon-errored {
|
21
192
|
@extend .fa;
|
22
|
-
@extend .fa-
|
193
|
+
@extend .fa-warning;
|
23
194
|
}
|
24
195
|
|
25
196
|
.icon-warning {
|
package/site/styles/_legacy.scss
CHANGED
@@ -159,13 +159,6 @@ s72-classification-label {
|
|
159
159
|
margin-right: 5px;
|
160
160
|
}
|
161
161
|
|
162
|
-
.meta-detail-content .meta-detail-tagline-and-classification .meta-item-tagline {
|
163
|
-
align-self: center;
|
164
|
-
color: rgba(var(--body-color-rgb), 0.8);
|
165
|
-
font-weight: $font-weight-normal;
|
166
|
-
margin-bottom: 0;
|
167
|
-
}
|
168
|
-
|
169
162
|
.wishlist-page-landscape .s72-userwishlist-items {
|
170
163
|
@extend .d-flex;
|
171
164
|
flex-wrap: wrap;
|
@@ -120,7 +120,9 @@
|
|
120
120
|
.meta-detail-main {
|
121
121
|
@extend .d-flex;
|
122
122
|
flex-direction: column;
|
123
|
+
gap: 0 20px;
|
123
124
|
padding: var(--page-detail-padding-top) 20px 0 20px;
|
125
|
+
|
124
126
|
@include media-breakpoint-up(md) {
|
125
127
|
flex-direction: row;
|
126
128
|
padding-bottom: 0;
|
@@ -135,23 +137,39 @@
|
|
135
137
|
.poster {
|
136
138
|
animation: fadein 2s;
|
137
139
|
display: block;
|
138
|
-
width:
|
140
|
+
width: 110px;
|
141
|
+
|
142
|
+
@include media-breakpoint-up(xs) {
|
143
|
+
width: 155px;
|
144
|
+
}
|
145
|
+
|
139
146
|
@include media-breakpoint-up(md) {
|
140
|
-
width:
|
147
|
+
width: 208px;
|
141
148
|
}
|
142
149
|
}
|
143
|
-
|
144
|
-
|
150
|
+
|
151
|
+
.poster-wrapper .sponsor {
|
152
|
+
@include media-breakpoint-up(xl) {
|
153
|
+
display: none;
|
154
|
+
}
|
145
155
|
}
|
146
156
|
}
|
147
157
|
|
148
|
-
|
158
|
+
s72-element-switcher,
|
159
|
+
.meta-detail-bonus-content,
|
160
|
+
.meta-detail-episodes-content {
|
161
|
+
flex: 1 1 100%;
|
162
|
+
|
149
163
|
@include media-breakpoint-up(md) {
|
150
|
-
width: 563px;
|
164
|
+
max-width: 563px;
|
151
165
|
}
|
152
166
|
@include media-breakpoint-up(xl) {
|
153
|
-
width: 1100px;
|
167
|
+
max-width: 1100px;
|
154
168
|
}
|
169
|
+
}
|
170
|
+
|
171
|
+
.meta-detail-content {
|
172
|
+
width: 100%;
|
155
173
|
|
156
174
|
h1 {
|
157
175
|
animation: fadein 2s;
|
@@ -175,7 +193,7 @@
|
|
175
193
|
}
|
176
194
|
|
177
195
|
.meta-item-tagline {
|
178
|
-
color: var(--body-color);
|
196
|
+
color: rgba(var(--body-color-rgb), 0.8);
|
179
197
|
font-size: 14px;
|
180
198
|
font-weight: $font-weight-normal;
|
181
199
|
@include media-breakpoint-up(xxxl) {
|
@@ -201,7 +219,6 @@
|
|
201
219
|
.meta-detail-extras,
|
202
220
|
s72-play-button,
|
203
221
|
can-be-watched-button:not(:empty) {
|
204
|
-
|
205
222
|
animation: fadein 2s;
|
206
223
|
margin-left: 0.5rem;
|
207
224
|
margin-right: 0.5rem;
|
@@ -229,23 +246,8 @@
|
|
229
246
|
/* stylelint-enable selector-max-compound-selectors */
|
230
247
|
}
|
231
248
|
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
.availability-bg {
|
236
|
-
background: transparent;
|
237
|
-
display: inline-block;
|
238
|
-
padding: 10px 0;
|
239
|
-
}
|
240
|
-
|
241
|
-
.availability-state {
|
242
|
-
color: var(--body-color);
|
243
|
-
font-size: 12px;
|
244
|
-
text-transform: none;
|
245
|
-
}
|
246
|
-
}
|
247
|
-
|
248
|
-
.meta-detail-synopsis {
|
249
|
+
.meta-detail-synopsis,
|
250
|
+
.meta-detail-switcher-tagline {
|
249
251
|
padding-top: 10px;
|
250
252
|
|
251
253
|
p {
|
@@ -286,8 +288,6 @@
|
|
286
288
|
.meta-detail-studio,
|
287
289
|
.meta-detail-country,
|
288
290
|
.meta-detail-subtitle {
|
289
|
-
padding-bottom: 20px;
|
290
|
-
|
291
291
|
h2,
|
292
292
|
h3,
|
293
293
|
h4 {
|
@@ -319,25 +319,11 @@
|
|
319
319
|
font-size: 12px;
|
320
320
|
}
|
321
321
|
}
|
322
|
-
|
323
|
-
.meta-detail-crew {
|
324
|
-
flex-direction: row;
|
325
|
-
flex-wrap: wrap;
|
326
|
-
padding: 0;
|
327
|
-
|
328
|
-
.crew-member {
|
329
|
-
padding-bottom: 20px;
|
330
|
-
padding-right: 20px;
|
331
|
-
}
|
332
|
-
}
|
333
322
|
}
|
334
323
|
|
335
324
|
/* stylelint-disable selector-max-compound-selectors, max-nesting-depth */
|
336
325
|
.meta-detail-bonus-content,
|
337
326
|
.meta-detail-episodes-content {
|
338
|
-
padding: 0;
|
339
|
-
padding-top: 20px;
|
340
|
-
|
341
327
|
h2,
|
342
328
|
h4 {
|
343
329
|
align-self: stretch;
|
@@ -600,3 +586,42 @@
|
|
600
586
|
font-size: 12px;
|
601
587
|
}
|
602
588
|
}
|
589
|
+
|
590
|
+
.element-switcher-wrapper {
|
591
|
+
display: flex;
|
592
|
+
gap: 50px;
|
593
|
+
justify-content: space-between;
|
594
|
+
width: 100%;
|
595
|
+
|
596
|
+
.sponsor {
|
597
|
+
display: none;
|
598
|
+
padding-top: 10px;
|
599
|
+
@include media-breakpoint-up(xl) {
|
600
|
+
display: block;
|
601
|
+
}
|
602
|
+
}
|
603
|
+
}
|
604
|
+
|
605
|
+
.sponsor {
|
606
|
+
margin-bottom: 25px;
|
607
|
+
max-width: 250px;
|
608
|
+
}
|
609
|
+
|
610
|
+
.meta-detail-content .sponsor {
|
611
|
+
flex: 0 0 auto;
|
612
|
+
text-align: right;
|
613
|
+
}
|
614
|
+
|
615
|
+
s72-element-switcher {
|
616
|
+
margin-bottom: 50px;
|
617
|
+
}
|
618
|
+
|
619
|
+
.meta-detail-info {
|
620
|
+
display: grid;
|
621
|
+
gap: 20px;
|
622
|
+
grid-template-columns: repeat(1, 1fr);
|
623
|
+
|
624
|
+
@include media-breakpoint-up(lg) {
|
625
|
+
grid-template-columns: repeat(2, 1fr);
|
626
|
+
}
|
627
|
+
}
|
package/site/styles/_nav.scss
CHANGED
@@ -165,7 +165,7 @@
|
|
165
165
|
}
|
166
166
|
|
167
167
|
.navbar-toggler {
|
168
|
-
height:
|
168
|
+
height: 19px;
|
169
169
|
padding: 0;
|
170
170
|
position: relative;
|
171
171
|
width: 24px;
|
@@ -311,7 +311,7 @@
|
|
311
311
|
}
|
312
312
|
|
313
313
|
&::placeholder {
|
314
|
-
color: rgba(
|
314
|
+
color: rgba(var(--body-color-rgb), 0.8);
|
315
315
|
font-weight: $font-weight-normal;
|
316
316
|
opacity: 0;
|
317
317
|
transition: 0.25s ease-out;
|
@@ -383,7 +383,7 @@
|
|
383
383
|
|
384
384
|
.search-icon {
|
385
385
|
color: var(--body-color);
|
386
|
-
font-size:
|
386
|
+
font-size: 24px;
|
387
387
|
left: 5px;
|
388
388
|
pointer-events: none;
|
389
389
|
position: absolute;
|
@@ -396,8 +396,9 @@
|
|
396
396
|
background: transparent;
|
397
397
|
border: 0;
|
398
398
|
border-radius: 50%;
|
399
|
-
color: rgba(
|
400
|
-
|
399
|
+
color: rgba(var(--body-color-rgb), 0.7);
|
400
|
+
font-size: 24px;
|
401
|
+
line-height: 0;
|
401
402
|
opacity: 0;
|
402
403
|
pointer-events: none;
|
403
404
|
position: absolute;
|
@@ -413,7 +414,7 @@
|
|
413
414
|
&:hover,
|
414
415
|
&:focus,
|
415
416
|
&:active {
|
416
|
-
color: rgba(
|
417
|
+
color: rgba(var(--body-color-rgb), 1);
|
417
418
|
outline: 0;
|
418
419
|
}
|
419
420
|
}
|
@@ -701,7 +702,7 @@ s72-dropdown,
|
|
701
702
|
|
702
703
|
s72-user-known,
|
703
704
|
s72-user-anon {
|
704
|
-
border-top: 1px solid rgba(
|
705
|
+
border-top: 1px solid rgba(var(--body-color-rgb), 0.1);
|
705
706
|
|
706
707
|
@include media-breakpoint-up(lg) {
|
707
708
|
border: 0;
|
@@ -710,7 +711,7 @@ s72-dropdown,
|
|
710
711
|
}
|
711
712
|
|
712
713
|
hr {
|
713
|
-
border-top: 1px solid rgba(
|
714
|
+
border-top: 1px solid rgba(var(--body-color-rgb), 0.1);
|
714
715
|
display: none;
|
715
716
|
margin: 0 15px 5px;
|
716
717
|
|
@@ -809,7 +810,7 @@ s72-dropdown,
|
|
809
810
|
}
|
810
811
|
|
811
812
|
.vertical-line {
|
812
|
-
border-left: solid 1px rgba(
|
813
|
+
border-left: solid 1px rgba(var(--body-color-rgb), 0.5);
|
813
814
|
display: none;
|
814
815
|
height: 25px;
|
815
816
|
margin: 0 12px;
|
@@ -891,9 +892,9 @@ s72-dropdown,
|
|
891
892
|
display: flex;
|
892
893
|
justify-content: center;
|
893
894
|
min-height: 26px;
|
895
|
+
padding: 8px 0;
|
894
896
|
text-align: center;
|
895
897
|
z-index: 10;
|
896
|
-
|
897
898
|
.header-banner-message {
|
898
899
|
font-size: 12px;
|
899
900
|
margin-bottom: 0;
|
package/site/styles/_pages.scss
CHANGED
package/site/styles/_plans.scss
CHANGED
@@ -32,21 +32,13 @@ s72-plan-label {
|
|
32
32
|
}
|
33
33
|
}
|
34
34
|
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
@extend .mx-auto;
|
39
|
-
left: 5px !important;
|
40
|
-
top: 5px;
|
35
|
+
s72-plan-label {
|
36
|
+
@extend .position-absolute;
|
37
|
+
@extend .mx-auto;
|
41
38
|
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
@extend .availability-bg;
|
46
|
-
|
47
|
-
background-color: $button-background;
|
48
|
-
}
|
49
|
-
}
|
39
|
+
left: 0;
|
40
|
+
top: 0;
|
41
|
+
z-index: 99;
|
50
42
|
}
|
51
43
|
|
52
44
|
s72-pricing-buttons:not(.s72-show) {
|
@@ -55,10 +47,11 @@ s72-plan-label {
|
|
55
47
|
|
56
48
|
.plan-caption-details .s72-plan-owned {
|
57
49
|
@extend .d-inline-block;
|
58
|
-
@extend .availability-bg;
|
59
|
-
@extend .mb-p5;
|
60
50
|
|
61
|
-
background-color:
|
51
|
+
background-color: var(--primary);
|
52
|
+
border-radius: $border-radius 0 $border-radius 0;
|
53
|
+
line-height: 20px;
|
54
|
+
padding: 0 5px;
|
62
55
|
}
|
63
56
|
|
64
57
|
s72-user-anon a {
|
@@ -70,6 +63,11 @@ s72-plan-label {
|
|
70
63
|
}
|
71
64
|
|
72
65
|
.curated-plan-page {
|
66
|
+
// Fix some spacing under the h1
|
67
|
+
h1 {
|
68
|
+
line-height: 1;
|
69
|
+
}
|
70
|
+
|
73
71
|
// Hide the separator if this is a curated collection page
|
74
72
|
+ .separator {
|
75
73
|
@extend .border-0;
|