oliverdavies.uk/assets/less/components/talk/slides.less

9 lines
242 B
Plaintext
Raw Normal View History

2017-11-19 20:03:27 +00:00
.talk-slides {
2018-01-05 23:35:29 +00:00
background: url('../../../images/loading.gif') center no-repeat;
2017-11-19 20:03:27 +00:00
min-height: 275px;
2017-11-21 23:13:23 +00:00
@screen md { & { min-height: 375px; } }
@screen lg { & { min-height: 450px; } }
@screen xl { & { min-height: 560px; } }
2017-11-19 20:03:27 +00:00
}