Use Mix and sass, simplify image directories and remove duplicates
This commit is contained in:
parent
ad3bc4b0a2
commit
ff29fdeb71
216 changed files with 2921 additions and 1096 deletions
11
assets/sass/components/talk/video.sass
Normal file
11
assets/sass/components/talk/video.sass
Normal file
|
@ -0,0 +1,11 @@
|
|||
.talk-video
|
||||
@apply .relative .w-full
|
||||
padding-top: 56.25%
|
||||
|
||||
.talk-video iframe,
|
||||
.talk-video embed
|
||||
@apply .absolute
|
||||
@apply .pin-l
|
||||
@apply .pin-t
|
||||
@apply .h-full
|
||||
@apply .w-full
|
Loading…
Add table
Add a link
Reference in a new issue