Sha256: 8251d06db15c98aa8c14b438ed1d04ba7cc936d60f8c3d8fd0800b7206319586

Contents?: true

Size: 1.4 KB

Versions: 1

Compression:

Stored size: 1.4 KB

Contents

.content {
	padding-bottom: $line-height;
	.searching & {
		display: none;
	}
}

.content-fix-scroll {
	margin-right: ($grid-gutter * -1);
	margin-left: ($grid-gutter * -1);
	overflow: hidden;
	padding-right: $grid-gutter;
	padding-left: $grid-gutter;
	.content-fix.fixed & {
		backface-visibility: hidden;
		position: fixed;
			top: ($line-height * 2);
			bottom: 0;
	}
}

.content-fix-wrap {
	.content-fix.fixed & {
		overflow-x: hidden;
		overflow-y: auto;
		padding-right: ($grid-gutter * 2);
		padding-left: ($grid-gutter * 2);
		position: absolute;
			top: 0;
			right: ($grid-gutter * -1);
			bottom: 0;
			left: ($grid-gutter * -1);
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
	}
}

.content-heading {
	background-color: $brand-color;
	color: $white;
	overflow: hidden;
	padding-top: ($line-height * 2);
	position: relative;
	transition: background-color 0.3s $timing, color 0.3s $timing;
	z-index: 1;
	@each $color in $palette-list {
		$i: index($palette-list, $color);

		.page-#{$color} & {
			background-color: nth($palette-color, $i);
		}
	}
	.heading {
		font-weight: $font-weight-light;
	}
}

.content-sub-heading {
	color: $brand-color;
	font-size: $font-size-h4;
	font-weight: $font-weight;
	line-height: $line-height-h4;
	@each $color in $palette-list {
		$i: index($palette-list, $color);

		.page-#{$color} & {
			color: nth($palette-color, $i);
		}
	}
}

.row-fix {
	position: relative;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
material-sass-0.0.4 app/assets/stylesheets/material/theme/_content.scss