Sha256: 6fcca25a75b135b709800f6a794a5bfecd8907da16674f620fdebea26d1137ed
Contents?: true
Size: 629 Bytes
Versions: 13
Compression:
Stored size: 629 Bytes
Contents
/* Partial: twitter/bootstrap/_wells.scss */ // // Wells // -------------------------------------------------- // Base class .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: $wellBackground; border: 1px solid darken($wellBackground, 7%); @include border-radius($baseBorderRadius); @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-large { padding: 24px; @include border-radius($borderRadiusLarge); } .well-small { padding: 9px; @include border-radius($borderRadiusSmall); }
Version data entries
13 entries across 11 versions & 2 rubygems