Sha256: 7513bc7a03e356c00e655506590b2f5136ae621d954c1cbc776afdc2616188b8

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

/* Requires:
   normalize.css
   -box-sizing.htc */

  @import "base";

/* Global Reset & Standards ---------------------- */

  * { @include box-sizing(border-box); }
  html { font-size: 62.5%; }
  body { background: $white; @include defaultFontFamily; @include font-size(14); line-height: 1; color: $txtColor; position: relative; -webkit-font-smoothing: antialiased; }

/* Links ---------------------- */

  a { color: $mainColor; text-decoration: none; line-height: inherit; }
  a:hover { color: darken($mainColor, 5%); }
  a:focus { color: $mainColor; outline: none; }
  p a, p a:visited { line-height: inherit; }

/* Misc ---------------------- */

  .left        { float: left; }
  .right       { float: right; }
  .text-left   { text-align: left; }
  .text-right  { text-align: right; }
  .text-center { text-align: center; }
  .hide        { display: none; }
  .highlight   { background: $highlightColor; }

  #googlemap img, object, embed { max-width: none; }

  #map_canvas embed { max-width: none; }
  #map_canvas img { max-width: none; }
  #map_canvas object { max-width: none; }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zurb-foundation-3.0.4 stylesheets/foundation/globals.scss
zurb-foundation-3.0.3 stylesheets/foundation/globals.scss