gluestick/src/components/HugeSubmit.module.css
2023-04-26 18:21:28 -07:00

10 lines
153 B
CSS

.hugeSubmit {
padding: 1rem 1.5rem;
font-size: 140%;
font-weight: 600;
}
.hugeSubmit:disabled {
cursor: not-allowed;
color: var(--fg-dark);
}