chore: remove deprecated css

This commit is contained in:
Cory Dransfeldt 2024-06-14 13:19:47 -07:00
parent 5e6a5b4c03
commit d73d791989
No known key found for this signature in database
4 changed files with 3 additions and 20 deletions

View file

@ -1,16 +0,0 @@
webcare-webshare {
font-size: var(--font-size-sm);
line-height: var(--line-height-xs);
& button {
color: var(--gray-dark);
background: transparent;
padding: 0;
cursor: pointer;
& > svg {
stroke: var(--gray-dark);
cursor: pointer;
}
}
}