@import '../styles/global/variables.scss';

.quad-input-wrap {
  display: flex;
  justify-content: space-between;
  min-width: 210px; // this width will allow for 2 visible digits in each input with px units.
  :global .input-text-wrap {
    width: 25%;
    margin-right: 7px;
  }
}
