Skip to content

Commit

Permalink
fix(style): fix bootstrap overrides for modal-header-padding
Browse files Browse the repository at this point in the history
THIN-12927
  • Loading branch information
rothmike committed Mar 7, 2019
1 parent 9202d8f commit 26a255d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 2 additions & 1 deletion scss/compact/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ $form-group-margin-bottom: .25rem;
$table-cell-padding: .25rem;

// Tighter modals
$modal-header-padding: .35rem;
$modal-header-padding-x: .35rem;
$modal-header-padding-y: .35rem;
$modal-inner-padding: .35rem;
6 changes: 0 additions & 6 deletions scss/standard/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,3 @@
.pagination {
margin: .5rem;
}

.modal-header {
.close {
margin: inherit;
}
}
3 changes: 2 additions & 1 deletion scss/standard/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ $popover-max-width: (($popover-header-padding-x * 2) + 20);
$nav-link-padding-y: .25rem;
$nav-link-padding-x: .5rem;

$modal-header-padding: .35rem;
$modal-header-padding-x: .35rem;
$modal-header-padding-y: .35rem;
$modal-inner-padding: .5rem;

$dropdown-padding-y: .15rem;
Expand Down

0 comments on commit 26a255d

Please sign in to comment.