36 lines
500 B
CSS
36 lines
500 B
CSS
image {
|
|
width: 75px;
|
|
height: 75px;
|
|
}
|
|
|
|
.page-body-wrapper {
|
|
margin-top: 0;
|
|
}
|
|
.page-body-info {
|
|
padding-bottom: 25px;
|
|
}
|
|
.time-big {
|
|
font-size: 30px;
|
|
margin: 10px;
|
|
}
|
|
.slider {
|
|
width: 90%;
|
|
}
|
|
.play-time {
|
|
font-size: 14px;
|
|
width: 350px;
|
|
padding: 10px 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
}
|
|
.page-body-buttons {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 50px;
|
|
}
|
|
.page-body-button {
|
|
width: 225px;
|
|
text-align: center;
|
|
}
|