wip
This commit is contained in:
parent
fa9652df3e
commit
9212cdb015
21 changed files with 301 additions and 188 deletions
22
assets/less/components/talk/slides.less
Normal file
22
assets/less/components/talk/slides.less
Normal file
|
@ -0,0 +1,22 @@
|
|||
.talk-slides {
|
||||
background: url('../../../images/loading.gif') center no-repeat;
|
||||
min-height: 275px;
|
||||
|
||||
@screen md {
|
||||
& {
|
||||
min-height: 375px;
|
||||
}
|
||||
}
|
||||
|
||||
@screen lg {
|
||||
& {
|
||||
min-height: 450px;
|
||||
}
|
||||
}
|
||||
|
||||
@screen xl {
|
||||
& {
|
||||
min-height: 560px;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue