UNPKG

react-controller-audio-player

Version:
29 lines (24 loc) 438 B
.container { display: grid; grid-template-columns: 50px 50px 1fr 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; grid-gap: 10px; } .timeLine { border-radius: 15px; border: 1.5px solid #666562; } .playHead { width: 12px; height: 12px; border-radius: 50px; background: #000000; margin-left: 0; } .timeLabel { font-weight: 600; font-size: 14px; color: #e98074; }