Sha256: 90fcfb29f213bccc8d57e4e8ce47a574c06c26bf569542a35698719f349f7d07

Contents?: true

Size: 842 Bytes

Versions: 2

Compression:

Stored size: 842 Bytes

Contents

.content-heading {
	background-color: $offwhite-solid;
	color: $black-text-solid;
	overflow: hidden;
	padding-top: $margin-sm;
	padding-bottom: $margin-sm;
	position: relative;
	z-index: 1;
	.heading {
		font-weight: $font-weight-light;
	}
}

// colour
	@each $color in $palette-list-class {
		$i: index($palette-list-class, $color);

		.page-#{$color} .content-heading {
			background-color: nth($palette-list-color, $i);
			color: nth($palette-list-text, $i);
		}
	}

.content-inner {
	margin-top: $margin-lg;
	margin-bottom: $margin-lg;
}

.content-sub-heading {
	font-size: $font-size-h4;
	font-weight: $font-weight-medium;
	line-height: $line-height-h4;
}

// colour
	@each $color in $palette-list-class {
		$i: index($palette-list-class, $color);

		.page-#{$color} .content-sub-heading {
			color: nth($palette-list-color, $i);
		}
	}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
material-sass-1.1.0 app/assets/stylesheets/material/elements/_content.scss
material-sass-1.0.0 app/assets/stylesheets/material/elements/_content.scss