Sha256: 13175fe0cc6644f9d8457a68f2038fcff67dbcf3a04c27847dbe4b1ebe345241

Contents?: true

Size: 572 Bytes

Versions: 7

Compression:

Stored size: 572 Bytes

Contents

.well {
  padding: 15px;

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

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

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

.well-lg {
  padding: 24px;
}

.well-sm {
  padding: 9px;
}

.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

7 entries across 7 versions & 1 rubygems

Version Path
trestle-0.8.13 app/assets/stylesheets/trestle/components/_wells.scss
trestle-0.8.12 app/assets/stylesheets/trestle/components/_wells.scss
trestle-0.8.11 app/assets/stylesheets/trestle/components/_wells.scss
trestle-0.8.10 app/assets/stylesheets/trestle/components/_wells.scss
trestle-0.8.9 app/assets/stylesheets/trestle/components/_wells.scss
trestle-0.8.8 app/assets/stylesheets/trestle/components/_wells.scss
trestle-0.8.7 app/assets/stylesheets/trestle/components/_wells.scss