From e860ddd5d5cc8e83a7ef1186494dc1a2a923c583 Mon Sep 17 00:00:00 2001 From: Larbi Gharib <larbi.gharib@savoirfairelinux.com> Date: Tue, 17 Nov 2020 13:38:51 -0500 Subject: [PATCH] Header burger sidebard Change-Id: I67df0e1b0b7c7309d932dbe1367fd21d1a56c00c --- .../jss/material-dashboard-react/components/headerStyle.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/jams-react-client/src/assets/jss/material-dashboard-react/components/headerStyle.js b/jams-react-client/src/assets/jss/material-dashboard-react/components/headerStyle.js index 9c6e7d3a..3837478d 100644 --- a/jams-react-client/src/assets/jss/material-dashboard-react/components/headerStyle.js +++ b/jams-react-client/src/assets/jss/material-dashboard-react/components/headerStyle.js @@ -25,12 +25,10 @@ const headerStyle = (theme) => ({ [theme.breakpoints.up("md")]: { display: "none", }, - paddingTop: "10px", zIndex: "1029", color: grayColor[7], border: "0", borderRadius: "3px", - padding: "10px 0", transition: "all 150ms ease 0s", minHeight: "50px", display: "block", -- GitLab