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-03-02 20:45:10 -08:00

19 lines
No EOL
342 B
CSS

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