Sha256: 3273c96fe55e7338c68f9ec1953a6982dbea295cf0bbebfa0b434d0135efdec6

Contents?: true

Size: 1.01 KB

Versions: 8

Compression:

Stored size: 1.01 KB

Contents

//= require unpoly

@import helpers

$block-spacing: 25px

=block-spacing
  margin-top: $block-spacing
  margin-bottom: $block-spacing

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

h1, h2, h3, h4, p
  +block-spacing

a
  color: #169
  &:hover
    color: #e81

.page
  min-height: 3000px

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

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

.example
  margin: 50px
  +clear-after

.area
  +block-spacing
  padding: 25px
  border: 1px dashed #666

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

dt
  font-weight: bold

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
unpoly-rails-0.56.7 spec_app/app/assets/stylesheets/integration_test.sass
unpoly-rails-0.56.6 spec_app/app/assets/stylesheets/integration_test.sass
unpoly-rails-0.56.5 spec_app/app/assets/stylesheets/integration_test.sass
unpoly-rails-0.56.4 spec_app/app/assets/stylesheets/integration_test.sass
unpoly-rails-0.56.3 spec_app/app/assets/stylesheets/integration_test.sass
unpoly-rails-0.56.2 spec_app/app/assets/stylesheets/integration_test.sass
unpoly-rails-0.56.1 spec_app/app/assets/stylesheets/integration_test.sass
unpoly-rails-0.56.0 spec_app/app/assets/stylesheets/integration_test.sass