Split into different partials
This commit is contained in:
parent
5a8028f7ba
commit
9b5a8f1a1c
4 changed files with 27 additions and 33 deletions
9
assets/less/components/talk/video.less
Normal file
9
assets/less/components/talk/video.less
Normal file
|
@ -0,0 +1,9 @@
|
|||
.talk-video { padding-top: 56.25% }
|
||||
|
||||
.talk-video iframe,
|
||||
.talk-video embed {
|
||||
@apply .absolute;
|
||||
@apply .pin-l;
|
||||
@apply .pin-t;
|
||||
@apply .w-full;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue