Files
papercrate/frontend/src/styles/base/text-button.css
T
2025-11-10 11:30:16 +01:00

15 lines
230 B
CSS

.text-button {
background: none;
border: none;
color: var(--accent);
font-weight: 500;
font-size: 0.8rem;
cursor: pointer;
padding: 0.1rem 0.25rem;
}
.text-button:disabled {
opacity: 0.4;
cursor: not-allowed;
}