Sha256: eece6cdc854907f2830dd22c4e322e3e38f8211d1c0f197d255e21373055bae4

Contents?: true

Size: 496 Bytes

Versions: 2

Compression:

Stored size: 496 Bytes

Contents

* {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

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

body {
  padding: 0;
  margin: 0;
  color: #444;
  background: #FFF;
  font-family: $typeface-sans;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.25;
}

::selection {
  background: #DDD;
  text-shadow: none;
}

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

Version data entries

2 entries across 2 versions & 1 rubygems

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