Sha256: cf80750d4c55b7e94bc4fbcc850e9c5c450ae08ad7944395538ad0c60dfa1fd9

Contents?: true

Size: 718 Bytes

Versions: 3

Compression:

Stored size: 718 Bytes

Contents

.reflect
  -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.75, transparent), to(rgba(0,0,0,0.2)))

.decal
  border-radius: 0.4em
  font-size: 85%
  font-family: $sans-bold-family
  text-transform: uppercase
  padding: 0.125em 0.5em

// Generate color lists and decal modifiers
@if $status-list
  @each $_status in $status-list
    $_class_name: nth($_status,1)
    $_color_value: nth($_status,2)
    .#{$_class_name}
      color: $_color_value
    .decal.#{$_class_name}
      color: white
      background-color: $_color_value

.slant
  +transform(rotate(-45deg))
  background-color: #555
  position: absolute
  width: 600px
  height: 1px
  z-index: -1

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
showboat-0.0.3 app/assets/stylesheets/showboat/base/_components.sass
showboat-0.0.2 app/assets/stylesheets/showboat/base/_components.sass
showboat-0.0.1 app/assets/stylesheets/showboat/base/_components.sass