Skip to content

Commit

Permalink
chore: update styles to remove background
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-canon committed Jun 30, 2023
1 parent 915a646 commit 539ceab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eox_nelp/static/tenant_stats/css/tenant_stats.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions eox_nelp/stats/frontend/src/components/TenantStats/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@
@import "~@edx/brand/paragon/variables";
@import "~@edx/paragon/scss/core/core";
@import "~@edx/brand/paragon/overrides";

body {
background-color: transparent;

#tenant-stats{
.stats-container{
margin: 0;
width: auto;
}
}
}

0 comments on commit 539ceab

Please sign in to comment.