Add the layout for the details tab (closes #143)

This commit is contained in:
Oliver-Akins 2024-03-30 22:25:13 -06:00
parent 194eba779d
commit 23fc2cb474
4 changed files with 34 additions and 6 deletions

View file

@ -4,5 +4,6 @@
.panel {
@include material.elevate(2);
border-radius: 4px;
padding: var(--gap);
}
}