/* $well ------------------------------------------*/ .well { border-color: darken(@brand-default, 2%); background-color: #E9E9ED; .box-shadow(none); .rounded(@border-radius-base); } .well-lg { .rounded(@border-radius-large); } .well-sm { .rounded(@border-radius-small); }