Skip to content

Commit

Permalink
Use sass variables instead of hard coding values
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Apr 4, 2017
1 parent 05b3584 commit 0653b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/hyrax/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0653b7e

Please sign in to comment.