Add loading image behind slides
This commit is contained in:
parent
7ff8348a60
commit
97b8239b0d
4 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
@import 'availability'
|
||||
@import 'badges'
|
||||
@import 'content-types/blog-post'
|
||||
@import 'content-types/talk'
|
||||
@import 'footer'
|
||||
@import 'meetups'
|
||||
@import 'testimonials'
|
||||
|
|
6
assets/sass/components/content-types/_talk.sass
Normal file
6
assets/sass/components/content-types/_talk.sass
Normal file
|
@ -0,0 +1,6 @@
|
|||
.presentation
|
||||
background: url('../images/loading.gif') no-repeat center
|
||||
min-height: 350px
|
||||
width: 100%
|
||||
+desktop
|
||||
min-height: 550px
|
Loading…
Add table
Add a link
Reference in a new issue