@import "../../../../src/style/abstracts/all";

:local(.breadcrumbs) {
	list-style: none;
	padding: 0;
	li {
		display: inline-block;
		&:after{
			font-family: FontAwesome;
			content: "\f105";
			display: inline-block;
			margin: 0 10px;
		}
		&:last-child:after {
			content: none;
		}
	}
}
