view src/app/playback-control/playback-control.component.css @ 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 d5256e8309ab
line wrap: on
line source
.play {
  width: 60px;
  height: 60px;
}

.play md-icon {
  font-size: 48px;
  width: 48px;
}

.seek-controls {
  display: block;
  margin: auto;
}