mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
12 lines
216 B
Text
12 lines
216 B
Text
//
|
|
// Wells
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Base class
|
|
.well {
|
|
background-color: @wellBackground;
|
|
border: 1px solid darken(@wellBackground, 7%);
|
|
border-radius: 4px;
|
|
padding: 9px;
|
|
}
|