Skip to content
Snippets Groups Projects
Commit 99095294 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

style: add shadow under breadcrumb

parent d89c3425
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,8 @@ dlcm-main-toolbar-desktop-vertical {
background-color: $background-grey;
display: flex;
justify-content: center;
box-shadow: 0 8px 10px -4px #5858582e;
z-index: $z-index-breadcrumb;
.breadcrumb {
max-width: $grid-width;
......
......@@ -7,7 +7,6 @@ $padding-vertical: 10px;
:host {
position: relative;
background-color: $background-grey;
box-shadow: inset 0px 10px 20px 0px rgba(230, 230, 230, 0.75);
flex: 1;
display: flex;
flex-direction: column;
......
......@@ -31,3 +31,5 @@ $breadcrumb-height: 38px;
$footer-height: 40px;
$size-status-history-button: 20px;
$z-index-breadcrumb: 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment