Sha256: c8d8d4d5727581a2326b4ac9fa2ee69d4b82383fb9f78477886333c296a06186

Contents?: true

Size: 964 Bytes

Versions: 2

Compression:

Stored size: 964 Bytes

Contents

// HEADER
$h1-font-size: em(44px) !default;
$h2-font-size: em(36px) !default;
$h3-font-size: em(28px) !default;
$h4-font-size: em(22px) !default;
$h5-font-size: em(18px) !default;
$h6-font-size: 1em !default;

$header-font-weight: 700 !default;

$p-margin-bottom: em(30px) !default;

@if $include-typography {

/* ---------------
EDGE Typography
--------------- */

h1 { font-size: $h1-font-size }
h2 { font-size: $h2-font-size }
h3 { font-size: $h3-font-size }
h4 { font-size: $h4-font-size }
h5 { font-size: $h5-font-size; }
h6 { font-size: $h6-font-size; }

p {
	margin-bottom: $p-margin-bottom;
	&:last-of-type {
		margin-bottom: 0;
	}
}

code {
	display    : inline-block;
	&, pre {
		font-family: $code-font-family;
	}
}

ul.inline, ol.inline {
	list-style-type : none;
	li {
		display : inline-block;
		vertical-align:top;
		margin-right: em(-4px);
	}
}

blockquote {
	cite {
		display: block;
	}
}

}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
edge_framework-0.3.0 assets/sass/edge/components/_typography.scss
edge_framework-0.2.3 assets/sass/edge/components/_typography.scss