view src/app/playback-control/playback-control.component.css @ 21:d9c0a1ca005c

Prototype some playback controls, and tabbed menus in the sidebar.
author Lucas Thompson <dev@lucas.im>
date Fri, 28 Oct 2016 16:27:25 +0100
parents
children a50f0b7a3da3
line wrap: on
line source
.play {
  width: 60px;
  height: 60px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}

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

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