aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/modals.less5
-rw-r--r--less/utilities.less5
2 files changed, 7 insertions, 3 deletions
diff --git a/less/modals.less b/less/modals.less
index 32aab7acd..8cdaace36 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -56,6 +56,11 @@
border-bottom: 1px solid #eee;
// Close icon
.close { margin-top: 2px; }
+ // Heading
+ h3 {
+ margin: 0;
+ line-height: 1;
+ }
}
// Body (where all modal content resides)
diff --git a/less/utilities.less b/less/utilities.less
index b020e1c1b..5eef70fe7 100644
--- a/less/utilities.less
+++ b/less/utilities.less
@@ -12,12 +12,11 @@
}
// Toggling content
-// Uses `!important` for proper specifity over things like form controls
.hide {
- display: none !important;
+ display: none;
}
.show {
- display: block !important;
+ display: block;
}
// Visibility