1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.labeledInput { max-width: 85vw; width: 400px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; padding: 13px 0; } hr { height: 1px; background-color: var(--color-separator); border: none; outline: none; margin: 1rem 0px; }