Added display of session properties.

This commit is contained in:
Mike Cao
2024-08-13 21:42:20 -07:00
parent 3805a0b431
commit 0bd57bb158
10 changed files with 378 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
.container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
gap: 60px;
margin-bottom: 40px;
}
.table {
align-self: start;
}
.link:hover {
cursor: pointer;
color: var(--primary400);
}
.title {
text-align: center;
font-weight: bold;
margin: 20px 0;
}
.chart {
min-height: 620px;
}