main
css 14 lines 266 Bytes
Raw
1 .Root {
2 display: inline-flex;
3 align-items: center;
4 }
5
6 .Root *:not(:first-child) {
7 margin-left: 0.25rem;
8 }
9
10 .ExtraLabel {
11 font-family: var(--font-family-monospace);
12 font-size: var(--font-size-monospace-small);
13 color: var(--color-component-badge-count);
14 }