Sha256: 9d2cd5a4cd7812e8d08aca5ab734806fb8ec861a55e65b343e3ddf2a338b3cb7
Contents?: true
Size: 509 Bytes
Versions: 5
Compression:
Stored size: 509 Bytes
Contents
// // Wells // -------------------------------------------------- .well min-height: 20px padding: 19px margin-bottom: 20px background-color: $wellBackground border: 1px solid darken($wellBackground, 7%) +border-radius($baseBorderRadius) +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($borderRadiusLarge) .well-small padding: 9px +border-radius($borderRadiusSmall)
Version data entries
5 entries across 5 versions & 1 rubygems