Files
outline/frontend/components/Collection/components/DocumentLink/DocumentLink.scss
Tom Moor 51d3191ac0 Renames
2017-05-26 22:31:39 -07:00

24 lines
295 B
SCSS

@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;
}