summaryrefslogtreecommitdiff
path: root/src/components/FormLabel.css
blob: 32f9c9be7e038a5cba43f043e4d75ca6d99eac51 (plain)
1
2
3
4
5
6
7
8
@scope (.__FormLabel) {
	:scope {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		color: var(--subtext);
	}
}