Update styles for DefaultLayout and MainLayout: change background color and remove sidebar gradient
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m53s
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 1m53s
This commit is contained in:
@@ -7,7 +7,7 @@ $sidebarBreakpoint: $breakpointM;
|
||||
height: 100vh;
|
||||
|
||||
aside {
|
||||
background-color: #f1e7c9;
|
||||
background-color: #f0f0f0;
|
||||
width: 0;
|
||||
box-shadow: 5px 5px 5px #acacac;
|
||||
transition: width 250ms;
|
||||
|
||||
Reference in New Issue
Block a user