.halfWidth { width: 50%; } .fullWidth { width: 100%; } .fieldForm { padding: 1rem; background-color: $gray-1350; display: flex; flex-direction: column; gap: 1rem; } .fit { width: fit-content; } .aliasConstrain { min-width: 12em; } .twoCols { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }