aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/style.css b/style.css
index da48ebb..748f615 100644
--- a/style.css
+++ b/style.css
@@ -494,9 +494,16 @@ body.inprogress {
-moz-user-select: text;
user-select: text; /* eslint-disable-line css/use-baseline */
}
-#measure-panel .h5 {
+#measure-panel .modal-header {
+ border-bottom: none;
+ padding: var(--bs-modal-padding);
+}
+#measure-panel .modal-header .h5 {
font-size: 1.25rem;
- margin-bottom: .75rem;
+ margin: 0;
+}
+#measure-panel .modal-body {
+ padding-top: 0;
}
#age-filter-modal .btn-group > .btn-check:not(:checked) + label.btn:hover,
#measure-panel .btn-group > .btn-check:not(:checked) + label.btn:hover {