Sha256: b23c953c7704178f9acf13a085c5e20020922e71d584fdefd7a8f645e1c2ea38

Contents?: true

Size: 395 Bytes

Versions: 6

Compression:

Stored size: 395 Bytes

Contents

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


// Base class
.well {
   border: 1px solid @navlistBorder;
   border-bottom-width: 2px;
   border-top-width: 0;
   .border-radius(@borderRadiusSmall);
   .box-shadow(none);
}

// Sizes
.well-large {
  padding: 24px;
  .border-radius(@borderRadiusLarge);
}
.well-small {
  padding: 9px;
  .border-radius(@baseBorderRadius);
}


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bootplus-rails-1.0.0 vendor/assets/stylesheets/bootplus/wells.less
bootplus-rails-0.0.1.5 vendor/assets/stylesheets/bootplus/wells.less
bootplus-rails-0.0.1.4 vendor/assets/stylesheets/bootplus/wells.less
bootplus-rails-0.0.1.3 vendor/assets/stylesheets/bootplus/wells.less
bootplus-rails-0.0.1.2 vendor/assets/stylesheets/bootplus/wells.less
bootplus-rails-0.0.1.1 vendor/assets/stylesheets/bootplus/wells.less