1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-04 17:21:38 +02:00

Moved modals inline properties to variables.less

In this commit I moved modals.less inline properties to variables.less
and also added those variables to customize.html.
This commit is contained in:
syed
2013-07-24 18:43:21 +05:00
parent 930c75e5dd
commit 2e6fcefc5c
3 changed files with 47 additions and 7 deletions

View File

@@ -296,6 +296,16 @@
@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: #e5e5e5;
// Alerts
// -------------------------
@alert-bg: @state-warning-bg;