1
0
Fork 0
beathaven/app/assets/stylesheets/playlist.css.scss

34 lines
485 B
SCSS

.playlist {
display: block;
position: absolute;
top: 50px;
right: 50%;
width: 618px;
margin-right: -430px;
padding: 5px 0;
background-color: red;
li {
display: block;
overflow: hidden;
.inner {
width: 10000px;
margin-left: 5px;
height: 20px;
position: relative;
.artists {
&:after {
content: ""
}
}
.length {
position: absolute;
left: 580px;
}
}
}
}