Skip to content

Commit

Permalink
fix: add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 10, 2021
1 parent d08ba1e commit c956c91
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/_graph.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.cp__sidebar-main-content[data-is-global-graph-pages="true"] {
--graph-height: calc(100vh - var(--ct-header-height));

background: var(--ls-primary-background-color);
max-height: var(--graph-height);
margin: -1rem;

> div {
padding: 0;
}
}

#global-graph > .graph {
height: var(--graph-height) !important;
}

.graph-filters {
border: 2px solid #000;
box-shadow: 4px 4px rgba(0, 0, 0);
border-radius: 8px;

li:not(:last-of-type) {
border-bottom: 1px solid #000;
}
}

0 comments on commit c956c91

Please sign in to comment.