Get the aura display finished for the Craft Card (closes #23)
This commit is contained in:
parent
a830adbd2d
commit
89b51a01e6
3 changed files with 46 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue