/**
 * @file less/common/formErrors.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 error form
 *
 */

#formErrors {
	background-color: #f8d7da;
	padding: 7px;
	border-radius: 5px;
	border: 1px solid #721c24;
}

.pkp_form_error {
	margin-top: 10px;
	margin-bottom: 7px;
	display: inline-block;
}

.pkp_form_error_list {
	padding-left: 20px;
}
