snappymail/vendors/bootstrap/less/wells.less

12 lines
216 B
Text

//
// Wells
// --------------------------------------------------
// Base class
.well {
background-color: @wellBackground;
border: 1px solid darken(@wellBackground, 7%);
border-radius: 4px;
padding: 9px;
}