Added skip controls UI

This commit is contained in:
2018-03-11 21:28:07 +01:00
parent 3d02c3d7b2
commit 220549b30b
2 changed files with 40 additions and 11 deletions

View File

@ -2,11 +2,15 @@
vertical
default-transition
position relative
justify-content center
align-items center
margin 0.8rem 0
min-height 90px
#audio-player-controls
horizontal
justify-content center
align-items center
justify-content space-evenly
.audio-player-play-pause-container
position relative
width 48px
@ -21,9 +25,7 @@
justify-content center
align-items center
font-size 1.5rem
color text-color
background rgba(0, 0, 0, 0.03)
border none
border-radius 50%
width 100%
height 100%
@ -38,6 +40,26 @@
.icon-play
transform translateX(3px)
#audio-player-play,
#audio-player-pause,
.audio-player-side-button
color text-color
background rgba(0, 0, 0, 0.03)
border none
.audio-player-side-button
width 32px
height 32px
display flex
justify-content center
align-items center
#audio-player-prev
//
#audio-player-next
//
mixin volume-slider-thumb
appearance none
width 18px