Move CSS and JS back into assets
This commit is contained in:
parent
1882a48617
commit
a4ce3df63c
10 changed files with 2 additions and 2 deletions
23
assets/less/components/talk.less
Normal file
23
assets/less/components/talk.less
Normal file
|
@ -0,0 +1,23 @@
|
|||
.video { padding-top: 56.25% }
|
||||
|
||||
.video iframe,
|
||||
.video embed {
|
||||
.absolute;
|
||||
.h-100;
|
||||
.left-0;
|
||||
.top-0;
|
||||
.w-100;
|
||||
}
|
||||
|
||||
.slides {
|
||||
background-image: url('../images/loading.gif');
|
||||
min-height: 275px;
|
||||
|
||||
@media @breakpoint-medium {
|
||||
min-height: 460px;
|
||||
}
|
||||
|
||||
@media @breakpoint-large {
|
||||
min-height: 540px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue