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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user