Skip to content

Commit

Permalink
feat: visually connect the chart and depth cards with background color
Browse files Browse the repository at this point in the history
  • Loading branch information
dib542 committed May 17, 2024
1 parent 73daf77 commit a8a9b41
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/pages/Orderbook/Orderbook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@
}

.orderbook-chart-book {
.page-card:has(iframe) {
border-width: 0;
& {
background-color: var(--default);
border-radius: 1rem;
}

iframe {
border-radius: 1rem;
.page-card:has(iframe) {
border-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}

.chart-depth-connector {
Expand Down

0 comments on commit a8a9b41

Please sign in to comment.