14 lines
199 B
CSS
14 lines
199 B
CSS
/* Component – Control row */
|
||
|
||
.control-row {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
font-size: 0.875rem;
|
||
}
|
||
|
||
.control-row label {
|
||
color: var(--text-muted);
|
||
min-width: 44px;
|
||
}
|