From 0653b7e997b8b632d81e07757a10a9a77511ec0e Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Tue, 4 Apr 2017 08:54:07 -0500 Subject: [PATCH] Use sass variables instead of hard coding values --- app/assets/stylesheets/hyrax/dashboard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/hyrax/dashboard.scss b/app/assets/stylesheets/hyrax/dashboard.scss index c684de0188..9614501aa9 100644 --- a/app/assets/stylesheets/hyrax/dashboard.scss +++ b/app/assets/stylesheets/hyrax/dashboard.scss @@ -23,7 +23,7 @@ $admin-vertical-padding: 0 !default; body.dashboard { background-color: $body-background-color; - padding-top: 51px; + padding-top: $navbar-height; @media only screen and (max-width : 767px) { padding-top: 0;