1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

renamed modal-title-padding to modal-header-padding

This commit is contained in:
Elliot Evans
2016-11-10 22:37:20 +00:00
parent 93ba9ac629
commit 7f05cb9e94
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}