/**
 * @file less/components/notification.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 front-end notifications
 *
 */

.cmp_notification {
	padding: 7px;
	border-radius: 0;
	border: 1px solid #000;
	text-align: center;
	margin-bottom: 15px;
}
