/**
 * @file less/objects/announcement_summary.less
 *
 * Copyright (c) 2014-2020 Simon Fraser University
 * Copyright (c) 2003-2020 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Stylesheet for announcement summary on the announcements page
 *
 */

.obj_announcement_summary {
	display: flex;
	flex-direction: column;

	& .date {
		padding-top: 0;
		margin-top: 5px;
	}

	& .buttons {
		margin-top: 20px;
	}
}

.announcement-summary-heading {
	font-family: @font-family-primary;
	color: #000;
	font-size: 20px;
	line-height: 1.2;

	& a {
		color: inherit;
		text-decoration: none;
	}

	& a:hover {
		color: @contrast-colour;
	}
}
