Sha256: 58eac65e60fa95abe57f1f9c37218c490a2156117f7b05035d8799f2e49319de

Contents?: true

Size: 1.9 KB

Versions: 1

Compression:

Stored size: 1.9 KB

Contents

.table-minimal
  ///////////////////////////////////////////////////////////////////////////////////
  $base-border-color: gainsboro !default
  $base-border-radius: 3px !default
  $base-background-color: white !default
  $base-line-height: 1.5em !default
  $base-spacing: 1.5em !default
  $base-accent-color: #0277BD !default
  $base-link-color: $base-accent-color !default
  $dark-gray: #333 !default
  $light-gray: #DDD !default
  $medium-screen: em(640) !default
  $large-screen: em(860) !default
  $base-font-color: $dark-gray !default
  width: 100%
  th
    text-align: left
  td
    line-height: $base-line-height
  //////////////////////////////////////////////////////////////////////////////////
  $table-border-color: $base-border-color
  $table-border: 1px solid $table-border-color
  $table-background: $base-background-color
  $table-header-background: lighten($table-background, 10)
  $table-hover-background: darken($table-background, 2)
  $table-stripe-background: darken($table-background, 4)
  $table-stripe-background-hover: darken($table-stripe-background, 5)
  $table-padding: 0.75em 1em
  border-collapse: separate
  border-spacing: 0
  tbody
    tr:hover > td, tr:hover > th
      background-color: $table-hover-background
    tr:first-child td
      border-top: 2px solid $table-border-color
  thead
    th
      background-color: $table-header-background
      border-bottom: 0px
      padding: $table-padding
  tbody
    background-color: $table-background
    td
      border-bottom: 0px
      border-top: 1px solid $table-border-color
      padding: $table-padding
      button
        +button(flat, $base-accent-color)
        display: inline-block
        font-size: .7em
        line-height: $base-line-height
        margin-bottom: .3em
        margin-right: 0.5em
        outline: none
        padding: .3em 1em
        width: 100%
        +media($medium-screen)
          margin-bottom: 0
          width: auto

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
breezeblocks-0.0.4 source/stylesheets/breezeblocks/_tables-minimal.sass