Sha256: 32469f863a0b335e4af5b8354b875b5e4c99347af6759d1e4db4afece84f2b63

Contents?: true

Size: 1.74 KB

Versions: 9

Compression:

Stored size: 1.74 KB

Contents

//////////////////////////////////////////////////////
//////////////////////////////////////////////////////
//   _____ _                   _                    //
//  /  ___| |                 | |                   //
//  \ `--.| |_ _ __ _   _  ___| |_ _   _ _ __ ___   //
//   `--. \ __| '__| | | |/ __| __| | | | '__/ _ \  //
//  /\__/ / |_| |  | |_| | (__| |_| |_| | | |  __/  //
//  \____/ \__|_|   \__,_|\___|\__|\__,_|_|  \___|  //
//                                                  //
//////////////////////////////////////////////////////
//////////////////////////////////////////////////////

// Body //
body

  //////////////////////////////////////
  //////////////////////////////////////

  // Standard //
  > header,
  > footer
    clear:       both
    position:    fixed
    width:       100%
    left:        0
    box:
      sizing:    border-box
    z:
      index:     10

  //////////////////////////////////////
  //////////////////////////////////////

  // Header //
  > header
    top:         0
    padding:     $header-padding

  //////////////////////////////////////
  //////////////////////////////////////

  // Main //
  > main
    display:      block
    position:     relative
    height:       100%
    padding:      $header-padding $footer-padding
    min:
      height:     100%
    max:
      height:     100%
    box:
      sizing:     border-box
    overflow:
      y:          hidden

  //////////////////////////////////////
  //////////////////////////////////////

  // Footer //
  > footer
    bottom:     0
    padding:    $footer-padding

  //////////////////////////////////////
  //////////////////////////////////////

//////////////////////////////////////////////////////
//////////////////////////////////////////////////////

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fl-0.3.9 app/assets/stylesheets/styles/structure.sass
fl-0.3.8 app/assets/stylesheets/styles/structure.sass
fl-0.3.6 app/assets/stylesheets/styles/structure.sass
fl-0.3.5 app/assets/stylesheets/styles/structure.sass
fl-0.3.4 app/assets/stylesheets/styles/structure.sass
fl-0.3.3 app/assets/stylesheets/styles/structure.sass
fl-0.3.2 app/assets/stylesheets/styles/structure.sass
fl-0.3.1 app/assets/stylesheets/styles/structure.sass
fl-0.3.0 app/assets/stylesheets/styles/structure.sass