aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/_modal.scss8
1 files changed, 3 insertions, 5 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index 6085f0741..12f7a62a7 100644
--- a/scss/_modal.scss
+++ b/scss/_modal.scss
@@ -77,13 +77,11 @@
// Modal header
// Top section of the modal w/ title and dismiss
.modal-header {
+ display: flex;
+ justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends
+ align-items: center; // vertically center it
padding: $modal-header-padding;
border-bottom: $modal-header-border-width solid $modal-header-border-color;
- @include clearfix;
-}
-// Close icon
-.modal-header .close {
- margin-top: -2px;
}
// Title text within header