//--------------------------------------------------------------------------------------------------------------------------------------------------------------
// progress-indicator module
// Indicator of progress through a multitude of pages mostly used for forms.
//
// Content:
// - print styles
//--------------------------------------------------------------------------------------------------------------------------------------------------------------


@media print {
	.au-progress-indicator {
		border-top-color: #000 !important;
	}

	.au-body .au-progress-indicator__link,
	.au-progress-indicator__link {
		color: #000 !important;
		border-bottom-color: #000 !important;
		border-left-color: transparent !important;
		padding-left: 6px !important;

		&.au-progress-indicator__link--doing {
			border-left-color: #000 !important;
		}

		&:after {
			display: none;
		}
	}

	.au-progress-indicator__status  {
		color: #000 !important;
	}
}
