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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,3 +18,4 @@ FoodsharingSiegen.Server/wwwroot/css/site.min.css
|
|||||||
FoodsharingSiegen.Server/wwwroot/css/site.css.map
|
FoodsharingSiegen.Server/wwwroot/css/site.css.map
|
||||||
FoodsharingSiegen.Server/Controls/ProspectContainer.razor.css
|
FoodsharingSiegen.Server/Controls/ProspectContainer.razor.css
|
||||||
FoodsharingSiegen.Server/Controls/ProspectContainer.razor.css.map
|
FoodsharingSiegen.Server/Controls/ProspectContainer.razor.css.map
|
||||||
|
FoodsharingSiegen.Server/Shared/DefaultLayout.razor.css.map
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ $sidebarBreakpoint: $breakpointM;
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
||||||
aside {
|
aside {
|
||||||
background-color: #f1e7c9;
|
background-color: #f0f0f0;
|
||||||
width: 0;
|
width: 0;
|
||||||
box-shadow: 5px 5px 5px #acacac;
|
box-shadow: 5px 5px 5px #acacac;
|
||||||
transition: width 250ms;
|
transition: width 250ms;
|
||||||
|
|||||||
@@ -8,11 +8,6 @@ main {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
|
||||||
/*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
|
|
||||||
background-color: #f1e7c9 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-row {
|
.top-row {
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
border-bottom: 1px solid #d6d5d5;
|
border-bottom: 1px solid #d6d5d5;
|
||||||
|
|||||||
Reference in New Issue
Block a user