2015-09-29 11:22:48 -04:00
|
|
|
@import "../../colors";
|
|
|
|
|
2015-09-08 14:56:28 -04:00
|
|
|
.thumbnail {
|
2015-10-02 13:08:57 -04:00
|
|
|
.thumbnail-image {
|
2015-09-08 14:56:28 -04:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2015-09-09 09:53:48 -04:00
|
|
|
.thumbnail-image img {
|
2015-09-08 14:56:28 -04:00
|
|
|
margin-bottom: 2px;
|
2015-09-29 11:22:48 -04:00
|
|
|
border: 1px solid $ui-border;
|
2015-09-08 14:56:28 -04:00
|
|
|
}
|
|
|
|
|
2015-10-02 13:08:57 -04:00
|
|
|
$extras: ".thumbnail-creator, .thumbnail-loves, .thumbnail-remixes";
|
|
|
|
|
2015-09-09 09:53:48 -04:00
|
|
|
.thumbnail-title,
|
2015-10-02 13:08:57 -04:00
|
|
|
#{$extras} {
|
2015-09-08 14:56:28 -04:00
|
|
|
line-height: normal;
|
|
|
|
word-wrap: break-word;
|
2015-10-02 13:08:57 -04:00
|
|
|
|
|
|
|
a {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2015-09-08 14:56:28 -04:00
|
|
|
}
|
|
|
|
|
2015-10-21 15:06:22 -04:00
|
|
|
.thumbnail-title {
|
|
|
|
margin-bottom: 1px;
|
|
|
|
font-size: .9230em;
|
|
|
|
font-weight: 800;
|
2015-10-23 09:01:01 -04:00
|
|
|
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
}
|
2015-10-21 15:06:22 -04:00
|
|
|
}
|
|
|
|
|
2015-10-02 13:08:57 -04:00
|
|
|
#{$extras} {
|
2015-09-29 11:22:48 -04:00
|
|
|
color: $type-gray;
|
2015-09-24 19:27:50 -04:00
|
|
|
font-size: .8462em;
|
2015-10-23 09:01:01 -04:00
|
|
|
|
|
|
|
a {
|
|
|
|
display: inline;
|
|
|
|
}
|
2015-09-08 14:56:28 -04:00
|
|
|
}
|
|
|
|
|
2015-10-02 13:08:57 -04:00
|
|
|
&.project {
|
|
|
|
$project-width: 144px;
|
|
|
|
$project-height: 108px;
|
|
|
|
width: $project-width;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: $project-width;
|
|
|
|
height: $project-height;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.gallery {
|
|
|
|
$gallery-width: 170px;
|
|
|
|
$gallery-height: 100px;
|
|
|
|
width: $gallery-width;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: $gallery-width;
|
|
|
|
height: $gallery-height;
|
|
|
|
}
|
|
|
|
}
|
2015-09-09 09:53:48 -04:00
|
|
|
}
|