RC-25 | Initialize the Hero Summary Sheet application

This commit is contained in:
Oliver-Akins 2024-12-20 00:19:58 -07:00
parent 2fc3b86792
commit b10535eceb
7 changed files with 155 additions and 1 deletions

12
Apps/common.css Normal file
View file

@ -0,0 +1,12 @@
.ripcrypt {
.window-content {
padding: 0;
margin: 0;
}
.HeroSummaryCardV1 {
height: 270px;
width: 680px;
--col-gap: 2px;
}
}