additional reformatting

This commit is contained in:
Matthew Taylor 2016-08-24 10:55:13 -04:00
parent fb5d9788f8
commit 5dd80c1020

View file

@ -13,27 +13,47 @@
.flex-row {
margin: 0 auto;
padding: 12px;
padding: 12px 0;
width: $cols12;
justify-content: flex-start;
}
.thumbnail {
margin: 6px;
padding: 0;
&.gallery,
&.project {
margin-bottom: 16px;
margin: 7px;
border-radius: 4px;
box-shadow: 0 0 3px $box-shadow-gray;
background-color: $ui-white;
padding-bottom: 4px;
width: $thumbnail-width;
.thumbnail-image {
margin: 8px auto;
width: $thumbnail-inner-width;
}
.thumbnail-info {
margin: 0 auto;
width: $thumbnail-inner-width;
.creator-image {
float: left;
img {
margin-right: 8px;
border-radius: 4px;
width: 32px;
height: 32px;
}
}
.thumbnail-title {
float: left;
max-width: 164px;
.thumbnail-creator a {
color: $type-gray;
}
}
}
&.project {
@ -66,31 +86,6 @@
}
}
}
.thumbnail-info {
margin: 0 auto;
width: $thumbnail-inner-width;
.creator-image {
float: left;
img {
margin-right: 8px;
border-radius: 4px;
width: 32px;
height: 32px;
}
}
.thumbnail-title {
float: left;
max-width: 164px;
.thumbnail-creator a {
color: $type-gray;
}
}
}
}
&.column {