Skip to content

Commit

Permalink
rhs border-radius & box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
lieut-data committed Jun 24, 2022
1 parent fe0215b commit 8e95c71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/src/components/backstage/rhs/rhs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ const Container = styled.div<{isOpen: boolean, viewMode: BackstageRHSViewMode}>`
@media screen and (min-width: 1600px) {
width: 500px;
}
border-radius: 12px 0px 0px 12px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
`;

const Header = styled.div`
Expand Down

0 comments on commit 8e95c71

Please sign in to comment.