This commit is contained in:
Tom Moor
2017-05-26 22:31:39 -07:00
parent 0e293b38c7
commit 51d3191ac0
13 changed files with 27 additions and 31 deletions

View File

@@ -0,0 +1,23 @@
@import '~styles/constants.scss';
.link {
display: flex;
flex: 1;
justify-content: space-between;
margin-bottom: 20px;
text-decoration: none;
}
.title {
font-weight: normal;
font-size: 15px;
color: $textColor;
margin: 0;
}
.timestamp {
font-size: 13px;
color: #ccc;
}