Mercurial > hg > ugly-duckling
view src/app/playback-control/playback-control.component.html @ 27:a50f0b7a3da3
Vertically align the larger play button in the center
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 29 Nov 2016 11:02:44 +0000 |
parents | d9c0a1ca005c |
children | 6fb6c04878ec |
line wrap: on
line source
<button md-icon-button class="play"> <md-icon>play_circle_outline</md-icon> </button> <span class="seek-controls"> <button md-icon-button><md-icon>fast_rewind</md-icon></button> <button md-icon-button><md-icon>skip_previous</md-icon></button> <button md-icon-button><md-icon>skip_next</md-icon></button> <button md-icon-button><md-icon>fast_forward</md-icon></button> </span> <md-slider></md-slider>