42 lines
584 B
SCSS
Raw Normal View History

2011-06-27 15:14:14 +04:00
@import "alpha_gradient";
.artist-info {
2011-09-08 05:48:33 +04:00
margin-bottom: 20px;
.pic {
img {
max-width: 220px;
}
}
.desc {
height: 220px;
2011-09-26 14:51:52 +04:00
.service-icons {
margin-top: 15px;
a {
text_decoration: none;
margin-right: 10px;
}
}
2011-09-08 05:48:33 +04:00
}
2011-06-27 15:14:14 +04:00
}
2011-09-08 05:48:33 +04:00
.album {
margin-bottom: 20px;
.art {
img {
max-width: 220px;
}
.button-container {
2011-09-19 12:21:03 +04:00
display: none;
2011-09-08 05:48:33 +04:00
text-align: center;
margin-top: 10px;
}
}
.tracks {
2011-09-15 10:55:14 +04:00
& > h3 {
margin: -5px 0 5px 0;
}
2011-09-08 05:48:33 +04:00
td.song-duration {
text-align: right;
}
}
2011-06-27 15:14:14 +04:00
}