Video: new macro for showing video progress

Import video_progress_bar from '_macros/_asset_video_progress.html'
and pass it the video and current_user.
This commit is contained in:
2018-09-11 16:11:05 +02:00
parent 48df0583ab
commit c546dd2881
6 changed files with 53 additions and 18 deletions

View File

@@ -81,10 +81,22 @@
background-position: center
.progress
height: 3px
height: 4px
position: absolute
top: -3px
top: -4px
width: 100%
.progress-bar
background-color: $primary
&.group
.card-label
background-color: rgba($black, .5)
border-radius: 3px
color: $white
display: block
font-size: $font-size-xxs
left: 5px
top: -25px
position: absolute
padding: 1px 5px
z-index: 1