Reduce contrast on post stream time gaps

This commit is contained in:
Toby Zerner 2015-08-26 10:19:24 +09:30
parent d07182622e
commit 447dcd760d
2 changed files with 12 additions and 13 deletions

View File

@ -256,19 +256,6 @@
opacity: 1;
}
}
.PostStream-timeGap {
text-transform: uppercase;
font-weight: bold;
color: @muted-color;
padding: 20px 20px 20px 90px;
background: @control-bg;
font-size: 12px;
@media @phone {
margin: 0 -15px;
padding: 20px 15px;
}
}
.PostPreview {
color: @muted-color;

View File

@ -50,6 +50,18 @@
}
}
.PostStream-timeGap {
text-transform: uppercase;
font-weight: bold;
color: @muted-color;
padding: 20px 20px 20px 90px;
font-size: 12px;
@media @phone {
margin: 0 -15px;
padding: 20px 15px;
}
}
// .item.highlight .post {
// &:before {