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