/**
 * @file plugins/themes/default/styles/sidebar.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 Styles for the sidebar blocks
 *
 */

.pkp_block {

	.title {
		display: inline-block;
		padding-bottom: 0.5em;
		border-bottom: 3px solid @accent;
		font-weight: @bold;
		text-transform: uppercase;
	}

}

.block_make_submission a {
	&:extend(.cmp_manuscript_button all);
}
