Sha256: 16ef55e38fa9f85c20657607fda69426c2d763d7d3430c01e54023a11fabca2e

Contents?: true

Size: 451 Bytes

Versions: 1

Compression:

Stored size: 451 Bytes

Contents

.breadcrumb {
	list-style: none;
	margin: $line-height 0;
	padding: ($line-height / 2) 0;
	@include clearfix();
	> li {
		display: block;
		float: left;
		+ li:before {
			@extend .icon;
			color: $black-hint;
			content: "chevron_right";
			display: inline-block;
			line-height: $line-height;
			margin-left: 0.4em;
		}
	}
	> .active {
		color: $black-text;
		> a,
		> .a {
			color: $black-text;
			cursor: text;
			text-decoration: none;
		}
	}
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
material-sass-0.0.4 app/assets/stylesheets/material/element/_breadcrumb.scss