Files
astuto/app/javascript/stylesheets/components/Roadmap/PostListItem.scss
2019-08-26 14:29:56 +02:00

26 lines
332 B
SCSS

.postLink {
text-decoration: none;
border-radius: 4px;
}
.postLink:hover {
text-decoration: none;
background-color: #f5f5f5;
}
.postListItem {
margin: 4px 0;
padding: 8px 4px;
}
.postTitle {
color: black;
font-weight: 500;
font-size: 17px;
}
.postBoard {
color: grey;
font-weight: 400;
font-size: 14px;
}