Skip to content

Commit

Permalink
Merge pull request #9 from brown-ccv/chart-darkmode
Browse files Browse the repository at this point in the history
style: add background light to container, shadow
  • Loading branch information
mcmcgrath13 authored Dec 15, 2020
2 parents 97ceb3c + 70b71e4 commit 338c188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions @brown-ccv/disco-vue-components
3 changes: 3 additions & 0 deletions scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
.chart-container {
@extend .box;
@extend .has-text-black;
@extend .has-background-light;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
overflow-x: scroll;
box-sizing: border-box;
box-shadow: var(--color-grey-lighter) 0px 0px 10px 0px;
}
.chart-header {
display: flex;
Expand Down

0 comments on commit 338c188

Please sign in to comment.