Sha256: 1ec57f492b5893ef261e8fb0fcc1603bb99696f73d3c9a21e1817265bf02af87

Contents?: true

Size: 511 Bytes

Versions: 6

Compression:

Stored size: 511 Bytes

Contents

.well {
  padding: 20px;

  box-shadow: none;
  border-radius: 0;

  > *:first-child {
    margin-top: 0;
  }

  > *:last-child {
    margin-bottom: 0;
  }
}

.main-content-sidebar .well {
  margin: 0 -20px;
  background: darken($well-bg, 3%);

  &:first-child {
    margin-top: -20px;
  }

  &:last-child {
    margin-bottom: -20px;
  }

  @media (max-width: $screen-xs-max) {
    margin: 0 -15px;

    &:first-child {
      margin-top: -15px;
    }

    &:last-child {
      margin-bottom: -15px;
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trestle-0.8.6 app/assets/stylesheets/trestle/components/_wells.scss
trestle-0.8.5 app/assets/stylesheets/trestle/components/_wells.scss
trestle-0.8.4 app/assets/stylesheets/trestle/components/_wells.scss
trestle-0.8.3 app/assets/stylesheets/trestle/components/_wells.scss
trestle-0.8.2 app/assets/stylesheets/trestle/components/_wells.scss
trestle-0.8.0 app/assets/stylesheets/trestle/components/_wells.scss