Sha256: 63f6171a8578356e77f2fce2805ebebc184d3b18ac4ed4d8118fd010e962ad4c

Contents?: true

Size: 630 Bytes

Versions: 2

Compression:

Stored size: 630 Bytes

Contents

.nav {
	list-style: none;
	margin: $margin-md 0;
	padding: 0;
	position: relative;
	@include clearfix();
	a,
	.a {
		display: block;
		padding: (($nav-height - $line-height) / 2) $grid-gutter;
		position: relative;
		&:focus,
		&:hover {
			text-decoration: none;
		}
	}
	li {
		display: block;
		position: relative;
	}
	ul {
		margin: 0;
		padding: 0;
	}
}

.nav-justified,
.nav-list {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
}

.nav-justified {
	flex-wrap: nowrap;
	> li {
		flex-grow: 1;
		> a,
		> .a {
			text-align: center;
		}
	}
}

.nav-list {
	flex-wrap: wrap;
	> li {
		float: left;
	}
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
material-sass-1.1.0 app/assets/stylesheets/material/components/_nav.scss
material-sass-1.0.0 app/assets/stylesheets/material/components/_nav.scss