Redesign the Hero Summary Card to match the book

This commit is contained in:
Oliver-Akins 2025-04-11 21:46:49 -06:00
parent 0135ca1124
commit 524ddee9d4
5 changed files with 36 additions and 26 deletions

View file

@ -0,0 +1,7 @@
.ripcrypt.popover.frameless,
.ripcrypt.hud,
.ripcrypt > .window-content {
.left-pill { border-radius: 999px 0 0 999px; }
.right-pill { border-radius: 0 999px 999px 0; }
.full-pill { border-radius: 999px; }
}

View file

@ -8,6 +8,7 @@
@import url("./themes/dark.css") layer(themes);
/* Elements */
@import url("./elements/generic.css") layer(elements);
@import url("./elements/button.css") layer(elements);
@import url("./elements/input.css") layer(elements);
@import url("./elements/lists.css") layer(elements);