Sha256: 4130bf093a26296c70342229b3ec4780fd24e03a8530a6cacd6997440457b7c6

Contents?: true

Size: 1.49 KB

Versions: 11

Compression:

Stored size: 1.49 KB

Contents

*
  @include box-sizing (border-box)

body, html
  height: 100%
  min-height: 250px

body
  background: $white-grey
  color: $grey-med
  font-family: $font-body-family
  font-size: 16px
  font-weight: $font-light
  margin: 0
  padding: 0
  overflow-x: hidden

h1, h2, h3
  font-family: $font-headlines-family
  margin-top: 0
h1
  font-size: 2.250rem
  font-weight: $font-reg
h2
  font-size: 2rem
  font-weight: $font-bold
h3
  font-size: 1.750rem
  font-weight: $font-reg
  margin-top: 0px
h4
  font-weight: $font-light

img
  max-width: 100%
  width: 100%

a
  color: $secondary
  text-decoration: none
  &:hover
    color: lighten($secondary, 10%)

p > a
  font-weight: 300
  text-decoration: underline

a.underline
  text-decoration: underline

.section
  min-height: 100%
  padding-top: 80px
  padding-bottom: 80px
  position: relative

.section-title
  color: $primary
  font-size: 2.200rem
  text-align: center
  &.white
    color: $white

.container
  margin: 0 auto
  max-width: 980px
  padding-left: 8px
  padding-right: 8px

.grid
  .col
    display: inline-block
    margin-right: -4px
    min-height: 1px
    padding-right: 35px
    vertical-align: top
    &:last-child
      padding-right: 0
  &.two
    .col
      width: 50%
  &.three
    .col
      width: 33.3333%

.center
  text-align: center

.left
  text-align: left

.right
  text-align: right

.icon-space-r
  margin-right: 0.5em

.icon-space-l
  margin-left: 0.5em

.icon-space-r-half
  margin-right: 0.25em

.icon-space-l-half
  margin-left: 0.25em

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hackathon_manager-0.4.4 app/assets/stylesheets/hackathon_manager/general/_base.sass
hackathon_manager-0.4.3 app/assets/stylesheets/hackathon_manager/general/_base.sass
hackathon_manager-0.4.2 app/assets/stylesheets/hackathon_manager/general/_base.sass
hackathon_manager-0.4.1 app/assets/stylesheets/hackathon_manager/general/_base.sass
hackathon_manager-0.4.0 app/assets/stylesheets/hackathon_manager/general/_base.sass
hackathon_manager-0.3.3 app/assets/stylesheets/hackathon_manager/general/_base.sass
hackathon_manager-0.3.2 app/assets/stylesheets/hackathon_manager/general/_base.sass
hackathon_manager-0.3.1 app/assets/stylesheets/hackathon_manager/general/_base.sass
hackathon_manager-0.3.0 app/assets/stylesheets/hackathon_manager/general/_base.sass
hackathon_manager-0.2.0 app/assets/stylesheets/hackathon_manager/general/_base.sass
hackathon_manager-0.1.0 app/assets/stylesheets/hackathon_manager/general/_base.sass