Sha256: 13175fe0cc6644f9d8457a68f2038fcff67dbcf3a04c27847dbe4b1ebe345241
Contents?: true
Size: 572 Bytes
Versions: 7
Compression:
Stored size: 572 Bytes
Contents
.well { padding: 15px; box-shadow: none; border-radius: 0; > *:first-child { margin-top: 0; } > *:last-child { margin-bottom: 0; } } .well-lg { padding: 24px; } .well-sm { padding: 9px; } .main-content-sidebar .well { margin: 0 -20px; background: darken($well-bg, 3%); &:first-child { margin-top: -20px; } &:last-child { margin-bottom: -20px; } @media (max-width: $screen-xs-max) { margin: 0 -15px; &:first-child { margin-top: -15px; } &:last-child { margin-bottom: -15px; } } }
Version data entries
7 entries across 7 versions & 1 rubygems