Sha256: 26d3ef13b532ff54162bf22f1d730e262b6adc623ae8411db197245faebd2dac
Contents?: true
Size: 541 Bytes
Versions: 5
Compression:
Stored size: 541 Bytes
Contents
// // Wells // -------------------------------------------------- // Base class .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: @well-bg; border: 1px solid darken(@well-bg, 7%); border-radius: @border-radius-base; .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; border-radius: @border-radius-large; } .well-small { padding: 9px; border-radius: @border-radius-small; }
Version data entries
5 entries across 5 versions & 3 rubygems