Sha256: 9aefea24b8e2b1f6efddeb3b43e618547042f1de74b7aa79ec9dbf79ffba0e50

Contents?: true

Size: 469 Bytes

Versions: 2

Compression:

Stored size: 469 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: unicode($mdicon-var-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

2 entries across 2 versions & 1 rubygems

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