aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2013-07-24 20:10:51 -0700
committerJacob Thornton <[email protected]>2013-07-24 20:10:51 -0700
commita282dba58f54cb6912e419c7d890ff86d5e68e73 (patch)
tree5f48606afa33e534d671a758e7a8f6574448bde8 /less/variables.less
parenteaefed517a960893204cade3525bda100454e13f (diff)
parent1f40da9676d0e29329fcf0925409a70acd02daaf (diff)
downloadbootstrap-a282dba58f54cb6912e419c7d890ff86d5e68e73.tar.xz
bootstrap-a282dba58f54cb6912e419c7d890ff86d5e68e73.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index bf29d3556..342eef67c 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -296,6 +296,15 @@
@modal-title-padding: 15px;
@modal-title-line-height: @line-height-base;
+@modal-content-bg: #fff;
+@modal-content-border-color: rgba(0,0,0,.2);
+@modal-content-fallback-border-color: #999;
+
+@modal-backdrop-bg: #000;
+@modal-header-border-color: #e5e5e5;
+@modal-footer-border-color: @modal-header-border-color;
+
+
// Alerts
// -------------------------
@alert-bg: @state-warning-bg;