Skip to content
Prev Previous commit
Next Next commit
Update hub shadow
  • Loading branch information
jameskoster committed Dec 21, 2022
commit 94781daaa3e7dcc746baccc63c0e1dcf4477704e
3 changes: 2 additions & 1 deletion packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $hub-height: $grid-unit-20 * 2 + $button-size;
padding: $grid-unit-20;
padding-left: 0;
border-radius: $radius-block-ui * 4;
box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.8);
box-shadow: $shadow-modal;

display: flex;
align-items: center;
Expand All @@ -35,6 +35,7 @@ $hub-height: $grid-unit-20 * 2 + $button-size;
height: $header-height;
border-radius: 0;
width: 100vw;
box-shadow: none;

@include break-small {
width: auto;
Expand Down