1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-13 19:35:31 -04:00
Files
jarv.is/components/CopyButton/CopyButton.module.css
T
2022-01-30 09:00:59 -05:00

15 lines
178 B
CSS

.button {
line-height: 1;
cursor: pointer;
}
.button.success {
color: var(--success) !important;
}
.icon {
width: 1.25em;
height: 1.25em;
vertical-align: -0.3em;
}