https://github.com/PressForward/pressforward
Raw File
Tip revision: 766f8fbfe2b6af52b8ddc2faefe90c9e65c41f9e authored by Amanda Regan on 29 November 2017, 15:08:11 UTC
changing link to documentation #966
Tip revision: 766f8fb
_item.scss
.item_title {
	margin-bottom: 3px;
	line-height: 16px;
    overflow:hidden;
}

.source_title {
	line-height: 1.5em;
    overflow:hidden;
}

.actions form {
	margin: 0;
}

.item-tags {
	text-align: left;
}

h3 {
	font-size: 18px;
	line-height: 19px;
	margin: 4px 0;
}


.feed-item {
	.item_meta {
		font-size: 10px;
		line-height: 11px;
		margin-bottom: 6px;
	}

	.item_excerpt {
		font-size: 12px;
		line-height: 16px;
		color: #494949;
		font-family: sans-serif;
		padding: 3px;
	    overflow:hidden;
	}
}
back to top