diff options
| author | Bas Bosman <[email protected]> | 2013-10-30 14:10:16 +0100 |
|---|---|---|
| committer | Bas Bosman <[email protected]> | 2013-10-30 14:10:16 +0100 |
| commit | b8f9f82d182d8300246ba9c4e75a5db6e77f62d3 (patch) | |
| tree | d765f8d9ac47f16973c021d09a88cc4dc09094be /less/variables.less | |
| parent | 77bf572cba342f69d66f75c9b1c42c2451dae32f (diff) | |
| download | bootstrap-b8f9f82d182d8300246ba9c4e75a5db6e77f62d3.tar.xz bootstrap-b8f9f82d182d8300246ba9c4e75a5db6e77f62d3.zip | |
Add well-border variable
Add a variable to allow the well border color to be specified.
The reason I'd like to see this included is that my companies styleguide
requires an explicit border color on well-like constructs. This variable
allows me to easily override the default to use that color.
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index e596215d0..758116763 100644 --- a/less/variables.less +++ b/less/variables.less @@ -545,6 +545,7 @@ // Wells // ------------------------- @well-bg: #f5f5f5; +@well-border: darken(@well-bg, 7%); // Badges |
