Skip to content
Snippets Groups Projects
Commit 58b3ae71 authored by alexisben's avatar alexisben
Browse files

block video

parent 38151d5a
No related branches found
No related tags found
No related merge requests found
...@@ -11,3 +11,5 @@ ...@@ -11,3 +11,5 @@
.video .video
margin-left: calc(-#{$grid-gutter-sm} / 2) margin-left: calc(-#{$grid-gutter-sm} / 2)
margin-right: calc(-#{$grid-gutter-sm} / 2) margin-right: calc(-#{$grid-gutter-sm} / 2)
.video + p
margin-top: $spacing0
\ No newline at end of file
...@@ -69,8 +69,8 @@ details ...@@ -69,8 +69,8 @@ details
summary::after summary::after
transform: translateY(5px) transform: translateY(5px)
summary summary
padding-bottom: $spacing1 padding-bottom: $spacing0
padding-top: $spacing1 padding-top: $spacing0
position: relative position: relative
@include icon(caret, after, px2rem(5)) @include icon(caret, after, px2rem(5))
margin-left: px2rem(10) margin-left: px2rem(10)
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
</div> </div>
{{ end }} {{ end }}
{{ if .video_title }}
<p>{{- partial "PrepareHTML" .video_title -}}</p>
{{ end }}
{{ partial "commons/transcription" ( dict {{ partial "commons/transcription" ( dict
"transcription" .transcription "transcription" .transcription
"position" $position "position" $position
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment