Use Less
This commit is contained in:
parent
7d1591d400
commit
2b6f80bf16
15 changed files with 101 additions and 124 deletions
25
assets/less/components/talk.less
Normal file
25
assets/less/components/talk.less
Normal file
|
@ -0,0 +1,25 @@
|
|||
.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