File tree Expand file tree Collapse file tree 3 files changed +8
-20
lines changed Expand file tree Collapse file tree 3 files changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ $quickstart-button-padding: 0 50px;
11
11
$vendor-strip-height : 88px ;
12
12
$vendor-strip-font-size : 16px ;
13
13
14
- // video
15
- $video-section-height : 200px ;
16
-
17
14
@import " size" ;
18
15
@import " documentation" ;
19
16
@@ -256,9 +253,6 @@ $ocean-nodes-padding-Y: 60px;
256
253
$ocean-nodes-main-margin-bottom : 60px ;
257
254
$ocean-nodes-h3-margin-bottom : 30px ;
258
255
259
- // video
260
- $video-section-height : 200px ;
261
-
262
256
// Home-specific
263
257
264
258
.header-hero {
@@ -317,13 +311,10 @@ $video-section-height: 200px;
317
311
}
318
312
319
313
// Video thingy
320
- #video {
321
- height : $video-section-height ;
322
- }
323
-
324
314
#video {
325
315
width : 100% ;
326
316
position : relative ;
317
+ overflow : hidden ;
327
318
background-position : center center ;
328
319
background-size : cover ;
329
320
@@ -426,6 +417,10 @@ $video-section-height: 200px;
426
417
}
427
418
}
428
419
420
+ #video :has (#desktopKCButton ) {
421
+ height : 580px ;
422
+ }
423
+
429
424
#videoPlayer {
430
425
@include fullScreen ;
431
426
background-color : rgba (0 , 0 , 0 , 0.9 );
Original file line number Diff line number Diff line change 1
1
$main-max-width : 1200px ;
2
2
$vendor-strip-height : 44px ;
3
- $video-section-height : 580px ;
4
3
5
4
@media screen and (min-width : 1024px ) {
6
5
@@ -50,13 +49,12 @@ $video-section-height: 580px;
50
49
}
51
50
52
51
#video {
53
- height : $video-section-height ;
54
52
position : relative ;
55
- background-position : center center ;
53
+ background-position : top center ;
56
54
background-size : cover ;
57
55
58
56
& >.light-text {
59
- margin-right : 10% ;
57
+ margin : 0 10% 15 px 0 ;
60
58
}
61
59
}
62
60
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ $headline-wrapper-margin-bottom: 40px;
7
7
$quickstart-button-padding : 0 50px ;
8
8
$vendor-strip-font-size : 16px ;
9
9
10
- // video
11
- $video-section-height : 400px ;
12
-
13
10
/// /////////////////////////////////////////////////////////////////////////////////////////////////
14
11
/// /////////////////////////////////////////////////////////////////////////////////////////////////
15
12
/// /////////////////////////////////////////////////////////////////////////////////////////////////
@@ -113,15 +110,13 @@ $video-section-height: 400px;
113
110
}
114
111
115
112
#video {
116
- height : $video-section-height ;
117
113
display : block ;
118
- height : 550px ;
119
114
120
115
& > .light-text {
121
116
display : block ;
122
117
float : right ;
123
118
text-align : left ;
124
- margin-right : 5 % ;
119
+ margin : 0 5 % 15 px 0 ;
125
120
}
126
121
}
127
122
You can’t perform that action at this time.
0 commit comments