Get the aura display finished for the Craft Card (closes #23)

This commit is contained in:
Oliver-Akins 2025-03-08 22:39:07 -07:00
parent a830adbd2d
commit 89b51a01e6
3 changed files with 46 additions and 3 deletions

View file

@ -72,6 +72,39 @@
bottom: -10px;
}
.aura-values {
grid-row: 1;
grid-column: -3 / -1;
display: flex;
justify-content: center;
align-items: center;
z-index: 3;
.dual-pill {
border-radius: 999px;
background: var(--accent-1);
display: flex;
flex-direction: row;
gap: 0.25rem;
align-items: center;
padding-left: 8px;
margin-left: 1rem;
margin-bottom: 1.2rem;
}
.values {
border-radius: 999px;
margin: 2px;
background: var(--base-background);
color: var(--base-text);
padding: 0.125rem 0.5rem;
display: flex;
flex-direction: row;
gap: 0.5rem;
--slash-color: var(--accent-1);
}
}
.craft-list {
display: grid;
grid-template-rows: subgrid;