This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/assets/styles/components/share-button.css
2024-04-16 09:17:14 -07:00

16 lines
No EOL
281 B
CSS

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;
}
}
}