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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user