Skip to content

Commit

Permalink
feat(explorer): Removed shadows in header
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Nov 4, 2019
1 parent 1db31e9 commit 6971ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/components/molecules/AppHeader/AppHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $drawer-width: 240px;
background: linear-gradient(-135deg, #17EAD9 0%, #6078EA 100%);
color: white;
z-index: 9999;
box-shadow: none !important;
// width: calc(100% - #{drawer-width}) !important;
// float: right;
}
Expand Down

0 comments on commit 6971ec4

Please sign in to comment.