Sha256: 744104e8b107750f889dd761e9b40c0c4e1cc72c725568ac6fe8e5e6cfb803a5

Contents?: true

Size: 707 Bytes

Versions: 4

Compression:

Stored size: 707 Bytes

Contents

//= require unpoly

body
  margin: 0
  background: image-url('grid.png') repeat
  font-family: arial, sans-serif

.page
  min-height: 3000px

.spacer
  background-color: transparentize(green, 0.5)
  height: 150px
  content: 'Free space'

.fixed-top-bar
  position: fixed
  top: 0
  left: 0
  right: 0
  background-color: transparentize(blue, 0.5)
  padding: 50px

.example
  margin: 50px

.button
  display: inline-block
  height: 50px
  line-height: 50px
  padding-left: 25px
  padding-right: 25px
  background-color: #e21
  color: white
  text-decoration: none
  &.up-current
    background-color: #921
  &:hover
    background-color: #fa1
  &.up-active
    background-color: #ff0

dt
  font-weight: bold

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
unpoly-rails-0.27.3 spec_app/app/assets/stylesheets/integration_test.sass
unpoly-rails-0.27.2 spec_app/app/assets/stylesheets/integration_test.sass
unpoly-rails-0.27.1 spec_app/app/assets/stylesheets/integration_test.sass
unpoly-rails-0.27.0 spec_app/app/assets/stylesheets/integration_test.sass