Skip to content

Commit

Permalink
Refactoring Header | using MUI for header transition
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jan 6, 2023
1 parent a554c99 commit 5d254e4
Show file tree
Hide file tree
Showing 7 changed files with 1,090 additions and 1,148 deletions.
987 changes: 494 additions & 493 deletions src/components/app/App.jsx

Large diffs are not rendered by default.

12 changes: 4 additions & 8 deletions src/components/app/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,18 @@ $white: #fff;
}
}
.content {
margin-top: 65px;
margin-bottom: 50px;
display: inline-block;
width: calc(100% - 60px);
width: 100%;
height: auto;
margin-left: 60px;
&.menu-open {
width: calc(100% - 250px) !important;
margin-left: 250px !important;
width: 100%;
&.with-operations {
width: calc(100% - 600px - 60px) !important;
width: calc(100% - 600px) !important;
}
}
&.no-menu {
width: 100%;
margin-left: 0px;
&.with-operations {
width: calc(100% - 350px) !important;
}
Expand Down Expand Up @@ -332,7 +328,7 @@ span.separator-small {
}

&-container {
padding: 10px;
padding: 10px 0;
box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
border-radius: 0 0 4px 4px;
overflow: visible !important;
Expand Down
Loading

0 comments on commit 5d254e4

Please sign in to comment.