Files
frontend/src/widgets/bridge-form/ui/NetworkSelect.module.css
2026-07-01 16:59:00 +03:00

22 lines
418 B
CSS

.wrap {
display: flex;
align-items: center;
gap: 10px;
padding: 0 4px;
margin-bottom: 8px;
}
.label {
font-size: 12px;
color: var(--text-secondary);
text-transform: uppercase;
letter-spacing: 1.2px;
font-weight: 700;
min-width: 20px;
}
/* Ограничиваем ширину селекта, чтобы он не растягивался на весь блок. */
.select {
width: 130px;
}