diff options
| author | Mark Otto <[email protected]> | 2013-04-12 20:56:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-12 20:56:19 -0700 |
| commit | ae98f1803f09fae7e427075f99c19d218d68f46c (patch) | |
| tree | 609a0f46b7933a7d5b83faa999ca2d4560c98763 /less/variables.less | |
| parent | a96dd1bd284ba3c6f32bf378ec5f2baa131b1c12 (diff) | |
| download | bootstrap-ae98f1803f09fae7e427075f99c19d218d68f46c.tar.xz bootstrap-ae98f1803f09fae7e427075f99c19d218d68f46c.zip | |
add modal variables and tweak padding for min-height on modal title
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index cafd3919b..e612bb94b 100644 --- a/less/variables.less +++ b/less/variables.less @@ -274,6 +274,9 @@ // ------------------------- @modal-inner-padding: 20px; +@modal-title-padding: 15px; +@modal-title-line-height: @line-height-base; + // Progress bars // ------------------------- |
