Files
ukraine-timemap/src/scss/video.scss
Lachlan Kermode 8b507fde96 some styling fixes (#178)
* logos at bottom

* use GT-Zirkon font

* update filter/category copy

* add a fallback font

* stop tracking

* make timeline smaller for smaller laptops

* fix for firefox responsive intropopup

* mobile fallback

* update design system version
2020-10-29 18:14:32 +01:00

33 lines
560 B
SCSS

.video-wrapper {
z-index: 1;
position: relative;
width: 740px;
height: 420px;
transition: opacity 500ms;
background-color: black;
overflow: hidden;
}
.video-js .vjs-big-play-button {
font-size: 3em;
line-height: 40px;
height: 40px;
width: 40px;
display: block;
position: absolute;
background: none;
top: 10px;
left: 10px;
padding: 0;
cursor: pointer;
opacity: 1;
border-radius: 20px;
transition: 0.2s ease;
border: 1px solid $midwhite;
&:hover {
transition: 0.2s ease;
border: 1px solid $offwhite;
}
}