Feature - Header, sidebar, buttons, dropdown - wms-7,wms-9,wms-12,wms-20 (#18)

* sidebar and header design completed

* Feature - Button Component

* feature - create component for dropdown

* feature - made changes for style of Dropdown

* Fixed Search Icon import

* Linted

* Removed package lock

* Removed: index page style

* Removed: unused style.css file

Co-authored-by: hiren1212 <hirenpadsala12@gmail.com>
Co-authored-by: Llewellyn Dsouza <lledsouza2209@gmail.com>
This commit is contained in:
bluestreamlds
2022-01-22 14:52:51 +05:30
committed by GitHub
parent 475d449bc8
commit bfec74ae2f
90 changed files with 824 additions and 171 deletions

View File

@@ -39,11 +39,11 @@ function DashboardLayout({ children }) {
return (
<MDBox
sx={({ breakpoints, transitions, functions: { pxToRem } }) => ({
p: 3,
p: 0,
position: 'relative',
[breakpoints.up('xl')]: {
marginLeft: miniSidenav ? pxToRem(120) : pxToRem(274),
marginLeft: miniSidenav ? pxToRem(65) : pxToRem(280),
transition: transitions.create(['margin-left', 'margin-right'], {
easing: transitions.easing.easeInOut,
duration: transitions.duration.standard