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