t2-mapper/src/components/FloatingLabel.module.css
2026-03-01 09:40:17 -08:00

9 lines
166 B
CSS

.Label {
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-size: 11px;
white-space: nowrap;
padding: 1px 3px;
border-radius: 1px;
text-align: center;
}