mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Improved and cleanup CSS and language selectors
This commit is contained in:
parent
f192902827
commit
45662b39b0
8 changed files with 14 additions and 133 deletions
10
vendors/bootstrap/less/wells.less
vendored
10
vendors/bootstrap/less/wells.less
vendored
|
|
@ -5,18 +5,8 @@
|
|||
|
||||
// Base class
|
||||
.well {
|
||||
min-height: 20px;
|
||||
padding: 19px;
|
||||
margin-bottom: 20px;
|
||||
background-color: @wellBackground;
|
||||
border: 1px solid darken(@wellBackground, 7%);
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
// Sizes
|
||||
.well-small {
|
||||
padding: 9px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue