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

@ -10,6 +10,13 @@
overflow: hidden;
}
&.slash {
width: 2px;
background: var(--slash-color, currentColor);
border-radius: 999px;
transform: rotate(var(--slash-rotation, 15deg));
}
/* Makes it so that spans are never less than the font size */
&:empty::before {
content: "\200b";