From 4e9311c25be032244744e758e6d9a1e12c6c88ac Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 2 May 2020 17:36:40 +0200 Subject: [PATCH] Add generic navbar-height variable --- app/assets/stylesheets/_variables.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/_variables.scss b/app/assets/stylesheets/_variables.scss index ec118189..9ee03557 100644 --- a/app/assets/stylesheets/_variables.scss +++ b/app/assets/stylesheets/_variables.scss @@ -17,6 +17,9 @@ $font-size-h4: ceil(($font-size-base * 1.25)); // ~18px $font-size-h5: $font-size-base; $font-size-h6: ceil(($font-size-base * 0.85)); // ~12px +// Usual navbar height +$navbar-height: 56px; + // Color overrides for Bootstrap $primary: #5e35b1;