Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Evans <elliot@Elliots-MBP.home>2016-11-11 01:37:20 +0300
committerElliot Evans <elliot@Elliots-MBP.home>2016-11-11 01:37:20 +0300
commit7f05cb9e94cf9cc2039c9e858d1a43821d9eee09 (patch)
tree9ef7473cebb59878f5c320cdf6581b6fa23f8ff2 /scss/_modal.scss
parent93ba9ac629a29bb8709989ba4be8a26b0b6d87d5 (diff)
renamed modal-title-padding to modal-header-padding
Diffstat (limited to 'scss/_modal.scss')
-rw-r--r--scss/_modal.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index f44cc7b32f..c6f56637dd 100644
--- a/scss/_modal.scss
+++ b/scss/_modal.scss
@@ -75,7 +75,7 @@
// Modal header
// Top section of the modal w/ title and dismiss
.modal-header {
- padding: $modal-title-padding;
+ padding: $modal-header-padding;
border-bottom: $modal-header-border-width solid $modal-header-border-color;
@include clearfix;
}