Sha256: d6bf447416761835357cf9535db2932c8f4a8b7a3aa77716bdde90a4ecc5551c

Contents?: true

Size: 535 Bytes

Versions: 1589

Compression:

Stored size: 535 Bytes

Contents

//
// Wells
// --------------------------------------------------


// Base class
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: $well-bg;
  border: 1px solid $well-border;
  border-radius: $border-radius-base;
  @include box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
  blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
  }
}

// Sizes
.well-lg {
  padding: 24px;
  border-radius: $border-radius-large;
}
.well-sm {
  padding: 9px;
  border-radius: $border-radius-small;
}

Version data entries

1,589 entries across 1,558 versions & 64 rubygems

Version Path
bravissimo-0.1.5 _sass/bootstrap/_wells.scss
bravissimo-0.1.4 _sass/bootstrap/_wells.scss
bravissimo-0.1.3 _sass/bootstrap/_wells.scss
bravissimo-0.1.2 _sass/bootstrap/_wells.scss
bravissimo-0.1.1 _sass/bootstrap/_wells.scss
bravissimo-0.1.0 _sass/bootstrap/_wells.scss
radius-rails-3.1.4 app/assets/stylesheets/radius-theme/bootstrap/bootstrap/_wells.scss
rails_admin-2.3.1 vendor/assets/stylesheets/rails_admin/bootstrap/_wells.scss
rails_admin-2.3.0 vendor/assets/stylesheets/rails_admin/bootstrap/_wells.scss
dynflow-1.9.0 doc/pages/source/_sass/bootstrap/_wells.scss
dynflow-1.8.3 doc/pages/source/_sass/bootstrap/_wells.scss
dynflow-1.8.2 doc/pages/source/_sass/bootstrap/_wells.scss
dynflow-1.8.1 doc/pages/source/_sass/bootstrap/_wells.scss
dynflow-1.8.0 doc/pages/source/_sass/bootstrap/_wells.scss
dynflow-1.7.0 doc/pages/source/_sass/bootstrap/_wells.scss
dynflow-1.6.11 doc/pages/source/_sass/bootstrap/_wells.scss
dynflow-1.6.10 doc/pages/source/_sass/bootstrap/_wells.scss
dynflow-1.6.8 doc/pages/source/_sass/bootstrap/_wells.scss
dynflow-1.6.7 doc/pages/source/_sass/bootstrap/_wells.scss
dynflow-1.6.6 doc/pages/source/_sass/bootstrap/_wells.scss