1
0
Fork 0
oldhaven/app/assets/stylesheets/albums.scss

31 lines
388 B
SCSS

@import "alpha_gradient";
.artist-info {
margin-bottom: 20px;
.pic {
img {
max-width: 220px;
}
}
.desc {
height: 220px;
}
}
.album {
margin-bottom: 20px;
.art {
img {
max-width: 220px;
}
.button-container {
text-align: center;
margin-top: 10px;
}
}
.tracks {
td.song-duration {
text-align: right;
}
}
}