Sha256: 4589f6f670b16cdc1941dfe542e485da8e8815e3ae7dc95f1cdcb48477dcea94

Contents?: true

Size: 574 Bytes

Versions: 3

Compression:

Stored size: 574 Bytes

Contents

html body {
  padding-left: 0; // IE
  padding-right: 0; // IE
}

body {
  padding: 0;
  margin: 0;
  color: #444;
  background: #FFF;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased !important;
}
::selection {
  background: #DDD;
  text-shadow: none;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1em 0;
  height: 0;
}

input, textarea, button, select {
  -webkit-font-smoothing: antialiased !important;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
boarding_pass-0.1.2 app/assets/stylesheets/boarding_pass/_defaults.scss
boarding_pass-0.1.1 app/assets/stylesheets/boarding_pass/_defaults.scss
boarding_pass-0.1.0 app/assets/stylesheets/boarding_pass/_defaults.scss