30 lines
455 B
SCSS
30 lines
455 B
SCSS
.player {
|
|
.buttons {
|
|
text-align: center;
|
|
}
|
|
.now-playing {
|
|
text-align: center;
|
|
}
|
|
.progress {
|
|
width: 94%;
|
|
margin: 0 0 10px 3%;
|
|
height: 7px;
|
|
background-color: #e0e0e0;
|
|
.loaded {
|
|
width: 66%;
|
|
height: 7px;
|
|
background-color: #70c0c0;
|
|
.played {
|
|
width: 66%;
|
|
height: 7px;
|
|
background-color: #0090AA;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.playlist {
|
|
.song-duration {
|
|
text-align: right;
|
|
}
|
|
} |