mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-03 12:30:35 +00:00
9 lines
166 B
CSS
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;
|
|
}
|