Skip to content

Commit

Permalink
Merge branch 'main' into feature/overage-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Grato committed Dec 11, 2023
2 parents 58c2c1b + 85cb969 commit c1fbb09
Show file tree
Hide file tree
Showing 14 changed files with 508 additions and 12 deletions.
14 changes: 7 additions & 7 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint && prettier -c ."
},
"dependencies": {
"@mozilla/lilypad-ui": "2.0.0",
"@mozilla/lilypad-ui": "2.0.1",
"@reduxjs/toolkit": "^1.8.1",
"axios": "^0.27.1",
"cookies-next": "^2.0.4",
Expand Down
15 changes: 15 additions & 0 deletions client/pages/analytics/analytics.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@use '../../styles/core/boilerplate' as *;

.data_table {
border-collapse: collapse;
width: 100%;
td,
th {
padding: 12px 12px 12px 0px;
border-bottom: 1px solid rgb(126, 126, 126);
}

th {
text-align: left;
}
}
Loading

0 comments on commit c1fbb09

Please sign in to comment.