mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Drop bootstrap .well and .pull-left
Reduce bootstrap .pull-right usage
This commit is contained in:
parent
d64cfb96ad
commit
99c72ad9e6
29 changed files with 348 additions and 391 deletions
3
vendors/bootstrap/less/utilities.less
vendored
3
vendors/bootstrap/less/utilities.less
vendored
|
|
@ -7,9 +7,6 @@
|
|||
.pull-right {
|
||||
float: right;
|
||||
}
|
||||
.pull-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
// Toggling content
|
||||
.show {
|
||||
|
|
|
|||
12
vendors/bootstrap/less/wells.less
vendored
12
vendors/bootstrap/less/wells.less
vendored
|
|
@ -1,12 +0,0 @@
|
|||
//
|
||||
// Wells
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
// Base class
|
||||
.well {
|
||||
background-color: @wellBackground;
|
||||
border: 1px solid darken(@wellBackground, 7%);
|
||||
border-radius: 4px;
|
||||
padding: 9px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue