Fix talk slides

This commit is contained in:
Oliver Davies 2017-11-19 19:52:01 +00:00
parent 0ffbcf2cae
commit 5a8028f7ba
2 changed files with 25 additions and 15 deletions

View file

@ -1,22 +1,32 @@
.video { padding-top: 56.25% }
.talk-video { padding-top: 56.25% }
.video iframe,
.video embed {
.talk-video iframe,
.talk-video embed {
@apply .absolute;
@apply .pin-l;
@apply .pin-t;
@apply .w-full;
}
// .slides {
// background-image: url('../images/loading.gif');
// min-height: 275px;
.talk-slides {
background: url('../images/loading.gif') center no-repeat;
min-height: 275px;
}
// @media @breakpoint-medium {
// min-height: 460px;
// }
@screen md {
.talk-slides {
min-height: 375px;
}
}
// @media @breakpoint-large {
// min-height: 540px;
// }
// }
@screen lg {
.talk-slides {
min-height: 450px;
}
}
@screen xl {
.talk-slides {
min-height: 560px;
}
}