Sha256: 2d54427e6b2752dd0c6b5e3c795df3f94d27e4ab9a58075d315219bdfa20e22d

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

// Load fonts



// **Sprites
$spacingDefault: 20px

// PNG sprites with padding
// $icons: sprite-map("icons/*.png", $spacing: $spacingDefault)
// %icons
//   background: $icons no-repeat

// PNG sprites for ratio 2 with padding
// $icons-2x: sprite-map("icons@2x/*.png", $spacing: $spacingDefault)
// %icons-2x
//   background: $icons-2x no-repeat

// SVG folder name
// $svg-folder: "svg"

// **Brief
$baseFontFamily: $Arial
$baseFontSize: $base-font-size
$baseFontColor: #444
$baseLinkColor: #287fc3

$size: 960
$grid: $size

$max: $size
$standard: $size
$min: $QVGA

$footerHeight: 50px

html
  // min-width: $standard

body
  @extend %relative
  // overflow-x: hidden
  min-height: 100%
  padding-bottom: $footerHeight
  background-color: #FFF
  +shFont($baseFontSize, $baseFontFamily, 1, $baseFontColor)

.container
  +center($standard)

.header
  @extend %relative

.footer
  @extend .full-width
  +pos("a", false, false, 0, 0, 2)
  height: $footerHeight

// Icons
// $iconsArr: none
// @each $icon in $iconsArr
//   .#{$icon}-icon
//     +s(#{$icon})

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rtpl-compass-1.0 templates/project/sass/source/_global.sass