@@ -24,7 +24,7 @@ body.index {
24
24
25
25
.hero {
26
26
background : @dark-color ;
27
- min-height : 500 px ;
27
+ min-height : 540 px ;
28
28
max-height : 1000px ;
29
29
height : 70vh ;
30
30
position : relative ;
@@ -122,8 +122,7 @@ body.index {
122
122
.fadein-cols (3 );
123
123
.fadein-cols (@n ) when (@n > 0 ) { .fadein-cols (@n - 1 );
124
124
.marketing-col :nth- child(@{n} ) {
125
- animation : fade 1.1s 0.8s * @n ease-in-out ;
126
- animation-fill-mode : both ;
125
+ animation : fade 1.1s 0.8s * @n ease-in-out both ;
127
126
}
128
127
}
129
128
@@ -138,6 +137,21 @@ body.index {
138
137
transform : translate (0 , 0 );
139
138
}
140
139
}
140
+
141
+ .buttons-unit {
142
+ animation : fade 1.1s 3s ease-in-out both ;
143
+
144
+ .button {
145
+ .headline-font (@size : 17px , @color : white );
146
+ border : solid 1px fadeout (white , 60% );
147
+
148
+ & :hover , & :focus , & :active {
149
+ color : @text-color ;
150
+ background : white ;
151
+ text-decoration : none ;
152
+ }
153
+ }
154
+ }
141
155
}
142
156
143
157
section h1 ,
@@ -394,10 +408,16 @@ body.index {
394
408
box-shadow :
395
409
0 0 0 1px rgba (0 , 0 , 0 , 0.2 ),
396
410
0 16px 64px rgba (0 , 0 , 0 , 0.6 );
397
- margin : 3em -10px -100px ;
411
+ margin : 3em -10px -80px ;
412
+ overflow : hidden ;
413
+ padding-top : 45% ;
414
+ pointer-events : none ;
415
+ position : relative ;
398
416
transform : translateZ (0 );
399
417
400
418
video {
419
+ position : absolute ;
420
+ top : 0 ;
401
421
width : 100% ;
402
422
}
403
423
}
@@ -455,9 +475,9 @@ body.index {
455
475
transition : background 0.1s ease-out , color 0.1s ease-out ;
456
476
457
477
border : solid 1px @rhodamine-color ;
458
- border-radius : 4 px ;
459
- padding : 0.5 em 1.5 em ;
460
- margin : 0 16 px ;
478
+ border-radius : 6 px ;
479
+ padding : 0.4 em 1.2 em ;
480
+ margin : 0 0.6 em ;
461
481
display : inline-block ;
462
482
text-decoration : none ;
463
483
0 commit comments