Sha256: 133809085af14f359bcaafd824e8b772f34c29f2f3dfaac2106da27a1ab3bd83

Contents?: true

Size: 1.05 KB

Versions: 10

Compression:

Stored size: 1.05 KB

Contents

@import "compass/typography/lists/bullets"
@import "compass/typography/lists/horizontal-list"
@import "compass/css3/border-radius"

=overview-icon-48($ident, $icon: $ident)
  ul.overview-list li
    &#overview-#{$ident}, &.#{$ident}
      +icon($icon, 48)

ul.overview-list.level-1
  +no-bullets
  +horizontal-list
  li // All items
    a
      border-bottom: 1px solid black
      display: block
    &#overview-overview
      display: none
  >li
    // Top level
    background: no-repeat 0.4em 0.8em
    // Fix horizontal-list to not drop padding in first and last item
    &, .first, &:first-child, .last, &:last-child
      padding-left: 60px
      padding-right: 40px
    min-height: 58px
    +border-radius($border_radius)
    background-color: #f6f6f6
    border: 1px solid #e4e4e4
    color: #505050
    margin: 1em
    padding-top: 0.8em
    padding-bottom: 0.8em
    width: 20%
  ul
    // Level > 1
    margin-top: 5px
    li
      display: block
      float: none
      padding-left: 0px
      width: inherit
      min-height: 1em
      a
        border-bottom: none

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta15 app/assets/stylesheets/has_accounts_engine/partials/content/_overview.sass
has_accounts_engine-3.0.0.beta14 app/assets/stylesheets/has_accounts_engine/partials/content/_overview.sass
has_accounts_engine-3.0.0.beta13 app/assets/stylesheets/has_accounts_engine/partials/content/_overview.sass
has_accounts_engine-3.0.0.beta12 app/assets/stylesheets/has_accounts_engine/partials/content/_overview.sass
has_accounts_engine-3.0.0.beta11 app/assets/stylesheets/has_accounts_engine/partials/content/_overview.sass
has_accounts_engine-3.0.0.beta10 app/assets/stylesheets/has_accounts_engine/partials/content/_overview.sass
has_accounts_engine-3.0.0.beta9 app/assets/stylesheets/has_accounts_engine/partials/content/_overview.sass
has_accounts_engine-3.0.0.beta8 app/assets/stylesheets/has_accounts_engine/partials/content/_overview.sass
has_accounts_engine-3.0.0.beta7 app/assets/stylesheets/has_accounts_engine/partials/content/_overview.sass
has_accounts_engine-3.0.0.beta6 app/assets/stylesheets/has_accounts_engine/partials/content/_overview.sass