This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/less/components/talk.less

23 lines
393 B
Plaintext
Raw Normal View History

2017-10-24 21:40:41 +00:00
.video { padding-top: 56.25% }
2017-10-08 08:26:41 +00:00
.video iframe,
.video embed {
2017-11-09 22:44:30 +00:00
@apply .absolute;
@apply .pin-l;
@apply .pin-t;
@apply .w-full;
2017-10-08 08:26:41 +00:00
}
2017-11-09 22:44:30 +00:00
// .slides {
// background-image: url('../images/loading.gif');
// min-height: 275px;
2017-10-08 08:26:41 +00:00
2017-11-09 22:44:30 +00:00
// @media @breakpoint-medium {
// min-height: 460px;
// }
2017-10-08 08:26:41 +00:00
2017-11-09 22:44:30 +00:00
// @media @breakpoint-large {
// min-height: 540px;
// }
// }