2011-09-08 05:48:33 +04:00

33 lines
431 B
SCSS

@import "alpha_gradient";
.artist-info {
margin-bottom: 20px;
.pic {
height: 220px;
img {
max-width: 220px;
max-height: 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;
}
}
}