|
11 | 11 | background: white; |
12 | 12 | color: #212730; |
13 | 13 | border: 1px solid #ddd; |
14 | | - border-radius: 4px; |
| 14 | + border-radius: 0.25rem; |
15 | 15 | padding: 1rem 2rem; |
16 | 16 | display: inline-block; |
17 | 17 | margin: 1rem auto; |
|
55 | 55 |
|
56 | 56 | .button { |
57 | 57 | background: var(--background-1); |
58 | | - box-shadow: $border-color 0 5px; |
| 58 | + box-shadow: $border-color 0 0.25rem; |
59 | 59 | border: 1px solid $border-color; |
60 | 60 |
|
61 | 61 | &, &:visited, &:hover { |
|
68 | 68 |
|
69 | 69 | .primary &, .primary-1 &, .stage & { |
70 | 70 | background: rgba(255, 255, 255, 0.7); |
71 | | - box-shadow: rgba(0, 0, 0, 0.6) 0 5px; |
| 71 | + box-shadow: rgba(0, 0, 0, 0.6) 0 0.25rem; |
72 | 72 | border: none; |
73 | 73 |
|
74 | 74 | &, &:visited, &:hover { |
|
89 | 89 | transition: all 0.25s ease-out; |
90 | 90 |
|
91 | 91 | &:hover { |
92 | | - transform: translateY(-3px); |
| 92 | + transform: translateY(-0.15rem); |
93 | 93 | } |
94 | 94 | } |
95 | 95 | } |
|
215 | 215 | } |
216 | 216 |
|
217 | 217 | .play { |
218 | | - height: 72px; |
219 | | - width: 72px; |
| 218 | + height: 5rem; |
| 219 | + width: 5rem; |
220 | 220 | left: 50%; |
221 | 221 | top: 50%; |
222 | | - margin-left: -36px; |
223 | | - margin-top: -36px; |
| 222 | + transform: translate(-50%, -50%); |
224 | 223 | position: absolute; |
225 | 224 | background: url("../images/play.png") no-repeat; |
| 225 | + background-size: 100%; |
226 | 226 | z-index: 1; |
227 | 227 | cursor: pointer; |
228 | 228 | } |
229 | 229 |
|
230 | 230 | .comment { |
231 | 231 | left: 50%; |
232 | 232 | top: 50%; |
233 | | - transform: translate(-50%, 50px); |
| 233 | + transform: translate(-50%, 3rem); |
234 | 234 | position: absolute; |
235 | 235 | z-index: 1; |
236 | 236 | cursor: pointer; |
237 | 237 | color: white; |
238 | 238 | text-align: center; |
| 239 | + text-shadow: 0 0 0.25rem black; |
| 240 | + font-weight: 500; |
239 | 241 | } |
240 | 242 | } |
241 | 243 |
|
|
273 | 275 | animation: stage-scroll-effect linear; |
274 | 276 | animation-duration: 1ms; |
275 | 277 | animation-timeline: view(); |
276 | | - animation-range: exit -60px; |
| 278 | + animation-range: exit #{"-"}$menu-height; |
277 | 279 | } |
278 | 280 | } |
279 | 281 |
|
|
294 | 296 | font-size: #{"min(max(1.5rem, 4.5vw), 4rem)"}; |
295 | 297 | font-weight: 300; |
296 | 298 | margin: 0; |
297 | | - text-shadow: 0 0 10px black; |
| 299 | + text-shadow: 0 0 1rem black; |
298 | 300 |
|
299 | 301 | @media ($media-mobile) { |
300 | 302 | font-weight: 500; |
|
356 | 358 |
|
357 | 359 | .label { |
358 | 360 | order: -2; |
359 | | - height: 40px; |
| 361 | + height: 2rem; |
360 | 362 | align-self: center; |
361 | 363 | display: flex; |
362 | 364 | justify-content: center; |
|
382 | 384 | img { |
383 | 385 | margin-block: 1rem; |
384 | 386 | width: 70%; |
385 | | - height: 200px; |
| 387 | + height: 8rem; |
386 | 388 | object-fit: contain; |
387 | 389 | align-self: center; |
388 | 390 | } |
|
0 commit comments