Sha256: a54c2172672b5fdd8fdb78c9c94990037cbb24ca6d0a11ae4f6c8f2ade03dbd3

Contents?: true

Size: 809 Bytes

Versions: 2

Compression:

Stored size: 809 Bytes

Contents

$typeface-sans:  "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
$typeface-serif: Georgia, Cambria, "Times New Roman", Times, serif;

// Headings
h1, h2, h3, h4, h5, h6 {
  line-height: 1.375;
  margin: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.75em;
}

// Elements
p {
  margin: 0 0 1em 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

a,
a:hover,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

blockquote,
blockquote p {
  font-size: 1.125em;
  line-height: 1.35em;
  font-style: italic;
}

blockquote {
  margin: 0 0 1.25em;
  padding: 0.5em 1.25em 0 1.25em;
  border-left: 1px solid #ddd;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
boarding_pass-1.0.0.beta2 app/assets/stylesheets/legacy/_typography.scss
boarding_pass-1.0.0.beta1 app/assets/stylesheets/legacy/_typography.scss